Hi I am storing my employees passwords in
Employee table. But Anybody who has
administrative access can see their passwords.
I want to encrypt their passwords so that nobody
could see their passwords. Is there any way that
I could encrypt their passwords. I tried using
binary datatype for passwords, But again anybody who
has adiministrative access can change the datatype
to char to see the passwords.
Any help will be highly appreciated..
Thanks in advance
Employee table. But Anybody who has
administrative access can see their passwords.
I want to encrypt their passwords so that nobody
could see their passwords. Is there any way that
I could encrypt their passwords. I tried using
binary datatype for passwords, But again anybody who
has adiministrative access can change the datatype
to char to see the passwords.
Any help will be highly appreciated..
Thanks in advance