Pure javascript decoder for Cisco VPN Client passwords.
Usually, you need to decrypt group passwords stored in *.PCF files to setup native Cisco VPN connection in Mac OS X.
In contrast to other implementations, this decoder does everything in a browser, so a password never leaves your computer.
As an example, this should return "HelloWorld" as the password:
A39CADD77ED72A9C75467D0F5A5C88BFCD75370DD63E3388D3F402AF50C4E5029071B0965C343B99B6D6636A8698562DDB2EE51020D87EA3
Or check index_plain.html for really simple example of decoder usage with almost no design.