'MD5'에 해당되는 글 1건

  1. 2009/07/23 Lukavega ASP.net에서 md5 암호화 쓰기

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

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