在客户端保护 ASP.NET 表单身份验证令牌?
在我的网站中,我没有使用任何身份验证或授权。我创建了登录页面来捕获用户凭据并检查数据库。如果用户成功通过身份验证,则会将用户数据存储在会话中并导航到其他页面。
如何考虑实现表单身份验证,但我关心的是出于安全原因如何保护客户端浏览器中的身份验证令牌。有谁知道如何保护身份验证令牌?
In my website, I am not using any authentication or authorization. I've created login page to capture the user credentials and check against database. If the user successfully authenticates, it's storing the user data in session and navigating to other pages.
How thinking of implementing Forms Authentication, but my concern is how to secure the authentication token in client browser for security reasons. Does anyone have any ideas how to secure the authentication token?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
会议:
为您的 Web 应用程序提供快速、可扩展且安全的会话状态管理
身份验证:
如何:在 ASP.NET 2.0 中保护表单身份验证
< strong>第 1 步.配置
步骤 2. 使用 SHA1 生成 HMAC,使用 AES 加密
步骤 3. 使用 SSL 保护身份验证票证
Session:
Fast, Scalable, and Secure Session State Management for Your Web Applications
Authentication:
How To: Protect Forms Authentication in ASP.NET 2.0
Step 1. Configure
Step 2. Use SHA1 for HMAC Generation and AES for Encryption
Step 3. Protect Authentication Tickets with SSL