4 releases
0.1.3 | Oct 28, 2023 |
---|---|
0.1.2 | Oct 21, 2023 |
0.1.1 | Sep 27, 2023 |
0.1.0 | Sep 27, 2023 |
#1798 in Text processing
15KB
312 lines
Kryptor
Description
A simple command line cryptography tool made in Rust
Installations
required cargo to install
then in your CLI
$ cargo install kryptor
Features
-
Encode/Decode formats such as base64 ROT13 A1Z26 hex
-
hashing
-
hexdump
Usage/Examples
file.txt
hello world
$ kryptor --encode base64 file.txt > output.txt
output.txt
aGVsbG8gd29ybGQh
Dependencies
~2.5MB
~44K SLoC