I have uploaded a few hundred passwords from our old website into the ablecommerce sql tables. These passwords do not allow access to the site as they are not SHA1 encrypted. Is there a way I can encrypt them and/or is there something I can put in the passwordFormat field that will make these work.
Thanks!
SHA1 on newly uploaded passwords
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
If you know the actual password, set that as the password and set the password format to "CLEAR".
If the password is already hashed using some other form, I may not have an answer. Sometimes those passwords include a salt value, and I do not have a solid procedure for converting those to a value that can be interpreted by our framework.
If the password is already hashed using some other form, I may not have an answer. Sometimes those passwords include a salt value, and I do not have a solid procedure for converting those to a value that can be interpreted by our framework.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
-
- Ensign (ENS)
- Posts: 12
- Joined: Tue Jan 22, 2008 4:49 pm