摘要: using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Utilities.Encoders; //加密 byte[] msg = Encoding.Default.GetBytes(secret); byte[] md = new 阅读全文
posted @ 2020-06-09 09:12 TTonlyV5 阅读(6011) 评论(3) 推荐(0)