资源列表
rcrypt-10-linux.tar
- 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
rcrypt-10-win32
- 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
deslogin-1.1.tar
- 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
deslogin-1.0.tar
- 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
despicable-1.01.tar
- 非常经典的加密算法,在数据传输中经常用到-very classic encryption algorithm, the data transmission often used
SerialNumberSecurity
- 使用非对成RSA算法的序列号验证基础库,使用者只需要更改Key.Resx中的公钥即可保证验证的安全性。-right into the use of non - RSA algorithm, the test sequence based bank Users only need to change Key.Resx the public key can be verified to ensure their safety.
program_S_DES
- 通过编程实现S-DES算法的加密与解密过程,从而加深对这一算法过程的印象,并增强编程解决问题能力,为进行更复杂的算法学习奠定基础。-programming through S-DES algorithm for the encryption and decryption process. enhance the algorithm to process the impression that the enhanced programming and problem-solving abiliti
secretshare_VC++
- Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomi
secretshare_java
- Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
SDes_java
- S-加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。 加密算法包括5个函数:初始置换(IP);复杂函数fk,它包含有置换和代换运算,并且依赖于输入的密钥;用以转换数据两个部分的简单置换函数(SW);再一次运用函数fk;最后的一个置换函数是IP的逆。解密过程是加密的逆过程。 -S-encryption algorithm for the importation of an eight expre
SDES_VC++
- S-DES加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。解密过程是加密的逆。程序使用:读入一个文档文件,对其内容加密,输入密钥和选定存放生成密文的目录,点加密;解密操作与加密相似。-S-DES encryption algorithm for the importation of an eight expressly group and a 10 Key, Output for the eight-
s-des
- 简单DES的C++代码(8位加密和解密)。 -simple C code (8 encryption and decryption).