.BFE File Extension
Bcrypt Encrypted File
Developer | Johnny Shelley |
Popularity |
2.7 | 6 Votes |
What is a BFE file?
A BFE file is a file that has been encrypted using the bcrypt file encryption utility. BFE files can be decrypted using bcrypt and the passphrase used to encrypt them.
More Information
Bcrypt is a cross-platform file encryption utility that is most popularly used by Linux users. After installing bcrypt, users can enter bcrypt [-orc] [-sn] and a filename in a terminal window to encrypt that file. As part of encrypting the file, users must enter a passphrase. Bcrypt then produces an encrypted copy of the file, saved with the .bfe extension. By default, bcrypt also deletes the original file, though users can disable this feature.
BFE files are encrypted using a variation of the Blowfish cipher, which is a symmetric-key block cipher created in 1993. As such, the key used to encrypt a BFE file is also the key used to decrypt it. Each BFE file contains the key used to decrypt it, hashed to a 448-bit value.
How to open a BFE file
Because BFE files are encrypted, you cannot open them as you would a normal file. To decrypt a BFE file, you must use bcrypt (cross-platform) and the passphrase used to encrypt the file. After you've decrypted the file, you should be able to open it normally.