使用加密密码创建登录页面 [英] making login page with encrypted password

查看:125
本文介绍了使用加密密码创建登录页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试创建一个登录页面。

当我想保持密码加密格式时,SQL表格如何。以及如何使用会话。

解决方案

不要忘记密码,这会让他们对非法访问开放。使用适当的散列,如安全密码验证简单解释 [ ^ ]。


您可能想阅读这篇文章。一篇不错的文章:

Salted Password Hashing - 做得好 [ ^ ]


试试这个.. :)



通过Javascript加密asp.net登录页面中的密码 [ ^ ]



如何在asp.net中加密和解密密码 [ ^ ]



如何在asp.net中加密和解密密码 [ ^ ]



使用加密密码和用户名登录 [ ^ ]



会话 .. :)



了解ASP.NET中的会话管理技术 [ ^ ]

I am trying to make a login page.
How will be the SQL table when I want to keep password encrypted format.and how I can use session .

解决方案

Do not enrypt passwords, that leaves them open to illegal access. Use proper hashing as described in Secure Password Authentication Explained Simply[^].


You may want to read this article. A nice article to read:
Salted Password Hashing - Doing it Right[^]


try this.. :)

Encryption of Password in asp.net Login Page through Javascript[^]

how to encrypt and decrypt password in asp.net[^]

How to do encrypt and decrypt the password in asp.net[^]

Login with Encrypted Password and username[^]

session ..:)

Understanding Session Management Techniques in ASP.NET[^]


这篇关于使用加密密码创建登录页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆