Donate Share

bcrypt - blowfish file encryption

Code

Programming Languages: C

License: BSD License

Repositories

browse code, statistics, last commit on 2002-09-10 cvs -d:pserver:anonymous@bcrypt.cvs.sourceforge.net:/cvsroot/bcrypt login

cvs -z3 -d:pserver:anonymous@bcrypt.cvs.sourceforge.net:/cvsroot/bcrypt co -P modulename

Show:

What's happening?

  • Do not echo password in windows

    Please change the code for keys.c to include the following change to readString. This prevents it from outputting the key to the console. #ifdef WIN32 #include "conio.h" #endif int i=0; while(i

    2007-10-28 02:37:14 UTC by somewakko

  • Cyclic Password Weakness

    Cyclic pass phrases, could be used to decrypt files which have been encrypted by any number of cycles of the same phrase. For example, a file encrypted with "aaaaaaaaaaaaaa" as the key, can also be decrypted using any number of 'a's, like "aaaaaaaa" or "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", etc It suffers from any cyclic phrase like "123123123", "abbbabbb", etc.

    2007-06-19 08:46:20 UTC by hoomanv

  • Decryption - Memory Allocation Requirements

    I've attempted to decrypt a (995MB) file on a system that had 16gb of RAM, and encountered the following error: "Can't allocate memory. Bailing out" I encountered the same problem earlier while trying to decrypt a 125mb file on a system that had 2GB of RAM. Increasing the RAM removed the problem. I then tried to decrypt a 995MB file on a system that contained 16GB or RAM (which is the...

    2007-06-08 00:16:28 UTC by v3xt0r

  • no password verification on windows

    Since the password is viewable then one should not have to type it in again for verification. The tool is very useful because it is portable and transportable on a USB drive and can be run from any machine regardless of the user rights.

    2006-11-14 21:27:24 UTC by nobody

  • bcrypt - blowfish file encryption

    Anonymous committed patchset 1 of module CVSROOT to the bcrypt - blowfish file encryption CVS repository, changing 11 files.

    2002-09-10 13:12:28 UTC by nobody

  • bcrypt

    registered the bcrypt - blowfish file encryption project.

    2002-09-10 05:49:12 UTC by

Our Numbers