cisco_decrypt 0.1.1

Simple tool to decrypt Cisco Type 7 passwords
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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)