资源列表
rtc_new
- RTC code for AT89S52
RSAprogram
- 本程序使用了欧几里得算法求乘法逆元,采用二进制分解算法求a^b mod n,算法简明,思路清晰,适合深入了解程序的基本原理,直接运行demo文件即可完成程序的运行。-This program uses the Euclidean Algorithm for Finding multiplicative inverse, using the binary decomposition algorithm for getting a ^ b mod n, algorithm concise, clea
Form1
- It s a Word Generator, used to Make Dictionary for brouthforcing
SHA-1.rar
- MAC算法SHA—1算法的C语言实现源码,SHA-1 algorithm for the C language source
032223
- 设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to writ
c_rc4
- c#编写的rc4算法,,测试能用 希望大家相互交流学习-c# prepared RC4 algorithm, testing can hope that mutual exchange of learning
RSA
- 利用密码学中重要算法RSA,给文件进行加密,其中包含密钥的分发。-An important use of cryptography algorithm RSA, to encrypt a document, which includes the distribution of keys.
CRC
- 首先将用户输入的字符串转为二进制信息字段并左移16位后得到信息多项式,再利用生成多项式对信息多项式做模2除生成校验码,将16位的校验码拼接在左移空出的位置上,就是发送端发送的信息。由于传输过程中会有差错,所以接收方利用生成多项式对收到的信息同样做模2除检测,若余数为0,则传输过程中没有发生差错;若余数不为0,则传输过程中有差错。-First user input string converted to binary information field and moves to the left
photo-rsa-enadecryption
- 利用rsa算法实现的对bmp格式的图片进行加密和解密的源代码-The source code for encryption and decryption using rsa algorithm of bmp format images
exp_rtx
- 将内容组建xml 下载 通达oa 用户管理中导出rtx的php-make the xml file and download from office anywhere 2010
AES
- VB采用AES加密的一个小程序, 需要用到加密控件-A small program in VB AES encryption, encryption controls needed
rsa
- 这是C语言编写的rsa密码实现技术,具体需要调试实现-very good
