winform下
///
/// 使用者口令加密
///
/// 加密前口令
/// 加密後口令
public static string encryptpassword(string ppassword)
return strpw;
}return strpw;
}web下
//sha-1演算法
string pw = system.web.security.formsauthentication.hashpasswordforstoringinconfigfile("1234", "sha1");
//md5演算法
string pw = system.web.security.formsauthentication.hashpasswordforstoringinconfigfile("1234", "md5");
sha-1比md5多32位密文,md5比sha-1的運算速度更快
pdf口令加密
pdf portable document format 通用文件格式,可以在 unix,任何乙個平台上閱讀,adobe 公司開發的 acrobat 和pdf reader 閱讀pdf 檔案和閱讀傳統書本非常接近,這讓閱讀非常愉悅。近年來,pd f 被越來越多的人認識,越來越多的人通過 pdf在網際...
基於口令的加密解密實現
加密 建立sha1雜湊物件 messagedigest md messagedigest.getinstance sha1 雜湊金鑰 md.update password.getbytes 獲得des金鑰 deskeyspec dks new deskeyspec md.digest 獲得des加密...
使用口令加密可執行檔案
start using system using system.collections.generic using system.componentmodel using system.data using system.drawing using system.linq using system....