View Single Post
  #5 (permalink)  
Old 06-18-2008, 10:14 AM
rgenter
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by pwiesner View Post
I do not believe it will be possible to generate an encrypted password in sql. If it is a requirement that you encrypt the passwords it would be our suggestion to use either the direct API or the user management web service to create users.
Unfortunately neither of those solutions is acceptable, as both would require adding users one at a time, and that's not practical when adding thousands of users.

What is the algorithm used to encrypt the password? I was originally told that it was an MD5 hash, but apparently that's not the case.
Reply With Quote