Merge from vendor branch TNF:
authorxtraeme <xtraeme>
Sat, 3 Sep 2005 22:45:51 +0000 (22:45 +0000)
committerxtraeme <xtraeme>
Sat, 3 Sep 2005 22:45:51 +0000 (22:45 +0000)
commitfc5ae2b171558e304bd04b2f6f7d7b6c0c16aa67
treed2e89c9857a88d14591cf77dff5c518c8f3af0f7
parent99c8a0b99f17d9bd8f8f46926b18826764d386bb
parent26d9203ca4babe9f80d66f375c8d77b46c10f707
Merge from vendor branch TNF:
Initial import of bcrypt-1.1.

Bcrypt is a cross platform file encryption utility. Encrypted files
are portable across all supported operating systems and processors.
Passphrases must be between 8 and 56 characters and are hashed
internally to a 448 bit key. However, all characters supplied are
significant. The stronger your passphrase, the more secure your data.

In addition to encrypting your data, bcrypt will by default overwrite
the original input file with random garbage three times before deleting
it in order to thwart data recovery attempts by persons who may gain
access to your computer.