On 8/01/2004 at 05:38:12, David Delbridge wrote: > Does any command-line tool exist for obtaining a particular Imail user's > account password?
The encryption is a simple shift cipher with the username used as the key, and the encrypted value is stored in the registry as a textual representation of the bytes. I've got a perl script which extracts a password (currently available at http://users.on.net/epearce/imailgetpass.txt if anyone wants to download it), but it should be easy enough to write in your language of choice. Someone else here had an Excel spreadsheet which steps through the algorithm if you don't quite understand it. Cheers, Evan To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
