GNOME Bugzilla – Bug 560230
Import VPN group passwords from PCF files
Last modified: 2008-11-11 21:23:53 UTC
The PCF import feature is extremely useful. It would be even better if NetworkManager could import the saved group passwords as well. This would allow a seamless transition from Cisco VpnClient to NetworkManager/vpnc. For example, the Cisco PCF profile saves the group password in encoded form: GroupPwd= #s3cret_p4ssw0rd enc_GroupPwd=DEADBEEF348902739102957 The original plaintext password is easily forgotten or lost since the user may have configured the VPN years ago. Without an import feature, a user must contact his/her admin or dig up long-lost documentation for the VPN in question. A GPL'ed implementation of the decoding algorithm is online at: http://www.unix-ag.uni-kl.de/~massar/bin/cisco-decode It seems trivial to hook this into nm-vpnc.c .
*** This bug has been marked as a duplicate of 547582 ***