Symmetric key storage

后端 未结 9 1345
清歌不尽
清歌不尽 2021-01-31 18:48

My company is going to be storing sensitive data for our customers, and will be encrypting data using one of the managed .NET encryption algorithm classes. Most of the work is d

9条回答
  •  别那么骄傲
    2021-01-31 19:26

    Use a hard-coded key to encrypt the generated key before writing it out. Then you can write it anywhere.

    Yes you can find the hard-coded key, but so long as you're assuming it's OK to store a symmetric key anywhere, it's not less secure.

提交回复
热议问题