Encryption with escape chars - "\"
Hello,
I am encrypting a password to put into a mySQL db table. It appears that it is stripping the character "\" thinking it is an escape character.
Encrypted entered PW: 0_ZGA68!,N4AE( T\@ ]*H (This is the password encrypted in the login page)
Table password: 0_ZGA68!,N4AE( T@ ]*H (I compare it to what is in the table - see the "\" is missing)
PW does not match what is in the table.
Is it possible for this to be the case, that it sees "\@" in the encrypted string and escapes it so it is just the "@" that ends up in the string that goes into the db table and it can no longer match up to the PW being examined?
If so, not fun...
Thanks for any advise/solutions,
Lee
