搜索资源列表
HillCipher
- 自己编写的加密算法 hill加密算法。包括,hill数组的生成,hill数组矩阵的计算。-prepare their encryption algorithms hill encryption algorithm. Include hill array of generation, hill array matrix calculations.
classic
- 古典密码 可选择进行维吉尼亚加解密、希尔加解密、行置换的乘积加解密、仿射加解密 并可选择下列统计计算: 1.不同n值下维吉尼亚密码体制的频率统计 2.不同n值下维吉尼亚密码体制的重合指数计算 3.不同n n值下希尔密码体制的频率统计 4.不同n n值下希尔密码体制的重合指数计算 5.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的频率统计 6.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的重合指数计算 7.对于同一明文,给
希尔排序
- 希尔排序-Sort Hill
mimaxue
- 包含仿射caser算法,playfair算法,hill算法,vegenere算法的加解密程序。-Contains affine caser algorithm, playfair algorithm, hill algorithm, vegenere algorithm for encryption and decryption procedures.
Cipher
- C#实现的移位、仿射、希尔加密程序。界面良好,功能全面。-C# to achieve the shift, affine, Hill encryption. Good interface, full-featured.
hill2mima
- 在数学建模中希尔密码的加密与解密是一个复杂的的计算过程,此程序能计算得出任意二阶密钥的加密与解密结果。-Hill, in Mathematical Modeling of encryption and decryption is a complicated calculation process, this process can be any second-order calculation of the encryption and decryption key results.
HILL
- 使用c++实现hill密码的加密,解密,破译-Using c++ to achieve hill of encryption, decryption, decoding
HILLENC1
- its simple hill cipher encryption
Hill
- 数学建模实验&matlab实现Hill密码体系的关键环节(加密、解密、破译) 实现通用hill密码n维密码-Mathematical modeling of experimental realization of Hill & matlab key password system (encryption, decryption, decoding) to achieve universal hill n-password password
PlayFair
- HILL加密解密算法及应用 C++ 环境下应用 -HILL ENCRYPTION PROCESSOR
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
Hill
- HILL密码:加密,解密的实现及其相关功能-HILL Password: encryption, decryption and related functions to achieve
Hill-decryption
- 希尔密码(Hill Password)是运用基本矩阵论原理的替换密码,由Lester S. Hill在1929年发明。一串字母当成n维向量,跟一个n×n的矩阵相乘,再将得出的结果模26。注意用作加密的矩阵(即密钥矩阵)在必须是可逆的,否则就不可能译码。本算法中,明文长度必须为3的倍数-Hill encryption and decryption
HILL
- HILL加密解密,可以将自己的选择和自己的要求合理化输出自己的结果。-HILL encryption and decryption, can be their own choices and their own requirements rationalize export its result.
Hill
- hill算法的加解密算法的实现 明文: 密文: 其中, 例子:P=HILL ,对应:7,8,11,11。 密钥: 加密: =(9,8,8,24) =(JIIY) 解密算法中,由于要求出矩阵K的逆矩阵,因此解密算法作为选做内容。对于加密的结果,可以进行手动验算。 -Hill encryption and decryption algorithm
Hill
- Hill密码加密与解密C++程序实现。 其中包括Hill2、Hill4等。(Implementation of Hill encryption and decryption C++ program.)
hill
- hill的加密解密代码,很牛的,你要相信我没错(Hill encryption and decryption code, very cattle, you have to believe I am right)
Hill
- hill密码加密用Java语言实现过程,很简单。(Hill password encryption using Java language to achieve the process is very simple.)
hill
- hill密码的加密算法实现,其中可以改变矩阵大小(Implementation of encryption algorithm for hill cipher)
