-
@idrassi There is a recent publication that I've come across that China has publishes its own encryption algorithm named "SM4". Here is an article that talks about [SM4](https://tools.ietf.org/id/draf…
-
期望提供SSLContext/SSLEngine实现TLCP协议支持ECC-SM2-SM4-CBC-SM3/ECC-SM2-SM4-GCM-SM3/ECDHE-SM2-SM4-CBC-SM3/ECDHE-SM2-SM4-GCM-SM3算法套件
-
in recently, I am working for sm4 interoperability between GM golang libs.
https://github.com/Hyperledger-TWGC/GM-interoperability/pull/39
it seems when GMSSL doing with ECB mode, only used wi…
-
please support my device, thanks.
- Phone: Huawei Mate 60 Pro
- CPU model: Hisilicon kirin 9000s.
- Operating system: Harmony OS 4.2 (AOSP).
- The output of `cpufetch --verbose`
```shell
[ERROR]…
-
我在找 sm4 的实现,找到你这来了。虽然很想用,但是你现在的 key 只支持 UTF8 格式,如果可以能否统一为 base64 格式?不然我无法设置16进制表示的 key。
其实前两个月我开始找 JS 的国密算法,目标平台是 chrome 和 react-native。当时我找到 [https://github.com/AlverLyu/sm.js](https://github.com/…
-
希望可以更新国密算法相关🤩
-
SM4 sm4 = new SM4(Mode.CBC, Padding.PKCS5Padding, HexUtil.decodeHex("0123456789abcdeffedcba9876543210"),HexUtil.decodeHex("0123456789abcdeffedcba9876543210"));
sm4.encryptHex("123456", CharsetUtil.…
-
Hi, team
We noticed that SM2/SM3/SM4 has been added in openssl.[1][2][3]
But the the SM2/3/4 has not been supported in ssl protocol[4], that means we could only use local API to use the SM algor…
Yikun updated
5 months ago
-
I think SM2/SM3/SM4 has already been supported in openssl library, my question is can we use these algorithm in this libaray now?
1. SM2: https://www.openssl.org/docs/manmaster/man7/SM2.html
2. S…
-
String msg = "hello world! 我是 antherd.";
String key = "0123456789abcdeffedcba9876543210"; // 16 进制字符串,要求为 128 比特
String encryptData1 = Sm4.encrypt(msg, key); // 加密,默认使用 pkcs#5 填充,…