Hello all.
Recently I run into two mda files on Internet (will not mention names), free to download from legal site (will not mention name).
Those "Add-ins" are: one for viewing database password and other for viewing user's passwords from system.mdw file.
And, really, when I used "add in" for viewing user's pwds from system.mdw file -> VOILA! All usernames & passwords have been revealed!
Situation with other "add-in" (that reads database password) is different, as I use Acc2000 & my dbs are encrypted, the add-in couldn't correctly read my db password for any of selected db.
Therefore conclusion -> so much about security going on in Access. I posted two threads concerning security of Access databases (with wich I work since Version 1.0), and must say am completely devastated with my latest findings.
LITERALY, ANYONE CAN SEE USERNAMES & PASSWORDS.
But, here's very important conclusion concerning security to all access & VBA programmers:
1. USE ONLY PASSWORD FOR PROTECTION OF DATABASE
(As db passwords cannot be properly read with any of tested "add-in", and therefore CANNOT BE missused)
2. DO NOT USE INTEGRATED USER & PREMISSION SECURITY TOOL!!!
(Do not make user accounts and give them passwords as those can be EASILY viewed by any in Your company or wherever)
3. BECAUSE YOU'LL USE ONLY DB PASSWORD TO PROTECT DATA, DO NOT LINK TABLES FROM PWD PROTECTED DB!
(As from my previous thread about import/security, it's obvious that anyone can compromise that too!)
4. BUILD YOUR OWN SECURITY SYSTEM AND CUSTOMIZED LOGIN
(Make an additional pwd protected db, store pwds there, and use Code to reach that db and pwds stored).
5. ENCRYPT.
DO NOT DOUBT ANY MINUTE ABOUT THIS ISSUE.
For more help ask.
DB
Recently I run into two mda files on Internet (will not mention names), free to download from legal site (will not mention name).
Those "Add-ins" are: one for viewing database password and other for viewing user's passwords from system.mdw file.
And, really, when I used "add in" for viewing user's pwds from system.mdw file -> VOILA! All usernames & passwords have been revealed!
Situation with other "add-in" (that reads database password) is different, as I use Acc2000 & my dbs are encrypted, the add-in couldn't correctly read my db password for any of selected db.
Therefore conclusion -> so much about security going on in Access. I posted two threads concerning security of Access databases (with wich I work since Version 1.0), and must say am completely devastated with my latest findings.
LITERALY, ANYONE CAN SEE USERNAMES & PASSWORDS.
But, here's very important conclusion concerning security to all access & VBA programmers:
1. USE ONLY PASSWORD FOR PROTECTION OF DATABASE
(As db passwords cannot be properly read with any of tested "add-in", and therefore CANNOT BE missused)
2. DO NOT USE INTEGRATED USER & PREMISSION SECURITY TOOL!!!
(Do not make user accounts and give them passwords as those can be EASILY viewed by any in Your company or wherever)
3. BECAUSE YOU'LL USE ONLY DB PASSWORD TO PROTECT DATA, DO NOT LINK TABLES FROM PWD PROTECTED DB!
(As from my previous thread about import/security, it's obvious that anyone can compromise that too!)
4. BUILD YOUR OWN SECURITY SYSTEM AND CUSTOMIZED LOGIN
(Make an additional pwd protected db, store pwds there, and use Code to reach that db and pwds stored).
5. ENCRYPT.
DO NOT DOUBT ANY MINUTE ABOUT THIS ISSUE.
For more help ask.
DB