이런 메소드가 있었다니.. 난 직접 구현하려했다구 ㅠ
그나마 완성하기 전에 알아서 다행.ㅠㅠㅠㅠㅠ

output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, "MD5");


이렇게 쓰면 SHA1도 쓸 수 있습니다.
output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, "SHA1");

2009/07/23 16:41 2009/07/23 16:41
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://lukavega.untoc.com/tc/rss/response/30

댓글+트랙백 ATOM :: http://lukavega.untoc.com/tc/atom/response/30

트랙백 주소 :: http://lukavega.untoc.com/tc/trackback/30

트랙백 RSS :: http://lukavega.untoc.com/tc/rss/trackback/30

트랙백 ATOM :: http://lukavega.untoc.com/tc/atom/trackback/30

댓글을 달아 주세요

댓글 RSS 주소 : http://lukavega.untoc.com/tc/rss/comment/30
댓글 ATOM 주소 : http://lukavega.untoc.com/tc/atom/comment/30
[로그인][오픈아이디란?]