资源列表
code
- 国密算法java实现,包含SM2椭圆曲线公钥密码算法等(Implementation of Java algorithm)
sm2
- sm2签名验签C语言源码,供大家学习之用(sm2 sign verify,it can work correctly.)
sm2
- linux平台用c语言实现SM2和SM3算法,能够完成密钥协商(Linux platform realizes SM2 and SM3 algorithm in C language, and can complete key agreement.)
组态王6.53破解
- 对应于组态王软件6.53版本的破解,解锁所有功能,解除软件使用时间限制,做到完全免费使用(Corresponding to Kingview 6.53 version of the cracking, unlock all functions, release software use time restrictions, so that completely free use.)
SM2
- SM2国密算法C++实现,包括SM3 hash实现(C++ Implementation of SM2 National Secret Algorithms, including SM3 hash Implementation)
MD5散列函数的MATLAB代码
- 利用散列哈希函数对信息进行散列,产生一个定长的信息摘要,从而可实现消息的认证和完整性验证(Hash function is used to hash information to produce a certain length of information summary, which can realize message authentication and integrity verification.)
DES C++实现
- DES全称为Data Encryption Standard,即数据加密标准,是一种使用密钥加密的块算法。
HElib-master
- IBM推出的新版全同态加密库HElib.里面有代码和说明文件以及相关论文。(HElib library is a fully homomorphic encryption library launched by IBM.)
PSO和GSA
- 基于群里智能的粒子群优化算法和引力搜索算法有效结合,性能优于原始算法
DES
- 能够用MATLAB实现DES算法加密,包含密钥生成和S盒的生成函数(DES algorithm can be encrypted with MATLAB, including key generation and S-box generation function.)
信息安全
- 维吉尼亚加密解密, 这是信息安全里面的重要内容,用Java写的。(Virginia encryption and decryption, which is an important part of information security, written in Java.)
DSA数字签名
- dsa数字签名 系统功能需求: 1.对文件进行签名,生成一个独立于原文的签名文件; 2.可以对文件进行签名,在文件后追加签名信息; 3.具有密钥管理的功能,比如密钥的生成、导入、导出; 4.可以对word文档实施操作,对word文档的内容进行签名; 5.能够比对已经实施的签名,防止进行重复的签名,以防止重放攻击; 6.可以对已经签名的文件进行单独的源文件和签名信息的分离操作。(DSA digital signature System functional requirements