资源列表
1.驱动&程序
- 破译UID M1 IC卡,读取写入UID数据信息(Deciphering UID M1 IC card)
对称密码实验一
- 加解密,128bit,文件实现,分组密码加解密(Encryption and decryption)
DES
- 该DES加密器实现了一重DES的五种加密模式,即ECB、CBC、CFB、OFB、CRT。 为了减小文件长度,已删除了Debug目录,解压缩后可以自行编译生成。(The DES encrypt implements five encryption modes of a heavy DES, namely, ECB, CBC, CFB, OFB, and CRT. In order to reduce the length of the file, the Debug dir
RSA
- RSA加密工具,提供给大家使用。还有前端jsp代码和所需要的js(RSA encryption tools for everyone. There is also the front-end JSP code and the required js)
aes
- AES加解密算法的C语言实现。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(C
SMS4
- Java实现国标SMS4算法,加密+解密 第11行为加解密参数(SMS4 ALgorithm In Java,param is in line 11)
密码技术实验三
- 本文涵盖了RC4加解密的流程图,模块划分以及功能接口,并提供了详细截图(This article covers the flow chart, module division and functional interface of RC4 encryption and decryption, and provides detailed screenshots)
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>
Desktop
- 对数字图像进行加密运算,然后再将加密的图像解密(The digital image is encrypted and then the encrypted image is decrypted)
des (1)
- des算法,实现对文本的加密解密过程,可以直接运行(DES algorithm, the implementation of the encryption and decryption of the text process, can run directly)
SM4
- 近期由于公司项目的需要开始研究国密SM2加密.网上也找了许久没有,可是没有关于iOS方面的实现,有很多基于openssl的C语言的实现,但是因为是C的小白,而且代码较乱,也没注释,被坑了不少的下载积分.后来找到GmSSL有实现sm2.实现过程中遇到了各种的坑,同时也有其他小伙伴有这方面的需求,所以把我的实现过程分享一下.(Recently due to the start of the project of state secret SM2 encryption. Internet is als
SM2_SM3_SM4_C语言实现
- 国密 sm2 sm3 sm4 加密算法 椭圆曲线算法 摘要算法 对称加解密(The symmetric encryption and decryption algorithm for the elliptic curve algorithm of the national dense SM2 SM3 SM4 encryption algorithm)