Skip to Content

用bcrypt加密文件(Encrypt with bcrypt)

sasaqqdan 的头像
Encrypt with bcrypt

You should encrypt very sensitive files with the program bcrypt. Bcrypt uses the secure Blowfish-algorithm.
Open a shell and enter:
bcrypt /MyDirectory/MyFile
Then you are asked a passwort (at least eight characters long; you can abort bcrypt with "Ctrl" + "C"). Bcrypt encrypts your file and appends the extension bfe to the file. The original file is deleted automatically.
If you want to encrypt more than one file or a complete directory you should create an archive-file. Start the program "Menu | Utilities | Xarchive archiver". Afterwards you encrypt the archive-file.
Note that bcrypt deletes the original file automatically. You can't recover the file. If you don't want to delete the file start bcrypt with the option -r:
bcrypt -r /MyDirectory/MyFile
If you want to decrypt the file start bcrypt again:
bcrypt /MyDirectory/MyEncryptedFile
Than you enter your password.
For further information see :
Homepage bcrypt
#3192

bcrypt加密文件(Encrypt with bcrypt)


你电脑中的敏感文件最好用Bcrypt这个程序加密一下。Bcrypt用的是安全BLOWFISH算法

如何加密单个文件?

打开一个终端,输入如下命令:
bcrypt /MyDirectory/MyFile
接下来就会问你要设定的密码。(长度最少要八个字符,你可以用组合键"Ctrl" + "C"来终端Bcrypt的运行)
然后开始加密,并在加密后的文件添加bfe后缀,源文档则自动删除。

如何加密多个文件或者目录?

如果你想加密多个文档或者一整个目录,你可以创建个文档包:
点击"菜单 | 工具 | Xarchive archiver".
然后你就可以加密这个文档包了。

如何在加密后保留源文档?

这里要说明的是Bcrypt程序会自动删除源文档,而且无法恢复。如果你不想这样,你可以在打开程序时赋予它一个参数"-r":
bcrypt -r /MyDirectory/MyFile
接下来照样要你输入密码。

如果想了解更多信息,请查看bcrypt的主页:
Bcrypt - Blowfish File Encryption

发表新评论

  • 你可以在文本中使用BBCode标记语言。 URL会自动被转为链接。

更多关於格式化选项的信息

CAPTCHA
请验证您是否是机器人。
Image CAPTCHA
Enter the characters shown in the image.