How can I encrypt a data field in a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top