Locally you have no security on a Notes database. A password is useless - you would be much better off encrypting the database with at least Medium encryption.
If you really want strong protection, push the encryption level to Strong.
But forget about passwords and even Access control. If you search carefully, you can find tools that can change each entry in the ACL - so I don't think that a password is really of any use.
You can, of course, go into the DatabaseScript and implement a password check in the PostOpen event - but that is programmatic and, unless you also hide the database design, anyone with local access can also change the design. Also, hiding the design will bring another host of issues - as in how do you change the password ?
More trouble than it's worth. Encryption is much better.
Pascal.
I've got nothing to hide, and I'd very much like to keep that away from prying eyes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.