资源列表
RC4-Prog
- Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
transposition
- In cryptography, a transposition cipher is a method of encryption by which the positions held by units of plaintext (which are commonly characters or groups of characters) are shifted according to a regular system, so that the ciphertext constitutes
ascii
- php 中文转ascii编码转换工具. 转换之后不能做处理入到页面中直接就能显示-php to ascii
winhexCn
- 好用的功能,实用且简单操作哟。大家共同分享。-very good s program
distribution
- Normal, Uniform, Triangular distribution. Their composition.
RSA
- RSA is one of the first practical public-key cryptosystems and is widely used for secure data transmission.
Vigenere-Ciphers
- The Vigenère cipher is a method of encrypting alphabetic text by using a series of different Caesar ciphers based on the letters of a keyword.
monoalpha
- Program for Monoalphabetic Substitution Ciphers
ecc-demo
- ECC中的一些算法实例,完整的工程文件及源代码。-Some demoes on ECC algorithms.
Euler_Totient
- Euler s Totient Function implementation in matlab. Used in cryptography.
crypt19-master-(1)
- Ruby code of some algoritms. RSA CSC and auther. Upload github -Ruby code of some algoritms. RSA CSC and auther. Upload github
DES
- 非常有用的DES加密解密工具,本人亲试。-DES encryption and decryption tool