D
Dino M. Buljubasic
Hi,
I am using MD5 to hash my passwords and add them to database as hashed.
I have noticed though that some passwords don't get recognized and I suppose
that it happen because hashing might introduce some characters in my
password that are not handled properly by SQL server then.
For example, password 'startreck' works just fine
password 'test' does not
Anybody knows how can I fix this problem?
Any help will be greatfully appreciated
Dino
I am using MD5 to hash my passwords and add them to database as hashed.
I have noticed though that some passwords don't get recognized and I suppose
that it happen because hashing might introduce some characters in my
password that are not handled properly by SQL server then.
For example, password 'startreck' works just fine
password 'test' does not
Anybody knows how can I fix this problem?
Any help will be greatfully appreciated
Dino