Is there a way to encrypt a nsf database by a user, so that even the administrator cannot read what is in it?
Subject: Encrypt from Administrator
YES! You have two choices depending on whether you have copies of the user’s ID. I’m assuming that you do so I will explain how to do it so it doesn’t even matter if you have a copy of the user’s ID. I would use field level or symetric key encryption. The user creates a key using a name that has been defined by the developer and then distributes that key to the other people that need to read that data. The admin never gets a copy of the key. See admin & dev help on the topic.
Keep in mind that this is a bit hard to manage and a horror when the user looses or corrupts their id file.
HTH,
Rob