SM2 国密前端算法代码
国密SM2,SM3 Java实现
基于BC库:国密SM2/SM3/SM4算法简单封装;实现SM2 X509v3证书的签发;实现SM2 pfx证书的签发
基于Java语言的国密SM2/SM3/SM4算法库 , 包含加密/解密、签名/验签、摘要算法的实现代码和测试方法 。
a python crypto for sm2/sm3/sm4
SM-2 is a simple spaced repetition algorithm. It calculates the number of days to wait before reviewing a piece of information based on how easily the the information was remembered today.
National secret algorithm SM2 encryption and decryption SM2 SM3 SM4 signature verification国密算法 SM2加解密 SM2 SM3 SM4签名验签
SM2 C++ implementation
sm2,sm3,cryptojs,crypto,base64,rsa,aes crypt
SM2 C code
LiveReload plugin for SM2
CryptoWrapper include AES SM4 SM2
国密算法SM2的实现。基于stevenpsm/GM_SM2,封装的OC代码。注:源代码SM2算法有一些问题,无法使用。另外其他基于openssl的算法,算法太大,不适合对大小有要求的工程。如果有需要可以自行使用。算法通过了官方例子,在sm2.h中加了#define _DEBUG 宏用于调试,正常使用的时候要注释掉。