Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Vigenere
Search - Vigenere - List
DL : 0
维吉尼亚体制是最古老而且最著名的多表密码体制之一,它是人们为了提高密码的破译的难度发明的一种多表置换的密码,它是由16世纪法国亨利三世王朝的布莱瑟• 维吉尼亚发明的,其特点是将26个恺撒密表合成一个维基尼亚密码(Vigenere)-Virginia system is the oldest and most famous one of multi-table cryptosystem, it is a password in order to improve the difficulty of deciphering the invention of a multi-table replacement password, it is from the 16th century, Henry III of France dynasty cloth leatherhead
Update : 2024-04-29 Size : 5120 Publisher : andy

DL : 0
密码学 密码学 加解密 Vigenere-Vigenere
Update : 2024-04-29 Size : 1024 Publisher : 杨思齐

DL : 0
C语言 Vigenere 加密,解密的实现。-C language Vigenere encryption, decryption of the implementation.
Update : 2024-04-29 Size : 1024 Publisher : huang20

DL : 0
这是一个Vigenere密码系统,包括加密以及解密,程序简便,易懂 ,适合C类初学者使用-This is a password Vigenere system, including encryption and decryption, the procedure is simple and easy for beginners to use Class C
Update : 2024-04-29 Size : 178176 Publisher : 吕婉琪

DL : 0
Java Application for testing Encryption/Decryption of several algorithms: Ceaar, Vigenere, a custom make alg (key + permutation of elements)-Java Application for testing Encryption/Decryption of several algorithms: Ceaar, Vigenere, a custom make alg (key+ permutation of elements)
Update : 2024-04-29 Size : 31744 Publisher : johnny

DL : 0
Vigenere encryption c-Vigenere encryption c++
Update : 2024-04-29 Size : 1024 Publisher : liss

Othertest
DL : 0
古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password (3) the realization of Vigenere Password (elected to do) (4) the achievement of replacement password (password transposition) (5) of each passwords, encryption string and the preparation of the two algorithms to encrypt files and carry out such experiments.
Update : 2024-04-29 Size : 31744 Publisher : 何何

DL : 0
自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange with the presentation. Password and do learn the practice of the aspects of the students have a look.
Update : 2024-04-29 Size : 4350976 Publisher : 小余

DL : 0
vigenere加解密方法的实现 包括字符和文件两种形式-vigenere implementation of encryption and decryption methods, including two types of characters and documents
Update : 2024-04-29 Size : 1024 Publisher : shi

DL : 0
弗吉尼亚加密和解密,C语言实现,VC++6.0编译通过,密钥和明文密文手动输入-Vigenere
Update : 2024-04-29 Size : 1024 Publisher : xlzhan

DL : 0
l algorithme de cryptage de Vigenere
Update : 2024-04-29 Size : 1024 Publisher : tougo

DL : 0
l algorithme de décryptage de Vigenere
Update : 2024-04-29 Size : 1024 Publisher : tougo

DL : 0
Vigenere algorithme let you choose a (pas) of encryption
Update : 2024-04-29 Size : 115712 Publisher : zizoo

DL : 1
一个关于维吉尼亚密码的编程,用java实现,用String类和数组实现,比较经典-A password on the Virginia program, with java implementation, with the String class and an array of implementation, more classic
Update : 2024-04-29 Size : 1024 Publisher :

DL : 0
vegenere加密算法,用户自己定义密钥,输入明文进行加密;如果知道了密文和密钥,可以解密得到明文-vegenere encryption algorithm, user-defined keys, enter the text is encrypted If you know the ciphertext and the key can be decrypted plaintext
Update : 2024-04-29 Size : 173056 Publisher : 李承泽

Python scipts. wrote in python 2.6.5 for windows 7. It s may be used for encode or decode Vigenere chiper.
Update : 2024-04-29 Size : 1024 Publisher : black

DL : 0
vigenere编码,解码,自己写的,貌似有点绕,可以-vegenere encoding, decoding, wrote it myself, looks like a bit around, you can see
Update : 2024-04-29 Size : 516096 Publisher : valen

DL : 0
Vigenere cipher program
Update : 2024-04-29 Size : 1024 Publisher : Siva

DL : 0
计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data security,K=best,那么首先将M分解成长为4的序列:data secu rity 每一节都使用密匙K=best进行加密,得到序列:EELT TIUN SMLR 将明文的空格添加进去,就得到密文:EELT TIUNSMLR出于密码体制的需要,密文中的字母全部使用大写字母。-Account for one vigenere password class, class of objects do not have the keys of their respective owners. No object with the same plaintext encrypted, the ciphertext will be different. Encryption process is as follows: Let key as K = k1k2 ....... kn, expressly for the M = m1m2 ....... mn, the ciphertext is C = c1c2 ....... cn, where k1k2 ......... kn, m1m2 ........... mn, c1c2 ......... cn, each of which represents a letter. The letters A to Z number, from 0 to 25, then they have such a corresponding relationship between the: ci = (mi+ ki) mod26. For example, M = data security, K = best, then the first M sequence of decomposition of the growth of 4: data secu rity each section using the encryption key K = best, be sequences: EELT TIUN SMLR add the plaintext space go to get the ciphertext: EELT TIUNSMLR the need for cryptography, ciphertext letter in all uppercase letters.
Update : 2024-04-29 Size : 2048 Publisher : 小杨

DL : 0
Vigenere算法-Vigenere
Update : 2024-04-29 Size : 4096 Publisher : 林于
« 1 2 3 45 6 7 8 9 10 ... 13 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.