安卓中的验证

发布于 2024-10-21 22:20:45 字数 41 浏览 1 评论 0原文

如何在数据库中插入用户名和密码。我们如何获取该数据库作为用户名和密码

how to insert username and password in database.how can we get that database as username and password

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我一向站在原地 2024-10-28 22:20:45

我认为杰夫在他的帖子中很好地回答了这个问题 您可能错误地存储了密码

  • 不要发明自己的“聪明”密码存储方案。
  • 切勿将密码存储为明文。
  • 为您存储的每个密码添加一个长的、唯一的随机盐。
  • 使用加密安全哈希。

I think Jeff has answered this question quite well in his post You're Probably Storing Passwords Incorrectly.

  • Do not invent your own "clever" password storage scheme.
  • Never store passwords as plaintext.
  • Add a long, unique random salt to each password you store.
  • Use a cryptographically secure hash.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文