Eiolon Posted December 22, 2006 Share Posted December 22, 2006 Does anyone have any info (tutorials or otherwise) on how I can convert passwords in my database from MD5 to SHA-1?Thanks! Quote Link to comment Share on other sites More sharing options...
btherl Posted December 22, 2006 Share Posted December 22, 2006 Unfortunately you cannot "convert" hashed passwords. You will need to set all the passwords again, once you have changed over to SHA-1. Quote Link to comment Share on other sites More sharing options...
artacus Posted December 22, 2006 Share Posted December 22, 2006 You could probably do it one at a time as users log in, if the password they submitted is confirmed, you could take that and encode it in SHA-1 and save it in another field. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.