# cisco_decrypt Simple 🦀Rust tool to decrypt Cisco Type 7 passwords ## Installation & Usage Currently we only support installation through Cargo. ``` cargo install cisco_decrypt ``` After that you can simply run ``` cisco_decrypt 12090404011C03162E ``` Or you can clone the repo and install/use from there. ## Created by [Richard Strnad - www.richardstrnad.ch](https://www.richardstrnad.ch)