how password is stored and check the authentication??
jrefactors_at_hotmail.com
Date: 09/16/05
- Next message: makc.the.great_at_gmail.com: "Re: how password is stored and check the authentication??"
- Previous message: Unruh: "Re: All known english words"
- Next in thread: makc.the.great_at_gmail.com: "Re: how password is stored and check the authentication??"
- Reply: makc.the.great_at_gmail.com: "Re: how password is stored and check the authentication??"
- Reply: mlimber: "Re: how password is stored and check the authentication??"
- Reply: Gordon Burditt: "Re: how password is stored and check the authentication??"
- Reply: Unruh: "Re: how password is stored and check the authentication??"
- Reply: FX: "Re: how password is stored and check the authentication??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 16 Sep 2005 08:19:04 -0700
I want to ask how password is stored and how to check the
authentication?
I have heard password is never encrypted and decrypted, but it is
hashed.
For example, consider a simple email logon authentication in a hash
table:
Key: my email address
Value: hash_function(my plan text password)
The hash_function will hash my password to some number.
When I logon, it will have another function to do the reverse.
If (reverse_hash_function(the password I enter on the logon screen)
== get_value(my email address))
Then Correct Password
Else Wrong Password
I don't know if this is correct. Please comment, and advise.
thanks!!
- Next message: makc.the.great_at_gmail.com: "Re: how password is stored and check the authentication??"
- Previous message: Unruh: "Re: All known english words"
- Next in thread: makc.the.great_at_gmail.com: "Re: how password is stored and check the authentication??"
- Reply: makc.the.great_at_gmail.com: "Re: how password is stored and check the authentication??"
- Reply: mlimber: "Re: how password is stored and check the authentication??"
- Reply: Gordon Burditt: "Re: how password is stored and check the authentication??"
- Reply: Unruh: "Re: how password is stored and check the authentication??"
- Reply: FX: "Re: how password is stored and check the authentication??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|