摘要: C#加解密工具类代码 class JdAesCBCTool { public static string Encrypt(string toEncrypt, string key, string iv) { byte[] keyArray = UTF8Encoding.UTF8.GetBytes(k 阅读全文
posted @ 2022-02-15 19:42 Ctgu华晶 阅读(422) 评论(0) 推荐(1)
摘要: public partial class Form1 : Form { public Form1() { InitializeComponent(); } [DllImport("user32.dll", CharSet = CharSet.Unicode)] public static exter 阅读全文
posted @ 2022-02-15 14:00 Ctgu华晶 阅读(65) 评论(0) 推荐(1)