Hi all
I have found a good encryption routine, it works good, the only problem i have is:
Table encrypted: users table
the users passwords are always encrypted, and iu decrypted when user needs to change password or when user is gonna login the software.
but recently a user was trying to login and he couln't and the password he was typing is correct, the problem is that for some reason the table was encrypted, so if his password was : "abc111" in the encrypted code was "?????"
then the system would never find the "abc111" password, the questions is How can i programmatically identify when the table is encrypted and when is not.
Thanks in advance for any suggestion,
I have found a good encryption routine, it works good, the only problem i have is:
Table encrypted: users table
the users passwords are always encrypted, and iu decrypted when user needs to change password or when user is gonna login the software.
but recently a user was trying to login and he couln't and the password he was typing is correct, the problem is that for some reason the table was encrypted, so if his password was : "abc111" in the encrypted code was "?????"
then the system would never find the "abc111" password, the questions is How can i programmatically identify when the table is encrypted and when is not.
Thanks in advance for any suggestion,