资源列表
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完成加解密操作,在代码中可以实现基本的加解密功能和签名的功能
CSPTSTS10
- 微软出的CSP测试工具,用于CSP开发阶段没有得到微软签名的情况下使用
PIVIEWKeyGen
- piview是目前最好的pacs系统,但是它有一百次的使用限制,这里是它的注册机的源代码
cryptopp552
- 加密算法RSA,DSA等,用C++实现,内附加有详细的说明