claudijd / c7decrypt

Cisco Password Encryptor/Decryptor
Other
24 stars 10 forks source link

Support Alternate Type Formats #13

Closed claudijd closed 8 years ago

claudijd commented 9 years ago

Reference: https://twitter.com/michaelmcatee/status/533764636617617408

claudijd commented 9 years ago

Type 9: SCRYPT Type 8: PBKDF2 (Password-Based Key Derivation Function 2) with 20000 iterations of SHA-256 Type 7: Vigenere Cipher (Already Supported) Type 6: 128-bit Advanced Encryption Standard (AES) password encryption Type 5: Salted MD5 Type 4: Unsalted SHA-256 Type 0: Clear Text Type ???: Seeking feedback

claudijd commented 9 years ago

Started pre-expansion work in https://github.com/claudijd/c7decrypt/pull/14

claudijd commented 9 years ago

Added Type-5 encryption support in https://github.com/claudijd/c7decrypt/pull/15

claudijd commented 9 years ago

Michael to add support for WLC format with static private key, described here:

http://blog.ptsecurity.com/2014/05/obtaining-passwords-from-cisco-wireless.html

claudijd commented 8 years ago

If people would like to submit alternate formats, we are now setup to handle that organically.