← 返回命令列表

Linux command

bcrypt 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Encrypt

bcrypt [file.txt]

Decrypt

bcrypt [file.txt.bfe]

Remove

bcrypt -r [file.txt]

说明

bcrypt is a file encryption utility using the Blowfish cipher. It encrypts files in place with a password, creating .bfe (Blowfish Encrypted) files. The tool provides simple command-line encryption for individual files.

参数

-r
Remove original file after encryption
-c
Compress before encryption

FAQ

What is the bcrypt command used for?

bcrypt is a file encryption utility using the Blowfish cipher. It encrypts files in place with a password, creating .bfe (Blowfish Encrypted) files. The tool provides simple command-line encryption for individual files.

How do I run a basic bcrypt example?

Run `bcrypt [file.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -r do in bcrypt?

Remove original file after encryption