bcrypt-users Mailing List for bcrypt - blowfish file encryption (Page 3)
Status: Beta
Brought to you by:
jwshelley
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
(3) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(1) |
2010 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
|
2011 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
(4) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Josh W. <Jwi...@ni...> - 2007-07-02 03:30:52
|
Hello All, =20 I graduated from UCI a few years back and no longer have access to UNIX to compile my programs. It's been a while since I've compiled C code in Windows, so I'm looking for some help.=20 =20 I installed Cygwin with the GCC 3.4.4-3, GDB, and Make packages. When I try to compile the unedited BCrypt source using the make command, I get a number of errors (see below).=20 =20 Does anyone have any suggestions? Is it something to do with the zlib.dll header file? =20 Thanks! Josh Williams Nicholas Laboratories =20 =20 ___OUPUT_FROM_CYGWIN____ =20 =20 jwilliams@labs-l-cp-jwil2 ~ $ cd bcrypt =20 jwilliams@labs-l-cp-jwil2 ~/bcrypt $ make gcc -O2 -Wall -c main.c In file included from main.c:10: includes.h:22:18: zlib.h: No such file or directory In file included from main.c:11: defines.h:6: error: parse error before "uLong" defines.h:6: warning: no semicolon at end of struct or union defines.h:8: error: parse error before '}' token defines.h:8: warning: type defaults to `int' in declaration of `BCoptions' defines.h:8: warning: data definition has no type or storage class In file included from main.c:12: functions.h:14: error: parse error before "BFEncrypt" functions.h:14: error: parse error before "uLong" functions.h:15: warning: type defaults to `int' in declaration of `BFEncrypt' functions.h:15: warning: data definition has no type or storage class functions.h:16: error: parse error before "BFDecrypt" functions.h:17: error: parse error before "uLong" functions.h:17: warning: type defaults to `int' in declaration of `BFDecrypt' functions.h:17: warning: data definition has no type or storage class functions.h:24: error: parse error before "sz" functions.h:25: error: parse error before "padInput" functions.h:25: error: parse error before "uLong" functions.h:25: warning: type defaults to `int' in declaration of `padInput' functions.h:25: warning: data definition has no type or storage class functions.h:26: error: parse error before "attachKey" functions.h:26: error: parse error before "uLong" functions.h:26: warning: type defaults to `int' in declaration of `attachKey' functions.h:26: warning: data definition has no type or storage class functions.h:27: error: parse error before "readfile" functions.h:28: warning: type defaults to `int' in declaration of `readfile' functions.h:28: warning: data definition has no type or storage class functions.h:29: error: parse error before "writefile" functions.h:29: error: parse error before "uLong" functions.h:30: warning: type defaults to `int' in declaration of `writefile' functions.h:30: warning: data definition has no type or storage class functions.h:31: error: parse error before "BCoptions" functions.h:34: error: parse error before "docompress" functions.h:34: error: parse error before "uLong" functions.h:34: warning: type defaults to `int' in declaration of `docompress' functions.h:34: warning: data definition has no type or storage class functions.h:35: error: parse error before "douncompress" functions.h:35: error: parse error before "uLong" functions.h:35: warning: type defaults to `int' in declaration of `douncompress' =20 functions.h:35: warning: data definition has no type or storage class functions.h:38: error: parse error before "initoptions" functions.h:38: error: parse error before "options" functions.h:38: warning: type defaults to `int' in declaration of `initoptions' functions.h:38: warning: data definition has no type or storage class functions.h:41: error: parse error before "BCoptions" functions.h:43: error: parse error before "BCoptions" functions.h:50: error: parse error before "uLong" main.c:18: error: parse error before "initoptions" main.c:18: error: parse error before "options" main.c:18: warning: return type defaults to `int' main.c: In function `initoptions': main.c:19: error: `options' undeclared (first use in this function) main.c:19: error: (Each undeclared identifier is reported only once main.c:19: error: for each function it appears in.) main.c: At top level: main.c:54: error: parse error before "BCoptions" main.c: In function `parseArgs': main.c:58: error: `argv' undeclared (first use in this function) main.c:62: error: `options' undeclared (first use in this function) main.c:64: error: `argc' undeclared (first use in this function) main.c: At top level: main.c:115: error: parse error before "BCoptions" main.c: In function `assignFiles': main.c:117: error: `arg' undeclared (first use in this function) main.c:117: error: `statbuf' undeclared (first use in this function) main.c:122: error: `infile' undeclared (first use in this function) main.c:127: error: `outfile' undeclared (first use in this function) main.c:135: error: `key' undeclared (first use in this function) main.c:135: error: `options' undeclared (first use in this function) main.c: In function `main': main.c:159: error: `uLong' undeclared (first use in this function) main.c:159: error: parse error before "sz" main.c:163: error: parse error before "options" main.c:165: error: `options' undeclared (first use in this function) main.c:177: error: `sz' undeclared (first use in this function) make: *** [main.o] Error 1 =20 jwilliams@labs-l-cp-jwil2 ~/bcrypt $ |
From: Sean O'D. <sod...@ch...> - 2007-06-08 00:08:54
|
=20 Just a follow-up...=20 I've attempted to decrypt the same (995MB) file on a system that had 16gb of RAM, and encountered the same error. =3D/ Thanks, Sean O'Donnell Programmer Analyst Children's Oncology Group (COG)=20 440 E. Huntington Dr. 2nd Floor Arcadia, CA 91066 [office] (626) 241-1752 [email] sod...@co... PGP Public Key: 0xE6A0E96C PGP Public Key Server: http://pgp.mit.edu ---- -----Original Message----- From: bcr...@li... [mailto:bcr...@li...] On Behalf Of Sean O'Donnell Sent: Friday, June 01, 2007 1:26 PM To: bcr...@li... Subject: [Bcrypt-users] File Decryption - Memory Requirements? Hi all, I'm trying to decrypt a 995MB file, and keep receiving the following error: "Can't allocate memory. Bailing out" The system itself has 6GB of RAM, with at least 4.5GB of 'free' memory. How much memory is required to decrypt a 995MB file? Shouldn't 4.5GB of memory be adequate? Thanks, Sean O'Donnell Programmer Analyst Children's Oncology Group (COG)=20 440 E. Huntington Dr. 2nd Floor Arcadia, CA 91066 [office] (626) 241-1752 [email] sod...@co... PGP Public Key: 0xE6A0E96C PGP Public Key Server: http://pgp.mit.edu ---- ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bcrypt-users mailing list Bcr...@li... https://lists.sourceforge.net/lists/listinfo/bcrypt-users |
From: Sean O'D. <sod...@ch...> - 2007-06-01 20:26:02
|
Hi all, I'm trying to decrypt a 995MB file, and keep receiving the following error: "Can't allocate memory. Bailing out" The system itself has 6GB of RAM, with at least 4.5GB of 'free' memory. How much memory is required to decrypt a 995MB file? Shouldn't 4.5GB of memory be adequate? Thanks, Sean O'Donnell Programmer Analyst Children's Oncology Group (COG)=20 440 E. Huntington Dr. 2nd Floor Arcadia, CA 91066 [office] (626) 241-1752 [email] sod...@co... PGP Public Key: 0xE6A0E96C PGP Public Key Server: http://pgp.mit.edu ---- |
From: Alon Diamant-C. <adi...@gm...> - 2007-04-10 05:46:43
|
hello i am not a very technical user but i have a dual boot pc and want to cross platform encrypt some files i download the windows binary and it worked like a charm but i cant get the mac to work i am not very sure how to do this i found scraps of instructions everywhere but no definite instructions on how to simply install bcrypt using terminal please help me? thank Alon Diamant-Cohen |
From: <Joe...@t-...> - 2007-01-04 15:37:24
|
Hi there, Does anybody knows something about the interoperability between encryption using the crypto-Package of the J2SE and using bcrypt on the other hand? Which parameters (padding, etc.) do I have to set in my Java-Source, in order to be able to decrypt a file with bcrypt, that has bin encrypted by java and vice versa? Joerg |
From: Jared K. <ci...@ma...> - 2006-07-31 00:30:37
|
Bcrypt is a dead source tree (won't even support files over 2 gig). If I were you I would look to PGP for UNIX instead. If you really want to use bcrypt in the manner you've stated, I'd suggest doing it via an Expect script. http://en.wikipedia.org/wiki/Expect > -------- Original Message -------- > Subject: [Bcrypt-users] bcrypt - how to setup a key phrase file > From: "Jani Tamminen" <jta...@gm...> > Date: Tue, July 25, 2006 3:02 pm > To: bcr...@li... > > I am trying to setup some automated scripts to encrypt files on Solaris 8. > > When I try: bcrypt <original_file> <new_file> -v , it sks me to for the encryption key. When I type the encryption key, it encrypts the file. > > I want to automate this process ie. I want to input the encryption key through a file. How do I do this? Man page does not explain much on this. > > Thanks, Janni > > --------------------------------------------------------------------- > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > --------------------------------------------------------------------- > _______________________________________________ > Bcrypt-users mailing list > Bcr...@li... > https://lists.sourceforge.net/lists/listinfo/bcrypt-users > |
From: Jani T. <jta...@gm...> - 2006-07-28 06:55:50
|
I am trying to setup some automated scripts to encrypt files on Solaris 8. When I try: bcrypt <original_file> <new_file> -v , it sks me to for the encryption key. When I type the encryption key, it encrypts the file. I want to automate this process ie. I want to input the encryption key through a file. How do I do this? Man page does not explain much on this. Thanks, Janni |
From: Herbert N. A. <her...@ve...> - 2005-02-11 12:51:24
|
Congratulations to both of you! That's wonderful! Herb On Feb 11, 2005, at 4:04 AM, <pas...@be...> wrote: > Hello, > =A0 > =A0=A0=A0 I'm using the brcypt tool on w2k server SP4. > =A0=A0=A0 I wrote a Winbatch script to decrypt the file. > =A0=A0=A0 This script works fine when=A0directly launched=A0on the = server. > =A0=A0=A0 "... > =A0=A0=A0=A0 If FileExist ("%adminpath%\bcrypt.cmd") > =A0=A0=A0=A0=A0run ("%adminpath%\bcrypt.cmd","") > =A0=A0=A0=A0=A0SendKeysTo ("~cmd.exe", "pswd") > =A0=A0=A0=A0=A0SendKeysTo ("~cmd.exe", "{ENTER}") > =A0=A0=A0=A0 ..." > > =A0 > =A0=A0=A0 bcrypt.cmd file : > =A0=A0=A0 d:\bsutools\tools\bcrypt\bcrypt.exe=20 > \\servername\applications\dbxxx\filename.csv.bfe > =A0 > =A0=A0=A0 I have a problem when I try to launch it via the Schedule = task=20 > (with admin user) or via maestro (scheduler tool). > =A0=A0=A0=A0I think=A0there is a problem to pass the=A0parameter. > =A0 > =A0=A0=A0 Can someone help me about this ? > =A0 > =A0=A0=A0 Thanks a lot. > =A0 > Kaye Pascal > > ITD/OSD/ASM/Windows & SQL Server team > > Tel:=A0+32 02 / 202 63 84 (direct) - Hotline :=A0+32 02 / 202 33 03 - = Fax:=20 > 02 / 203 92 26 > > =A0 > > **** DISCLAIMER **** http://www.belgacom.be/maildisclaimer |
From: <pas...@be...> - 2005-02-11 12:04:52
|
Hello, =0D I'm using the brcypt tool on w2k server SP4. I wrote a Winbatch script to decrypt the file. This script works fine when directly launched on the server. "... If FileExist ("%adminpath%\bcrypt.cmd") run ("%adminpath%\bcrypt.cmd","") SendKeysTo ("~cmd.exe", "pswd") SendKeysTo ("~cmd.exe", "{ENTER}") ..." =0D bcrypt.cmd file : d:\bsutools\tools\bcrypt\bcrypt.exe \\servername\applications\dbxxx\filename.csv.bfe =0D I have a problem when I try to launch it via the Schedule task (with admin user) or via maestro (scheduler tool). I think there is a problem to pass the parameter. =0D Can someone help me about this ? =0D Thanks a lot. =0D Kaye Pascal=0D ITD/OSD/ASM/Windows & SQL Server team Tel: +32 02 / 202 63 84 (direct) - Hotline : +32 02 / 202 33 03 - Fax: 02 / 203 92 26 =0D **** DISCLAIMER **** http://www.belgacom.be/maildisclaimer |
From: <ben...@id...> - 2004-05-22 12:26:03
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Jared K. <ci...@ma...> - 2004-01-17 21:40:59
|
Are there any plans to add > 2 gig file support for this utility? Thanks, Jared |
From: Lars T. B. <lar...@ne...> - 2003-09-17 21:56:07
|
Hi! If I want to increase/decrease the keylength from 448 bits to X bits, will it suffice to change line 8 in blowfish.h: #define MAXKEYBYTES 56 /* 448 bits */ to another MAXKEYBYTES value? Does this implementation use EBC or CBC mode? Thanks for your time and answers! Regards, Tobias |
From: <ph...@th...> - 2003-03-24 13:53:07
|
On Thu, 20 Mar 2003 12:15:18 -0700, Rick Cone wrote: >Can we enter the key on the command line with bcrypt (for unattended >operation...) > >Thanks, > >Rick Cone >Secure Payment Systems >801 8th St. Suite 150-D >Greeley, CO 80631 >970-352-9434 (office) >970-352-0122 (fax - call office first!) >rc...@se... ... This is considered a security hole, as any user would be able to see the password on the process list. One workaround, assuming you trust your filesystem, is to pipe the arguments in with '<' and '>'. In short, to automatically encrypt, have a file named foo with the password repeated twice, and use "bcrypt filename < foo" to encrypt it. To decrypt, have a filename with the password (only once) named bar, and use "bcrypt filename < bar" to decrypt. -Philip Stolarczyk |
From: Rick C. S. P. S. <rc...@se...> - 2003-03-20 19:19:08
|
Can we enter the key on the command line with bcrypt (for unattended operation...) Thanks, Rick Cone Secure Payment Systems 801 8th St. Suite 150-D Greeley, CO 80631 970-352-9434 (office) 970-352-0122 (fax - call office first!) rc...@se... NOTE: This electronic message and attachment(s), if any, contains information which is intended solely for the designated recipient(s). Unauthorized disclosure, copying, distribution, or other use of the contents of this message or attachment(s), in whole or in part, is prohibited without the express authorization of the author of this message. |
From: Michael M. <mg...@es...> - 2003-03-08 13:02:41
|
Hi there, I've just found bcrypt on freshmeat, whilst looking for utilities for encrypting files with a view to using rsync to store encrypted offsite backups. I'm interested in encryption that doesn't break rsync's remote diff behaviour, whilst still being strong crypto. I've run a few tests on the output from bcrypt and was wondering if anyone could comment on the following: - if I encrypt identical files with the same passphrase, I get the same output. Have I just been lucky or is this guaranteed? (You can avoid it by "seeding" the blocks to encrypt with a random starting block which you discard when decrypting). - if I encrypt two files which are identical except for a new block of 2048 bytes in the middle, bdiff tells me that the encrypted files differ by around 4000 bytes (i.e. a value close to the difference between the files). Does this make sense? What I think is that the encryption works in some sort of mode where the results of encrypting previous blocks does not affect encryption of future blocks. Is this correct? Finally, does anyone have comments on the security of the bcrypt utility? Is the security roughly as good as my key choice? Thanks, Mike. |