Crates.io | encrypt-me |
lib.rs | encrypt-me |
version | 1.1.0 |
source | src |
created_at | 2023-03-10 21:17:37.46835 |
updated_at | 2023-03-10 22:27:09.815993 |
description | Encrypt and encrypt files by shifting bytes. |
homepage | |
repository | https://github.com/RotrixLOL/encrypt-me |
max_upload_size | |
id | 806743 |
size | 149,883 |
Shift bytes in a file.
For example, if the content of your file is "a", and you want to shift bytes by 2, the new content will be "c".
You can test this program with the files that are in test_files
directory.
To encrypt you have to use +
.
encrypt-me image.png + 10
To decrypt use -
.
encrypt-me image.png - 10
You can encrypt or decrypt multiple times the same file if you want.
Requirements:
cargo install --path .
cargo install encrypt-me
You can download a github release for your OS and then move it into your binaries path (/usr/bin for linux and mac).
Use install.sh
to auto install encryt-me for your OS.
This will download install script and run it.
curl -L https://raw.githubusercontent.com/RotrixLOL/encrypt-me/main/install.sh | sh
You can contribute to this project if you want. The only rule is that you have to use conventional commits and common sense.