How to securely handle AES “Key” and “IV” values

后端 未结 5 1714
被撕碎了的回忆
被撕碎了的回忆 2020-12-07 20:50

If I use AES (System.Security.Cryptography) to simply encrypt and decrypt blob or memo fields in a SQL server, then where do I store the “Key” and “IV” values on the server?

5条回答
  •  醉梦人生
    2020-12-07 21:36

    If it is not much the encrypted information, periodically update the password and information from the records encrypted, it can be every day or every hour, for example.

提交回复
热议问题