Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

mcandre/ios7crypt-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios7crypt-rs: IOS7Crypt in Rust

DEPRECATED

See swiper.

EXAMPLES

$ ios7crypt -e monkey
1308181c00091d

$ ios7crypt -d 060b002f474b10
monkey

$ ios7crypt -h
Usage: ios7crypt [options]

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

DOWNLOADS

https://github.com/mcandre/ios7crypt-rs/releases

CRATE

https://crates.io/crates/ios7crypt

API DOCUMENTATION

https://docs.rs/releases/search?query=ios7crypt

RUNTIME REQUIREMENTS

(None)

CONTRIBUTING

For more details on developing ios7crypt itself, see DEVELOPMENT.md.