#tool #command-line #cryptography #hex-dump #base64 #rot13 #a1z26

bin+lib kryptor

A simple command-line cryptography tool

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

#2012 in Text processing

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

~3MB
~54K SLoC