ios7crypt 0.0.2

legacy IOS7Crypt encryptor/decryptor
Documentation

ios7crypt-rs: IOS7Crypt in Rust

EXAMPLES

$ ios7crypt -e monkey
1308181c00091d

$ ios7crypt -d 060b002f474b10
monkey

$ ios7crypt -h
Usage: ios7crypt [options]

Options:
    -h, --help          print usage info
    -e, --encrypt VAL   encrypt a password
    -d, --decrypt VAL   decrypt a hash

CRATE

https://crates.io/crates/ios7crypt

REQUIREMENTS

BUILD AND INSTALL

$ cargo install

BUILD

$ cargo build

UNIT TEST

$ cargo test

PUBLISH CRATE

$ cargo publish