java - 白盒加密源码或者库
天蓬老师
天蓬老师 2017-04-18 10:47:17
0
1
799

最近在做一个通信项目,PC机与嵌入式设备通信,数据需要加密传输,嵌入式设备系统提供了安全区,对称密钥可以存在安全区中,但是PC机Windows系统并没有提供安全区,Windows系统上密钥的存储希望使用白盒加密进行密钥保存。
在网上只找到几篇博客简单介绍白盒加密的原理,属理论上的内容,我是想找一个白盒加密库,最好是开源的。
谢谢!!!

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
刘奇

Commercial-grade open source encryption function library: OpenSSL: www.openssl.org
GNU open source version of commercial-grade encryption function library: GnuTLS: www.gnutls.org, and the development package can be directly installed using the command line on Ubuntu Linux 16.04:

$ sudo apt-get install libgnutls-dev

The method of use is very simple and supports stream encryption/decryption. Currently, most Internet servers use one of the two.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template