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

#1331 in Text processing

Download history 4/week @ 2024-02-25 7/week @ 2024-03-10 58/week @ 2024-03-31

65 downloads per month

MIT/Apache

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

~1.5MB
~26K SLoC