资源列表
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
s-des
- 简单DES的C++代码(8位加密和解密)。 -simple C code (8 encryption and decryption).
NTL-RSA
- 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
moderncrytography
- RSA的JAVA实现,界面很简洁,就三个按钮:生成密钥对,加密文件,解密文件.可以导入文件,但文件长度有限制,这是由于密钥长度而限制的-RSA JAVA interface is very simple, three buttons : Key Generation right, encrypted documents, The declassified document. can import documents, but there are restrictions on the lengt
reg_software
- DELPHI软件注册算法实现示例,共享软件都是要注册后才能解除限制的,这个例子说明了一种注册的实现方法。-DELPHI software registration algorithm example, sharing software can be registered after the lifting of the restrictions. This example illustrates a method of registration.
RSA-C++
- RSA算法的C++源程序,喜欢的下,-RSA algorithm in C source files, like, thank you
DES(c++)
- 在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据在公共通信网中传输的安全性和可靠性。-communications networks in the two ends, the two sides agreed unanimously the Key, In communications with
大素数生成
- 大素数生成算法的实现,很不错的一段程序-large prime number generation algorithm to achieve a very good procedures
RSA加密解密及RSA签名和验证
- RSA加密解密及RSA签名和验证算法,c/s界面,-RSA encryption and decryption and validation of signatures RSA algorithm, c / s interface,
LKH
- 组播密钥的批次更新算法,基于LKH的单次密钥更新方案和Batch Rekeying方案的原理、结构和密钥更新过程等。并着重对 Batch Rekeying 方案的性能与单次密钥更新方案作了简单的比较。 通过比较和分析得到结论:定时更新的Batch Rekeying 方案在更新开销上比单次更新更有优势 -Multicast key batch update algorithm, Based on the LKH single Rekeying program and the program
chaos
- 针对Logistic映射,实现数字图像迭代混沌加密算法
cryptoapi
- 利用cryptoapi完成加解密操作,在代码中可以实现基本的加解密功能和签名的功能