Password Field

J

Janis in Minnesota

Hello all!
I have a pop-up modal form that appears at login and the employee enters
his/her name and password. I have the password formatted so when they enter
their password each character in the password appears as an asterix.
Once in the database, in the Employee Maintenance form, the field that
stores this password is displayed. Can I mask this as well so it is not
readable?
Any advice is greatly appreciated!
Thanks!

Janis
 
G

Gijs Beukenoot

Janis in Minnesota drukte met precisie uit :
Hello all!
I have a pop-up modal form that appears at login and the employee enters
his/her name and password. I have the password formatted so when they enter
their password each character in the password appears as an asterix.
Once in the database, in the Employee Maintenance form, the field that
stores this password is displayed. Can I mask this as well so it is not
readable?
Any advice is greatly appreciated!
Thanks!

Janis

As far as I know, not out of the box...

I use a VBA-routine that encrypts the password (with a randomly chosen
number) and stores the encrypted value and the seed in the database.
When the use enters the password, the saved password is decrypted and
compared to the entered value.
While this is absolutely not secure for real 'hackers', it does what
it's intended to do: you can't view any passwords by looking at the
table.
 

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

Similar Threads

Verifying Data against a query or table 3
How to change a password in a form? 3
Password Fields 0
As for a password 0
Password in a Text field 6
Login User Form 1
Edit Form 1
tables 1

Top