kryptos 0.1.2

A Rust implementation of various older, insecure, cryptrographic ciphers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "kryptos"

version = "0.1.2"

authors = ["StackCrash <derek@itsecguy.com>"]

repository = "https://github.com/StackCrash/kryptos.git"

homepage = "https://github.com/StackCrash/kryptos"

license = "MIT"

readme = "README.md"

documentation = "https://stackcrash.github.io/kryptos"

description = "A Rust implementation of various older, insecure, cryptrographic ciphers."



[dependencies]