可以用來加/解密資料庫使用者、密碼等
using system;
using system.io;
using system.text;
using system.security.cryptography;
namespace ***mon
;?? static protected byte byteiv? = ;
?? static public string symmetricencrypt(string splaintext)
?? //end function
??static public string symmetricdecrypt(string sencryptedtext)
??//end function
??static private icryptotransform getencryptor()
??//end function
??static private icryptotransform? getdecryptor()
??//end function?}}
可以用來做批量掃瞄的類
這幾天幫同事解決乙個連線掃瞄器的問題,查閱了一下wia的資料,寫了乙個類,比較簡單,共享出來,方便大家來寫掃瞄的元件。這個類需要windows的wia元件支援,具體內容我都放到附加的 中了。using system using system.collections.generic using sys...
C 乙個封裝的加密解密類
using system using system.text using system.globalization using system.security.cryptography using system.windows.forms namespace jh.encrypts 使用預設金鑰字串...
C 乙個封裝的加密解密類
using system using system.text using system.globalization using system.security.cryptography using system.windows.forms namespace jh.encrypts 使用預設金鑰字串...