This is a discussion on What format should i use to save password? within the MySQL forums, part of the Databases category; Originally Posted by jmurrayhead It's a pretty good example, but not complete with information. I have a working sample at ...
| |||||||
|
#11
| ||||
| ||||
| Quote:
![]() i'll wait patiently |
|
#12
| ||||
| ||||
| Well, how else are you gonna wait? ![]() @RF - no hijacking...this isn't ASP Free
__________________ jmurrayhead If you agree with me... click the icon! If my post solved your problem, click the button in the lower right-hand corner of the post.If you like it here...throw us a few bones to help support us. Join our Folding team: DeveloperBarn Folding |
|
#13
| ||||
| ||||
| Quote:
Won't do it again.
__________________ “There are two theories to argueing with women. Neither of them work! ” - Unknown |
|
#15
| ||||
| ||||
| Here ya go, micky: Salted Password Hash - Code Samples |
| The Following User Says Thank You to jmurrayhead For This Useful Post: | ||
micky (October 29th, 2008) | ||
|
#16
| ||||
| ||||
| |
|
#17
| ||||
| ||||
| J, can i do some changes in this code so that the salt created have only alphabets and numbers?? |
|
#18
| ||||
| ||||
| Quote:
Code: Convert.ToBase64String(buff) |
|
#19
| ||||
| ||||
| Quote:
![]() actually, i need to send user password if he forgets it and i have set password field to take only alpha numeric characters. so i m sending the salt to them!! am i doing something wrong?? |
|
#20
| ||||
| ||||
| Quote:
Emails can be intercepted and read by malicious users. It's a very bad thing and the password salt/hash was not designed to do this. For one, hashes are one-way. |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Salted Password Hash | jmurrayhead | .Net Code Samples | 14 | November 19th, 2009 11:06 AM |
| [Suggestion] Date Format Suggestion | icoombs | Suggestions & Feedback | 1 | July 14th, 2008 07:41 AM |
| Password Protected Tabs | AOG123 | Access Database Samples | 3 | June 13th, 2008 03:20 PM |
| Print out data on a letterhead format | Shem | .Net Development | 3 | May 22nd, 2008 09:15 AM |
| format currency to display by thousands | Rebelle | ASP Development | 2 | April 29th, 2008 10:32 PM |