Crates.io | kryptor |
lib.rs | kryptor |
version | 0.1.3 |
source | src |
created_at | 2023-09-27 09:48:08.018765 |
updated_at | 2023-10-28 14:07:59.52733 |
description | A simple command-line cryptography tool |
homepage | |
repository | |
max_upload_size | |
id | 984451 |
size | 27,971 |
A simple command line cryptography tool made in Rust
required cargo to install
then in your CLI
$ cargo install kryptor
Encode/Decode formats such as base64 ROT13 A1Z26 hex
hashing
hexdump
file.txt
hello world
$ kryptor --encode base64 file.txt > output.txt
output.txt
aGVsbG8gd29ybGQh