VBA code for entering an encoded password in a column - Access 2007

vgarzon

Registered User.
Local time
Today, 17:35
Joined
Oct 17, 2008
Messages
30
Hi all,

I was hoping you know how to enter some data (e.g. a Password) in a column, using an encrypted/encoded format (lets say, something in VBA like varpw= MD5("mypassword"), so you can later do INSERT into users (user, password) values (varusr, varpw))

I need to have some kind of authentication done by a form, and I was wondering if I could do that by storing the passwords in a table that has the encrypted password.


Can you help me with this?

Thanks in advance,

Victor
 

Users who are viewing this thread

Back
Top Bottom