搜索资源列表
cryptology
- 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography system and DES system and its
fangshemiyao
- 压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。-compressed within the papers only through a simple password system : Affine password (Affine Cipher
四种加密解密算法的源代码
- 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
Acipher
- 自己编写的古典加密算法:仿射加密算法,大家一起交流-their preparation classical encryption algorithm : affine encryption algorithm, everyone exchanges
Encrypt
- 基于VC++基础上仿射加密\RSA加密\DES加密的文件加密系统-Based on VC++ based on the affine encryption \ RSA encryption \ DES encryption file encryption system
affine
- 仿射加密,能对这样的任何密码进行处理,功能十分强大-Affine Encryption
Desktop
- 求两个数的最大公约数gcd()和仿射加密解密的c++算法- Asks two numbers the greatest common divisor gcd() c++ algorithm
affine
- 仿射加密的简单实现,并可以对文本中的英文字母出现的频率进行图形化显示。-Affine simple implementation of encryption, and can the text in the frequency of English alphabets and graphical display.
cipher
- 用于实现各种古典加密法,包括凯撒,置换,列置换,仿射加密法,vigenere加密法和现代加密法中的DH密钥交换,RSA,DES加密法等等操作-Used to implement a variety of classical cryptography, including Julius Caesar, replacement, column permutation, affine cipher, vigenere encryption method and encryption method in
XDMMX
- 密码学的基本算法代码 MD4 线性移位器 仿射加密 数字签名-The basic algorithm of cryptography code MD4, linear displacement device affine encrypt digital signature
fangshe
- 图像置乱中的仿射变换,优点是加密和解密的不需要周期迭代,图像置乱效果好-it is good for image scrambling becaus of low compute complexity
Affine-encryption-algorithm-design
- 算法设计之仿射加密——课程设计(内附jar文件)-Affine encryption algorithm design- course design (with jar file)
fangshejiami
- 一个简单的仿射加密算法,能分析参数变化时的密文频率变化-A simple affine encryption algorithm, can analyze the ciphertext frequency change of parameters
python03
- PYQT5+python3.6+QT编写一个带ui的加密解密小程序<凯撒加密><维吉尼亚加密><仿射加密><培根加密>-PYQT5+python3.6+QT write a UI encryption and decryption applet, Kaiser encryption, Virginia encryption, affine encryption, Bacon encryption.
仿射加密
- 对仿射密码进行加密和解密,有选择加密或解密的操作(The operation of encrypting and deciphering affine passwords with an option to encrypt or decrypt)
encoding
- 常见古典密码加解密:栅栏密码、仿射密码、摩斯密码、base64(Common classical password encryption and decryption: fence password, affine password, morse password, base64)
仿射密码加密,解密
- C++实现仿射密码加密解密以及仿射密码的爆破(C++ implementation of affine cipher encryption and decryption)
csy
- 利用仿射密码对明文进行加密,再将密文进行解密。(The plaintext is encrypted, and the ciphertext is decrypted.)
mima
- vcMFC编程程序,具体功能:移位i加密,仿射变换,s盒。可以学习MFC编程组件以及加密解密思想。(VcMFC programming program, the specific functions: shift I encryption, affine transformation, s box. You can learn MFC programming components and encryption and decryption ideas.)
仿射加密算法python
- 仿射加密算法python版实现,可以加密普通字符串。