ios7crypt 0.0.1

legacy IOS7Crypt encryptor/decryptor
ios7crypt-0.0.1 is not a library.
Visit the last successful build: ios7crypt-0.0.5

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

REQUIREMENTS

BUILD AND INSTALL

$ cargo install

BUILD

$ cargo build

UNIT TEST

$ cargo test