Peter Gough <pmgough at gmail.com> writes: > I've setup my Windows XP WPKG clients to use a domain user account to > connect to my server's WPKG share. Unfortunately in a moment of stupidity I > reset the password for this account. Is there a way to reverse engineer the > encrypted password in the settings.xml file? Yes, this is reversible. I use a python script to set the passwords automatically, it works with: - <path-password> - <logon-interrupt-password> To get the clear text password, just do: --8<---------------cut here---------------start------------->8--- python wpkg-pass.py -c '<ciphered text>' --8<---------------cut here---------------end--------------->8--- -- Daniel Dehennin RAIP de l'Orne -------------- next part -------------- A non-text attachment was scrubbed... Name: wpkg-pass.py Type: text/x-python Size: 2058 bytes Desc: WPKG password calculation URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20100223/d4019ce4/attachment.py> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20100223/d4019ce4/attachment.pgp> |