Hi all,
Just a quick one for me.
I have a 'passwords' table which holds an amount of information which I would use alongside other authorised people.
I have implemented my own terms of security:
You can only access the DB if your Windows Login user name is stored in the BE
Input masks to stop shoulder surfing.
When the passwords form is loaded, you see the password you require in asterisks. When you click on the field this is then unmasked as thus can be copied.
I'd like to further increase the security of the passwords table, and I have been thinking about encryption.
Would it be possible to:
1. Firstly implement encryption that will encrypt all of my previous records?
2. Secondly would it be possible to achieve what I have done in the past but with encryption - when the text box is clicked on the password is revealed (however it is decrytped)?
3. If so, how fast is the encryption / decryption process?
I have looked at the following resources for my idea:
http://www.access-programmers.co.uk/forums/showthread.php?t=193695
http://support.microsoft.com/kb/104875
http://www.everythingaccess.com/tut...g-the-encryption-type-in-Access-2007&Rated=V5
Just a quick one for me.
I have a 'passwords' table which holds an amount of information which I would use alongside other authorised people.
I have implemented my own terms of security:
You can only access the DB if your Windows Login user name is stored in the BE
Input masks to stop shoulder surfing.
When the passwords form is loaded, you see the password you require in asterisks. When you click on the field this is then unmasked as thus can be copied.
I'd like to further increase the security of the passwords table, and I have been thinking about encryption.
Would it be possible to:
1. Firstly implement encryption that will encrypt all of my previous records?
2. Secondly would it be possible to achieve what I have done in the past but with encryption - when the text box is clicked on the password is revealed (however it is decrytped)?
3. If so, how fast is the encryption / decryption process?
I have looked at the following resources for my idea:
http://www.access-programmers.co.uk/forums/showthread.php?t=193695
http://support.microsoft.com/kb/104875
http://www.everythingaccess.com/tut...g-the-encryption-type-in-Access-2007&Rated=V5