claudijd/c7decrypt

Support Alternate Type Formats

Closed this issue · 5 comments

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

Started pre-expansion work in #14

Added Type-5 encryption support in #15

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

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