由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Pass passwords etc sensitive info
相关主题
ASPNET 访问SQL Server 2005 被拒请推荐一本 .net web site 的入门书
请教这里的高手,有什么办法可以保护用C#写的软件的code今年的TechEd
Re: DotNetNuke2.04, Could you pls explaasp.net的webform和MVC有什么不同
how to let button response 'return' key?WinForm project converted to WebForm Application
[合集] 我不知道.net里大家什么用得做多这个网站是asp.net mvc based?
[讨论]Does asp.net start from the wrong foot?架构问题,我们这样的系统用什么好?
Webforms vs. MVC问个asp.net安全性问题
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。请问你们的系统用什么手段来防止帐号盗用呀?
相关话题的讨论汇总
话题: pass话题: sensitive话题: what话题: etc话题: passwords
进入DotNet版参与讨论
1 (共1页)
c*o
发帖数: 70
1
What is the usual ways of passing password etc sensitive data from a webform
to another? The querystring method will exposed them. Certainly, we can
encrypt them. But I am just wondering what are the real world solutions for
this. Thank you!
p***n
发帖数: 635
2
usually you don't really pass the password around, instead you could
use the userid/passwd to get a security token or session id for the user
from the server.

【在 c*o 的大作中提到】
: What is the usual ways of passing password etc sensitive data from a webform
: to another? The querystring method will exposed them. Certainly, we can
: encrypt them. But I am just wondering what are the real world solutions for
: this. Thank you!

c*o
发帖数: 70
3
Sounds great!
Would you please give me some links or small samples? Thank you so much!

webform
for

【在 p***n 的大作中提到】
: usually you don't really pass the password around, instead you could
: use the userid/passwd to get a security token or session id for the user
: from the server.

C****n
发帖数: 2324
4
http://www.asp.net/Default.aspx?tabindex=5&tabid=42

【在 c*o 的大作中提到】
: Sounds great!
: Would you please give me some links or small samples? Thank you so much!
:
: webform
: for

1 (共1页)
进入DotNet版参与讨论
相关主题
请问你们的系统用什么手段来防止帐号盗用呀?[合集] 我不知道.net里大家什么用得做多
asp.net问题急问(初级)[讨论]Does asp.net start from the wrong foot?
请教VB.net中如何取得Oracle Error codeWebforms vs. MVC
Help!!!How to open a file on the networkUI 牛人给指点一下,用微软的技术如何实现这种UI的编程。
ASPNET 访问SQL Server 2005 被拒请推荐一本 .net web site 的入门书
请教这里的高手,有什么办法可以保护用C#写的软件的code今年的TechEd
Re: DotNetNuke2.04, Could you pls explaasp.net的webform和MVC有什么不同
how to let button response 'return' key?WinForm project converted to WebForm Application
相关话题的讨论汇总
话题: pass话题: sensitive话题: what话题: etc话题: passwords