Hello,
when potential attacker breaks the SQL database, he just founds fields protected by my encryption.
However, if he deletes the user's password in the SecuritySystemUser table, he have free access to the system, where the data are decrypted.
How to prevent it?
By custom logon controller only?
Thanks