이런 메소드가 있었다니.. 난 직접 구현하려했다구 ㅠ
그나마 완성하기 전에 알아서 다행.ㅠㅠㅠㅠㅠ
output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, "MD5");
이렇게 쓰면 SHA1도 쓸 수 있습니다.
output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, "SHA1");
'MD5'에 해당되는 글 1건
- 2009/07/23 Lukavega ASP.net에서 md5 암호화 쓰기
받은 트랙백이 없고,
댓글이 없습니다.

글
댓글을 달아 주세요
댓글 RSS 주소 : http://lukavega.untoc.com/tc/rss/comment/30댓글 ATOM 주소 : http://lukavega.untoc.com/tc/atom/comment/30