摘要: public class AesGcm256Utils { private static final SecureRandom SECURE_RANDOM = new SecureRandom(); // Pre-configured Encryption Parameters public sta 阅读全文
posted @ 2021-03-12 18:21 Conwie 阅读(863) 评论(0) 推荐(1) 编辑
摘要: 首先要引入下面的jar包: <dependency> <groupId>net.i2p.crypto</groupId> <artifactId>eddsa</artifactId> <version>0.3.0</version> </dependency> 下面是ED25519算法实现签名验签的 阅读全文
posted @ 2021-03-12 15:58 Conwie 阅读(2000) 评论(0) 推荐(0) 编辑