资源列表
CRC
- 首先将用户输入的字符串转为二进制信息字段并左移16位后得到信息多项式,再利用生成多项式对信息多项式做模2除生成校验码,将16位的校验码拼接在左移空出的位置上,就是发送端发送的信息。由于传输过程中会有差错,所以接收方利用生成多项式对收到的信息同样做模2除检测,若余数为0,则传输过程中没有发生差错;若余数不为0,则传输过程中有差错。-First user input string converted to binary information field and moves to the left
SHA-1.rar
- MAC算法SHA—1算法的C语言实现源码,SHA-1 algorithm for the C language source
Form1
- It s a Word Generator, used to Make Dictionary for brouthforcing
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
rtc_new
- RTC code for AT89S52
DES2
- 简单的DES加密算法简单的DES加密算法-Simple DES encryption algorithm is simple and the DES encryption algorithm
rsaa
- rsa algorithm to coding and encoding any message
Playfair.rar
- playfair加密算法、解密算法的实现示例,用于英文字符,Playfair encryption algorithm, decryption algorithm example(only for English characters)
CRC
- CRC的MCS-51系统的实现代码。含查表和计算两种函数。即插即用-CRC of the MCS-51 System code. With look-up table and calculation of the two functions. Plug and Play
bmp_encryptioned
- 对一幅加密图像进行解置乱,解扩散得到一幅明文图像-For a de-scrambling encryption image, to give a solution of the diffusion plain image
URLEncoding
- URL编码 如“exit”编码为“%65%78%69%74”
matlab
- 实现数字水印提取 变换 分数级数变换压缩-watermark
