我正在开发一个应用程序,这应该有一个登录,所以用户必须验证自己每次使用的应用程序。应用程序不应该要求用户连接到网络;密码是特定于设备/用户的。
有没有常用的方法来保存密码?
发布于 2013-04-29 22:32:35
这里有一些可能对你有用的链接。
Best practice for saving sensitive data in Windows 8
Managing user info (Windows Store apps using C#/VB/C++ and XAML) - MSDN
Using PasswordVault to securely store passwords in WinRT
CryptoWinRT sample (This sample shows how to use the new Cryptography APIs.)
https://stackoverflow.com/questions/16280384
复制相似问题