Closed AllenDengMs closed 9 months ago
根据前端代码逻辑,封装了Java版加密解密代码: https://github.com/AllenDengMs/sm2_encrypt
前段时间用了ReadMe提供的Java版(https://github.com/antherd/sm-crypto)
被前端投诉接口返回数据太慢了。后来发现那个库是用了JS引擎版,太慢了。我换成了bC库,速度提升200+倍
性能测试图:
根据前端代码逻辑,封装了Java版加密解密代码: https://github.com/AllenDengMs/sm2_encrypt
前段时间用了ReadMe提供的Java版(https://github.com/antherd/sm-crypto)
被前端投诉接口返回数据太慢了。后来发现那个库是用了JS引擎版,太慢了。我换成了bC库,速度提升200+倍
性能测试图: