How can I encrypt a data field in a table

B

baker

HI..

I have a table contains username and password field. for the security, how
can I encrypt the password field and how to decrypt it. I will use it as a
database of a website. If a user login, how can I compare the password the
user in put with password field in my database??

Thank you
 
L

Larry Linson

Obtain a .DLL that performs the encryption/decryption for you, set a
Reference, and call it from your code, passing it the necessary
username/password.

Larry Linson
Microsoft Access MVP
 
Top