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