资源列表
BCBandECB
- BCB模式与ECB模式的加密模式与解密模式 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -BCB mode and ECB mode encryption and decryption mode input mode explicitly: I do like this book en
LFSR
- 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length of the sequence was pseudo-algo
AES_C
- 本次上传的是AES的C语言版,对C++版中涉及到类的内容予以修改,通过测试。本人上传的AES的C++版和C版均是经过测试后可以使用的。-From the AES of the C language version of C++ version of the type involved in the content be modified, to pass the test. AES I uploaded the C++ version and C version are tested can b
RSA
- 密码学RSA算法加密,算法有小漏洞,不能加密大数,二次加密也可能会出错,仅供大家参考-Cryptography RSA encryption algorithm, the algorithm a small loophole, not encryption of large numbers, the second encryption may be wrong, for your reference
openssl_browser
- Implement openssl browser in C
RC4.Encryption
- RC4 Encryption function written in ASM.
Des
- 实现des加密机制的加解密方案,并附有详细输出.-Des encryption mechanism to achieve encryption program, with verbose output.
DesAndXml
- 查了一下,基本上都是提供C++方式的DES加密,所以,上传一个C#写的DES 另外,提供了一个把XML文件当作INI文件来处理的类-provide a des class written by c#。 also provide a XML class, which take the xml files as ini to read and write
21
- 比较不同加密的优缺点,内含多个加密算法 用于计算机安全。-Compare the advantages and disadvantages of encryption, including encryption algorithms for a number of computer security.
mplayer_for_aesop6410
- 6410开发板的mplayer源码,最新的资料,三星的官方合作伙伴-6410 development board of the mplayer source, up-to-date information on Samsung' s official partners
16C84
- 用16C84做的智能卡 程序 汇编实现-16C84 to do with the smart card program
06FFdes
- 使用c++编程语言,实现DES加密解密算法-Using c++ programming language, the realization of DES encryption and decryption algorithm
