How can I securly store an AES key in Windows with .Net (C#)?

后端 未结 5 2821
太阳男子
太阳男子 2021-02-20 18:08

I\'ve looking for a way to store a given AES key so that it can\'t be retrieved, but it can still be used for encryption and decryption (using C#). I think the equivalent for a

5条回答
  •  無奈伤痛
    2021-02-20 19:04

    Depending on who you're defending against, you can use the ProtectedData class.

提交回复
热议问题