Well that's poor. It should be non-reversable. All my password code is. Lucky for the conversion effort, tho.
Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pat Hastings Sent: Tuesday, October 26, 2004 7:34 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Collaboration is now available :( retrive passwords The Passwords are stored in plain text in the database or in a very simple encryption method in the registry which is something like this: Convert each letter of the password into the hex version of its ASCII value Do the same for the domain name Add the values of hex values of the first letter of password to the hex value of the first letter of the domain name and store. Repeat for the rest of the password - if the password is longer than the domain name then wrap around and start from the beginning of the domain name again. It is a while since I had to do it but it is something very close to the above -----Original Message----- From: Oblio [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 04:28 To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] Collaboration is now available :( So, does anyone have a way to retrieve user passwords for a migration? 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/ --- [This E-mail has been scanned for viruses but it is your responsibility to maintain up to date anti virus software on the device that you are currently using to read this email. ] --- [This E-mail has been scanned for viruses but it is your responsibility to maintain up to date anti virus software on the device that you are currently using to read this email. ] 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/ 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/
