Encryted password field

  • Thread starter Thread starter SF
  • Start date Start date
S

SF

Hi,

Access 2003,

I want to implement security by allow user to login. I have a table with
user name, password but I want to encrypt the password field. How to do
that.

SF
 
you can also use the 'password' inputMask in the table design ... but if
you change it back, everything will show.

It might be a good idea to write a routine to scramble/descramble the
data ... or do not store the passwords in a table. Each user should
have their own FE (Front-End). I like using database properties for
information like that. If you distribute an MDE, the users will not be
able to see the code


Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace

*
(: have an awesome day :)
*
 
Back
Top