aef is a encrypted file archiver, it uses AES-256-GCM
to fully encrypt data and scrypt
to prevent brute force data cracking, it also allows the use of brotli
to reduce the size of archived files.
AES-256-GCM
for complete data encryptionscrypt
to prevent brute force crackingbrotli
compression file OptionalLinux
macOS
Windows
directory
and file
1.0
Download the binary from the release page
Or use cargo
to install
bash
cargo install aef
bash
aef -i ./files/ -o ./dist.aef
bash
aef -i ./dist.aef -o ./files/ -d
By default you will enter your password in the terminal, if you don't want to enter it manually you can use the -p
option
bash
aef -i ./files/ -o ./dist.aef -p 123456
aef
support the use of brotli
to compress files, you can use the -c
option to specify the compression level
-c 0
-c 11
bash
aef -i ./files -o ./dist.aef -c 0
bash
aef --help
```bash Usage: aef [OPTIONS]
Options: -i, --input File | Stdin -o, --output