摘要: using System;using System.Text;using System.IO;using System.Security.Cryptography; namespace Interact.TeleSales{ /// <summary> /// DesCrypt 的摘要说明。 /// 阅读全文
posted @ 2020-08-19 13:44 没入门就放弃 阅读(292) 评论(0) 推荐(0) 编辑
摘要: java中的3DES加密,上代码: package com.picc.custportrait.utils.decode; import java.io.ByteArrayOutputStream;import java.io.IOException;import java.io.OutputStr 阅读全文
posted @ 2020-08-19 13:40 没入门就放弃 阅读(920) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Security.Cryptography;using System.IO;using System.Text; namespace Interact.TeleSales{ /// <summary> /// DesUtil 的摘要说明。 /// 阅读全文
posted @ 2020-08-19 13:30 没入门就放弃 阅读(1128) 评论(0) 推荐(0) 编辑
摘要: import java.security.SecureRandom;import javax.crypto.Cipher;import javax.crypto.SecretKey;import javax.crypto.SecretKeyFactory;import javax.crypto.sp 阅读全文
posted @ 2020-08-19 13:29 没入门就放弃 阅读(773) 评论(0) 推荐(0) 编辑