Another small app written in Adobe Flex. This time to decrypt passwords stored in Cisco VPN PCF file. Just simply copy enc_GroupPwd or enc_UserPassword to decryptor and click Decrypt button 🙂
Using this small app you can decode:
- enc_GroupPwd – VPN group password from PCF file
- enc_UserPassword – VPN user password from PCF file
For that small webapp to work Adobe Flash Player is required.
Example of enc_GroupPwd:
CEEB491A40B430D29BE5A17A2C7141E0E0ED17D0DB6A17AA82B690D9
524F7F25064B7C44058D87DD11A90A7020F5C037D09E90F863E7802C
which should decrypt to:
vpn-secret-key
Encryption functions provided by ActionScript 3 Crypto Library
as3crypto – Cryptography library for ActionScript 3, including partial TLS 1.0 support
Enjoy! 🙂
may i know how to do this decode in java
Sure… here is a link.. not my application, but might be helpful 🙂
http://labs.neohapsis.com/2011/01/31/cross-platform-cisco-group-password-decrypter/
Perfect!!! works great!!!