Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello,

I need to hash the passwords in my database using stored procedures. I'm using pwdencrypt() function and its working appropriately.

Now I need to convert the outcome of pwdencrypt() to string base 64 in sql

Any ideas?

Thank you
Posted
Comments
Kschuler 11-Oct-10 15:09pm    
What database do you use?
deadwood88 12-Oct-10 2:13am    
SQL Server 2005

Did you try google?[^]
 
Share this answer
 
Comments
canozurdo 2-Jun-11 18:22pm    
Google took me to this page
Kschuler 6-Jun-11 9:21am    
Google took you to what page?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900