Where to Store Encryption Keys MVC Application

前端 未结 2 803
庸人自扰
庸人自扰 2021-02-08 02:32

I am using a AES encryption/decryption class that needs a key value and vector value encrypt and decrypt data in an MVC3 application.

On saving the record I am encryptin

2条回答
  •  花落未央
    2021-02-08 02:49

    I would use Registry Keys protected by ACL, so only the account under which your app pool is running can read them.

提交回复
热议问题