资源列表
Henon_chaos
- chaos 映射加密
Vigenere
- 实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文和解密后的明文。 可以实现:大小写敏感,明文小写则密文大写,明文大写则密文小写输出,注意输入的健壮性控制,明文字符超出字符集后保留原文-Virginia to achieve the password, use the keyboard to receive the plaintext and the key, the screen printing ciphertext and the decrypted plaintext. Can
Cloud3986469
- 我学习的时候发现一个好的源码 Cloud3986469,今天与同学们一起分享-I learn to find a good source Cloud3986469, today to share with classmates
vigenere
- This source code to create a vigenere cipher text and decript de text, also it has the kasiski method-This is source code to create a vigenere cipher text and decript de text, also it has the kasiski method
arnoldcipher
- 这个是基于Arnold变换的图像加密算法研究-this is based on Arnold Transform Image Encryption Algorithm
logistic
- logistic映射分岔图程序 logistic映射分岔图程序-logisticlogisticlogisticlogisticlogistic
manifestInfo
- Android静态解析manifest.xml文件,提取permission、action等信息-Android static resolution manifest.xml file, extract permission, action and other information
transversal
- The file is about a transversal filter.
rs
- RS的编码就是计算信息码符多项式,除以校验码生成多项式之后的余数;rs编码的基本实现,包括add,mul函数等;-RS coding is to calculate the information symbol code polynomial, divided by the check code generator polynomial after the remainder rs basically coding, including add, mul function, etc.
AESMaker
- AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
Playfair
- 自己编写的Playfair加密算法,这个可以执行(先前发的是不是最终版)。-Playfair, prepared their own encryption algorithms, this can be implemented (previously issued is not the final version).
rc4.py.tar
- RC4 cipher/decipher in python with examples