Securely store a password in program code?

后端 未结 5 1898
我在风中等你
我在风中等你 2021-01-02 03:12

My application makes use of the RijndaelManaged class to encrypt data. As a part of this encryption, I use a SecureString object loaded with a password which get\'s get con

5条回答
  •  無奈伤痛
    2021-01-02 03:36

    This article on securing SQL connection strings should be just as applicable for storing encrypted passwords, where you let the OS handle the encryption of the salting seed for your decryption.

提交回复
热议问题