If I want to encrypt a system setting in a plugin, where do I encrypt the text?
I can mask the UI in FormatCell, and Decrypt in ReadData, but where would I *Encrypt* the text before it saves to the DB?
As I'm asking this, I'm figuring I'll need to popup a dialog to prompt for a new password, and then not bother with the decryption in ReadData - i.e. leave no way for the user to see the current password, which is not necessarily a bad thing for the scenario I'm working with.



