CHECKSUM
Is there any function to have a checksum value of a character string.
I want to use it in a login program. I want to store the checksum value in database table in stead of the actual password. then while logging in check the checksum value of the given password against the value stored in table as a security measure.
can any body help me.
Thanks in advance
Ulhas
|