kryptor

Crates.iokryptor
lib.rskryptor
version0.1.3
sourcesrc
created_at2023-09-27 09:48:08.018765
updated_at2023-10-28 14:07:59.52733
descriptionA simple command-line cryptography tool
homepage
repository
max_upload_size
id984451
size27,971
PPman (SeeOkaySee)

documentation

README

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

Commit count: 0

cargo fmt