Crates.io | crab-cryptor |
lib.rs | crab-cryptor |
version | 2.0.0 |
source | src |
created_at | 2022-12-13 23:30:57.364114 |
updated_at | 2024-04-13 12:52:10.854883 |
description | A simple file cryptor |
homepage | |
repository | https://github.com/lrkkr/crab-cryptor |
max_upload_size | |
id | 736202 |
size | 46,231 |
A simple file cryptor written in Rust.
This project has a breaking change in version v1.0.0. A key derivation function is used in v1.0.0. The previous version is not compatible with the current version. If you want to decrypt the file encrypted by the previous version, please use the previous version.
This project has a breaking change in version v2.0.0. URL-safe base64 encoding without padding is used in v2.0.0. The previous version is not compatible with the current version. If you want to decrypt the file encrypted by the previous version, please use the previous version.
cargo install crab-cryptor
crab
crab v2.0.0
Author: xl_g <lr_kkr@outlook.com>
A file cryptor
> Choose function: encrypt
> Work directory: data
> Encryption token:
crab
crab v2.0.0
Author: xl_g <lr_kkr@outlook.com>
A file cryptor
> Choose function: decrypt
> Work directory: data
> Encryption token:
MIT license