Don't know if the passwords are a one-way hash or not, but there are loads of tools to enumerate the registry keys and values for SQL Server. SQL itself has xp_instance_regenumkeys and xp_instance_regenumvalues that you can use. You might be able to just copy over the info without decrypting and reencrypting.
Someone on the IMail list might have more info. Darin. ----- Original Message ----- From: "Aaron J. Caviglia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 1:18 PM Subject: [Declude.JunkMail] Pulling Account Information Hey Everybody, Had a question that I can't seem to find online. I am moving from a Registry based Imail install to a SQL based. And I was wondering how I could pull login information (e-mail addy and password) and put it into a text file of some sort? Thanks, Aaron --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com. --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
