Looly
|
b8bfce490b
|
fix comment
|
2022-03-09 12:05:09 +08:00 |
|
Looly
|
580e2e9fbe
|
add XXTEA
|
2022-03-05 23:49:27 +08:00 |
|
Looly
|
899f1384f6
|
add test
|
2022-03-05 22:47:07 +08:00 |
|
Looly
|
1c55e39832
|
add Base58
|
2022-02-25 03:18:28 +08:00 |
|
Looly
|
09be0d85be
|
add test
|
2022-02-21 01:24:48 +08:00 |
|
Lin
|
adbae59b69
|
1.修复byte[] SM2.getD 前导0问题
2.优化 getDHex()使用`BigInteger`效率过低
|
2022-02-18 16:45:02 +08:00 |
|
Looly
|
f054cef97b
|
add SignUtil
|
2022-01-12 11:20:34 +08:00 |
|
Golden Looly
|
ba01943d41
|
Merge pull request #2073 from CherryRum/v5-dev
fix SM2.getDHex() Method
|
2022-01-07 09:08:44 +08:00 |
|
lin
|
a920b9b0aa
|
fix SM2.getDHex() Method
|
2022-01-06 12:24:24 +08:00 |
|
王良
|
dcf8049317
|
在单元测试中不使用hutool的断言
|
2022-01-06 10:23:03 +08:00 |
|
micuncang
|
e61264a0f6
|
fix comment
SM4支持秘钥长度为128bit
|
2021-12-22 18:10:54 +08:00 |
|
Looly
|
9468c132ff
|
fix getD
|
2021-12-09 01:26:33 +08:00 |
|
Looly
|
851a10d3b0
|
add CipherWrapper
|
2021-11-19 01:30:08 +08:00 |
|
Looly
|
e58c8c9d6c
|
add method
|
2021-11-06 01:17:08 +08:00 |
|
李国鹏
|
a9a4143bee
|
新增可以传入秘钥的SM3加密工具方法
|
2021-11-04 09:35:40 +00:00 |
|
Looly
|
a77dce46cd
|
fix qr test
|
2021-10-26 22:19:59 +08:00 |
|
Looly
|
98512fa1f2
|
fix bug
|
2021-10-21 13:18:53 +08:00 |
|
Looly
|
e258fc1eb9
|
fix bug
|
2021-10-19 13:27:16 +08:00 |
|
Looly
|
47f1d967ed
|
fix comment
|
2021-09-09 18:20:43 +08:00 |
|
Looly
|
6b8adc8a90
|
add chacha20
|
2021-09-09 18:13:29 +08:00 |
|
Looly
|
6ddf2a19d9
|
fix test
|
2021-09-09 17:41:14 +08:00 |
|
Looly
|
02885bbcd3
|
add ZUC
|
2021-09-09 16:14:37 +08:00 |
|
Looly
|
5be6c0103b
|
add test
|
2021-09-09 11:53:11 +08:00 |
|
Looly
|
185fb1a72e
|
fix test
|
2021-09-08 11:16:30 +08:00 |
|
Looly
|
8ddf18fb7a
|
add interface
|
2021-09-08 11:11:27 +08:00 |
|
Looly
|
4c237ba95e
|
add test and change AES costructor
|
2021-09-07 23:54:57 +08:00 |
|
Looly
|
7379e27d56
|
add method
|
2021-09-06 16:12:33 +08:00 |
|
Looly
|
2c2c7bba6a
|
fix test
|
2021-08-31 17:04:12 +08:00 |
|
Looly
|
5d5b62dbd1
|
fix code
|
2021-08-27 10:39:14 +08:00 |
|
Looly
|
d66efef873
|
add constructor
|
2021-08-26 23:40:28 +08:00 |
|
Looly
|
6a3639a78e
|
fix test
|
2021-08-20 12:09:55 +08:00 |
|
Looly
|
6ac88ef1fe
|
add ASN1Util
|
2021-08-18 01:00:32 +08:00 |
|
Looly
|
e6b78d943c
|
fix comment
|
2021-08-11 18:59:36 +08:00 |
|
Looly
|
5e8336fcc8
|
fix test
|
2021-07-28 12:07:28 +08:00 |
|
Looly
|
4679068e98
|
fix comment
|
2021-07-28 02:02:13 +08:00 |
|
Looly
|
a46b977ecf
|
add comment
|
2021-07-28 01:48:52 +08:00 |
|
duandazhi
|
351629e334
|
SM4 增加类注释;新手,看到 SM4 还是有点蒙圈的
|
2021-07-27 14:40:57 +08:00 |
|
Looly
|
ed63e3f03f
|
fix HOTP
|
2021-07-06 02:31:26 +08:00 |
|
张晓雷
|
c03f62b4db
|
Merge remote-tracking branch 'origin/v5-dev' into v5-dev
# Conflicts:
# hutool-core/src/main/java/cn/hutool/core/util/RadixUtil.java
|
2021-07-02 09:36:02 +08:00 |
|
Looly
|
8f487a7ec4
|
fix return
|
2021-07-02 00:43:51 +08:00 |
|
张晓雷
|
d3c925ca0b
|
fix https://gitee.com/dromara/hutool/issues/I3YP53 修复问题
add 新增生成共享秘钥的方法
add 新增验证的方法
add 新增生成谷歌验证器扫码字符串生成的方法
|
2021-07-01 19:19:59 +08:00 |
|
Looly
|
0787cefaf1
|
fix test
|
2021-06-28 22:16:58 +08:00 |
|
Looly
|
849d20c5a7
|
add test
|
2021-06-28 22:10:58 +08:00 |
|
Looly
|
949c7a856e
|
fix escape bug
|
2021-06-24 07:53:21 +08:00 |
|
Looly
|
2465c024b7
|
fix comment
|
2021-06-20 00:25:25 +08:00 |
|
Looly
|
081a51ff83
|
fix comment and test
|
2021-06-20 00:18:02 +08:00 |
|
Looly
|
86d711cc03
|
fix jwt bug
|
2021-06-18 15:59:20 +08:00 |
|
Looly
|
f9b6110042
|
remove deprecated methods
|
2021-06-16 00:51:20 +08:00 |
|
Looly
|
93b383c2b7
|
add jwt
|
2021-06-10 22:54:45 +08:00 |
|
Looly
|
8080093ba5
|
add hutool-jwt
|
2021-06-10 16:26:31 +08:00 |
|