
Microsoft Mobile Internet Toolkit이 언젠가부터
ASP.net에 포함되었다고 한다.
모바일 전용 웹페이지를 만들려고 열심히 검색했건만
알고보니 모바일 전용 페이지를 생성할





이런 메소드가 있었다니.. 난 직접 구현하려했다구 ㅠ
그나마 완성하기 전에 알아서 다행.ㅠㅠㅠㅠㅠ
output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, "MD5");
이렇게 쓰면 SHA1도 쓸 수 있습니다.
output.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(input.Text, "SHA1");
댓글을 달아 주세요
댓글 RSS 주소 : http://lukavega.untoc.com/tc/rss/comment/36댓글 ATOM 주소 : http://lukavega.untoc.com/tc/atom/comment/36