资源列表
dh_key
- DH协商操作类,进行大数运算,有参考意义,有相应的注释-DH consultation action class, the operation of large numbers, there is reference value, a corresponding note
wjcdes
- des标准加密的c语言实现,基本实现了加密的所有功能-Des encrypted c language realization standard
x2dess
- srtdes encryption support 3des encryption
c_BP_ldpc
- LDPC实现经过信道传输的码值得纠错,计算过程采用BP方式实现-LDPC realized through the transmission channel error correction code worth calculation process using BP ways
md5
- JS做的MD5加密算法,可以直接在网页上对您要加密的信息进行MD5加密
TEA
- 可以实现16轮32轮等tea加密,可以用C语言进行修改-Can be achieved 16 32 such as tea encryption, can use C language to amend
playfair_Encrypt_Decrypt
- Encryption usin play fair algorithm
肖俊.java
- ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
SessionKey_src
- 使用crypt api创建一个会话密钥。 在这个例子中使用了一个168位的3DES key-use crypt api to create a session key. In this example the use of a 168 DES key 3
AES
- 通过这道程序的编写,进一步加深了对AES的理解,也了解了模块化设计的基本思想,编程的时候,把一个大任务分解是很重要的,针对相应的子任务所编写的一段功能独立的代码或一个功能模块,在程序设计时,我们可以把程序中功能相对独立的模块用函数来实现。这样做,不仅可以使程序条理清晰,便于维护。而且,通过重复使用某些函数,可以节省软件开发时间。对一个大问题先从一个大的全局上去考虑,分成几个大的模块,将每个大的模块进一步分解。该程序就是这样的思想,将加密分成三大步骤,对第二大步骤的9次循环的每次都要进行4个操作。
MD5Encode
- MD5算法目前最简单的效率最高的VB加密模块,直接调用“MD5(String)”即可
sysCcrc_eth
- A SystemC implementation of the CRC algorithm. Compared to many other C-version of CRC, this implementation is much more simple and easier to comprehend, as It is coded in a single, stand-alone file.-A SystemC implementation of the CRC algorithm. Com
