Is there some sort of secure local storage on Windows?

前端 未结 7 2453
小鲜肉
小鲜肉 2020-12-06 00:32

I was thinking of making a small tool. It is not important what the tool will do. The important thing, is that the tool will need to store some sensitive information on the

7条回答
  •  醉梦人生
    2020-12-06 00:36

    I recommend you look at the Enterprise Library Cryptography Application Block. Check this blog post. Windows has a built in Data Protection API for encrypting data, but the Crypto Application Block makes it more straightforward.

提交回复
热议问题