资源列表
Vigenere-Cipher
- 维吉尼亚密码,可以对文件进行加解密,使用C语言编译-Vigenere Cipher
S-DES
- 简单DES算法(S-DES),能对文件和数据进行加解密,算法快速简单-simple-des,C-FREE,Simple DES algorithm (S- DES), to add files and data, the algorithm is fast and easy
RC4
- RC4对任意数据进行加解密,用C-FREE编写的小程序,根据书本的具体流程编写-RC4 encryption on arbitrary data, small programs written in C- FREE, according to the specific process of book writing
RSA
- RSA对任意数据进行加解密,用C-FREE编写的小程序,根据书本的具体流程编写-RSA encryption on arbitrary data, small programs written in C- FREE, according to the specific process of book writing
SHA
- 用SHA算法对数据进行摘要,可以是文件也可以输入数据,在控制台运行-With SHA algorithm to the data, can be a file can also be the input data, runs in the console
vigenere
- 此代码是利用Vigenere算法来计算密文的统计平率周期,也就是密钥长度。希望可以给大家带去帮助,也希望和大家共同学习。-This code is the use of Vigenere cipher algorithm to calculate the statistical flat rate cycle, which is the key length. I hope everyone can bring help, hope and learning together.
DES_Encrypt_Decrypt
- c#初学者,做了一个DES加密解密程序与大家分享交流~-DES encryption and decryption
AES
- AES算法加密图像,参照AES的标准白皮书,完成了AES对图像的加密-encryption of image using AES
jiajiemisuanfa
- 常用加解密的C语言算法,部分亲测可用,可作为编程参考-C language commonly used encryption and decryption algorithms, and some pro-test is available as a programming reference
DES
- DES加密算法的简单实现 C语言小程序 现代密码学-Simple DES encryption algorithm C language applet modern cryptography
BlindSignature
- 基于椭圆曲线的盲签名的改进,代码完整。包括椭圆曲线的选取,对消息盲签名,解盲,验证等完整的步骤。-Blind signature based on elliptic curve improvements, code integrity. Including the selection of elliptic curves, blind signature on the message, the solution blind, complete step verification.
CandPython_AES
- c++语言的AES算法有很多版本,此文件的AES算法与python加密库的AES算法相匹配(from Crypto.Cipher import AES),可实现C++与python之间的AES加解密转换-AES algorithm c++ language has many versions, this file AES algorithm of AES algorithm and the python cryptography library, matching can be realized
