We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551ddba commit 4d3abaaCopy full SHA for 4d3abaa
README.md
@@ -1,3 +1,13 @@
1
# Cisco VPN Client Password Decoder
2
3
-Decoder for password encoding of Cisco VPN client
+Pure javascript decoder for password encoding of Cisco VPN client.
4
+
5
+Usually, you need to decrypt group password stored in *.PCF files to setup [native Cisco VPN connection in Mac OS X][1].
6
7
+In contrast to other implementations, this decoder does everything in a browser, so a password never leaves your computer.
8
9
+[<h3>Decode group password online</h3>][2]
10
11
12
+[1]: http://anders.com/guides/native-cisco-vpn-on-mac-os-x/
13
+[2]: http://artemkin.github.io/cisco-password-decoder
0 commit comments