摘要:
//加密字符串 public string Encryption(string toE) { //加密和解密必须采用相同的key,具体自己填写,但是必须为32位 byte[] keyArray = UTF8Encoding.UTF8.GetBytes("12345678123456781234567812345678"); Rijn... 阅读全文
posted @ 2019-06-12 21:24 且行且思 阅读(3127) 评论(0) 推荐(0)
|
|||
|
摘要:
//加密字符串 public string Encryption(string toE) { //加密和解密必须采用相同的key,具体自己填写,但是必须为32位 byte[] keyArray = UTF8Encoding.UTF8.GetBytes("12345678123456781234567812345678"); Rijn... 阅读全文
posted @ 2019-06-12 21:24 且行且思 阅读(3127) 评论(0) 推荐(0) |
|||