Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Vigenere
Search - Vigenere - List
DL : 0
用java 编写的维吉尼亚加密、解密、破译的算法。希望对大家有用!-Written in Java, Virginia encryption, decryption, the deciphering algorithm. The hope that useful!
Update : 2024-05-15 Size : 1024 Publisher : Jiali Zhang

实现了三种古典密码学体制与DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还能解密生成文件13.txt。vigenere,hiill体体制类似。DES体制包含加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序源码设计语言及密码学的在校本科生,水平非常低,第一次上传只是为了试一下。能考虑少给几点,呵呵。 可直接使用。 -Three classical cryptography system and DES system and its analysis. affine (affine) read the contents of a file 11.txt (lowercase letters, plaintext) is encrypted and write the contents 12.txt can decrypt the generated file 13.txt. vigenere, hiill body system is similar. DES system contains the encryption and decryption of the contents of the avalanche effect differential analysis. I still just learning the language of the program source code and cryptography in the undergraduate level is very low, the first upload just to try. Can consider less to a few points. Can be used directly.
Update : 2024-05-15 Size : 11264 Publisher : 包裹

vigenere 加密算法和和解密算法,效率很高 -vigenere encryption algorithm and decryption algorithm, very efficient
Update : 2024-05-15 Size : 1024 Publisher : jx

古典密码课设。C++ 多表古典加密方法主要有Playfair体制、Vigenere体制、Beaufor体制、Vernam体制和Hill体制,用高级语言实现其中一种体制的加密和解密算法。 -Classical cryptography class-based. C++ multi-table classical encryption methods Playfair system, Vigenere system, Beaufor system, Vernam system and Hill system, a high-level language to which a system of encryption and decryption algorithms.
Update : 2024-05-15 Size : 32768 Publisher : 陈靖

用CSHARP实现Vigenere cypher算法法,用Visual 2005运行,已通过测试。 -CSHARP achieve Vigenere cypher algorithm method with Visual 2005 run, has been tested.
Update : 2024-05-15 Size : 17408 Publisher : yejinwei

Algoritma Twofish untuk keamanan data
Update : 2024-05-15 Size : 352256 Publisher : Aadz

DL : 0
Vigenere 加密,解密算法方法 java实现-Vigenere encryption, decryption algorithm method java
Update : 2024-05-15 Size : 1024 Publisher : 胡金戈

DL : 0
not guarantee, it will become a good source code. i m still learning and i need some advice from you a-not guarantee, it will become a good source code. i m still learning and i need some advice from you all
Update : 2024-05-15 Size : 1024 Publisher : bes

DL : 0
encryption codes for ( additive , affine , autokey ,multiplicative ,playfair , vigenere)
Update : 2024-05-15 Size : 104448 Publisher : katakeeto

DL : 0
Cipher vigenere - Encrypt/Decrypt
Update : 2024-05-15 Size : 1024 Publisher : Gabrion

DL : 0
维吉尼亚加密算法是一个经典的对称加密算法的简单 vigenere-Virginia encryption algorithm is a classic simple symmetric encryption algorithm vigenere
Update : 2024-05-15 Size : 1889280 Publisher : shuren

vigenere_cipher,一种简单的加密算法,Linux编译运行测试通过-vigenere cipher
Update : 2024-05-15 Size : 1024 Publisher : ldc

基于Java的Vigenere破解密码算法-To crack cryptographic algorithms based on the Java Vigenere
Update : 2024-05-15 Size : 2048 Publisher : aswqazx

我们经理写的一份加密解密源码,非常有用。,Encry and Decry
Update : 2024-05-15 Size : 4096 Publisher : knight

Ciphers are used to produce messages which can be understood only by the sender and authorized receivers, so ciphers can be used for secret correspondence in situations where the message may fall into the wrong hands. The process of converting a readable message (the plaintext) to an unreadable form (the ciphertext) is called “encryption” converting ciphertext to plaintext is called “decryption”. The Vigenere cipher was developed by Biaise de Vigenere around 1586, for French diplomatic and military communications. The Vigenere cipher uses a keyword and a 26-by-26 matrix of letters to substitute plaintext letters with ciphertext letters, and vice versa. The message sender and receiver must both use the same matrix and keyword.-Ciphers are used to produce messages which can be understood only by the sender and authorized receivers, so ciphers can be used for secret correspondence in situations where the message may fall into the wrong hands. The process of converting a readable message (the plaintext) to an unreadable form (the ciphertext) is called “encryption” converting ciphertext to plaintext is called “decryption”. The Vigenere cipher was developed by Biaise de Vigenere around 1586, for French diplomatic and military communications. The Vigenere cipher uses a keyword and a 26-by-26 matrix of letters to substitute plaintext letters with ciphertext letters, and vice versa. The message sender and receiver must both use the same matrix and keyword.
Update : 2024-05-15 Size : 4096 Publisher : jo

DL : 0
破解弗吉尼亚密码的简单程序,可以完成无密钥的弗吉尼亚密文破解,产生密钥和明文。亲测可用!-Simple program to crack the password of Virginia, to be completed no key crack Virginia ciphertext, to generate the key and the plaintext. Pro-test available!
Update : 2024-05-15 Size : 1301504 Publisher : Thomas

DL : 0
一系列的加密算法,包括恺撒密码、KeyWord密码、PlayFair密码、Vigenere密码、LFSR密码、RC4密码、DES密码和IDEA密码。-A series of encryption algorithms, including Caesar password, keyword password, the Playfair password, the Vigenere Password, the LFSR password, RC4 password DES password and IDEA password.
Update : 2024-05-15 Size : 14336 Publisher : liulanshui

DL : 0
主要实现了列变换加密的功能,调试软件是microsoft visual c++ 6.0,将keyword反复的写在明文上方,通过明文与keyword的对应组合到给定的表中查找相应的字母,就可以得到密文。-The main achievement of the the column transform encryption function, debugging software is Microsoft the visual c++ 6.0, write the keyword repeated at the top of the plaintext corresponding plain text and keyword combinations to find the appropriate letter to the given table, you can get the ciphertext.
Update : 2024-05-15 Size : 1024 Publisher : 皮晓磊

DL : 0
密码箱作业:具有可视界面的维吉尼亚密码算法-Vigenere algorithm
Update : 2024-05-15 Size : 12288 Publisher : 张望

DL : 0
密码学作业:具有可视界面的维吉尼亚密码加密密程序-Virginia password Algorithm
Update : 2024-05-15 Size : 59392 Publisher : 张望
« 1 2 ... 6 7 8 9 10 1112 13 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.