Asp Şifreleme md5 ve sha1 Karalama
public static string Sifrele(string gelenSifre)
{
string ilkSifre = FormsAuthentication.HashPasswordForStoringInConfigFile(gelenSifre, "md5");
string gidenSifre = FormsAuthentication.HashPasswordForStoringInConfigFile(ilkSifre, "sha1");
return gidenSifre;
}
<script src="http://code.jquery.com/jquery-latest.js"></script>
{
string ilkSifre = FormsAuthentication.HashPasswordForStoringInConfigFile(gelenSifre, "md5");
string gidenSifre = FormsAuthentication.HashPasswordForStoringInConfigFile(ilkSifre, "sha1");
return gidenSifre;
}
<script src="http://code.jquery.com/jquery-latest.js"></script>
http://www.tutorialspoint.com/jsp/jsp_sending_email.htm
Yorumlar
Yorum Gönder