摘要: pom.xml <!--国密--> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.56</version> </dependency> 1、Cip 阅读全文
posted @ 2021-09-03 17:56 娜梓 阅读(6504) 评论(0) 推荐(0) 编辑
摘要: import javax.crypto.Cipher; import java.security.*; import java.security.interfaces.RSAPrivateKey; import java.security.interfaces.RSAPublicKey; impor 阅读全文
posted @ 2021-09-03 17:34 娜梓 阅读(575) 评论(0) 推荐(0) 编辑
摘要: import org.apache.tomcat.util.codec.binary.Base64; public class Base64Coded { public static void main(String[] args) { String string = "张三"; //编码 Stri 阅读全文
posted @ 2021-09-03 17:31 娜梓 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-03 15:56 娜梓 阅读(846) 评论(0) 推荐(0) 编辑