Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - caesar
Search - caesar - List
DL : 0
Caesar算法的一个很好的实现,分享给大家
Update : 2008-10-13 Size : 916 Publisher : Dave

DL : 0
替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。
Update : 2008-10-13 Size : 873 Publisher : rose

DL : 0
这个是古典密码学里Caesar密码用c++编程的程序代码-This is a classical cryptography Lane Caesar cipher c programming code
Update : 2008-10-13 Size : 7502 Publisher : car

DL : 0
这个是恺撒密码的加密解密程序用c语言编写非常好用-Caesar password encryption and decryption procedures used c language very handy
Update : 2024-05-05 Size : 1024 Publisher : 马星

c语言实现恺撒加密算法,其中有加密解密暴力破解,非常适合初学者学习用。-Caesar encryption algorithm, which encryption and decryption of violence solved, very suitable for beginners to learn from.
Update : 2024-05-05 Size : 1024 Publisher : 余晨

DL : 0
实现恺撒密码加密、解密以及破译,(破译若编码有困难,可以用文字描述算法) 【要求】:可允许用户输入密钥-achieve Caesar encryption, decryption and deciphered, (if deciphering coded difficulties can be written description algorithm)-- request : allow users to input key
Update : 2024-05-05 Size : 172032 Publisher : 刘娟

DL : 0
上网络安全的项目设计,是凯撒密码的加密与解密程序,不知道可以么?联系: lijie451789@163.com-network security on the project design, Caesar is password encryption and decryption procedures, I do not know it? Contact : lijie451789@163.com
Update : 2024-05-05 Size : 704512 Publisher : 李杰

DL : 0
包括了多种加解密算法(凯撒,playfair,rc4,idea,lfsf)-include a variety of encryption and decryption algorithms (Julius Caesar, PLAYFAIR, RC4, the idea, lfsf)
Update : 2024-05-05 Size : 80896 Publisher : 洪逸轩

恺撒算法,解密。。 我的一次作业。。。 呵呵。。。还是不太懂-Caesar algorithm decryption. . . . My first operation. . . Ha ha. . . Quite understand
Update : 2024-05-05 Size : 451584 Publisher : dudu

DL : 0
本源码是一个实现Caesar算法的一个简单的控制台实现,是一个演示程序。-the source Caesar is a realization of a simple algorithm for the Console, is a demonstration program.
Update : 2024-05-05 Size : 3072 Publisher : 张华

DL : 0
恺撒加密算法实现 Java -Caesar encryption algorithm Java
Update : 2024-05-05 Size : 1024 Publisher : xb

DL : 0
1、对于凯撒密文,实现了:1种盲目式搜索,4种启发式搜索,以及利用密钥实现的凯撒加密系统。 2、对于代入法密文,实现了:2种启发式搜索,1种利用密钥的代入法加密系统以及随机生成密钥的代入法加密系统。 3、字典工具,实现了对词库的增加,删除,检查等一系列的操作。 4、7种其他较为经典的加密方法的加密解密工具。包括:DES、Vigenere、IDEA、Keyword、LFSR、Playfair以及RC4等。 -1, Caesar ciphertext, realized : a blind search species, four species of heuristic search, and the use of the keys for encryption system Caesar. 2, substituting it into law ciphertext, realized : two kinds of heuristic search, a key species used in lieu of law into the system and random encryption key generation to generation method of encryption systems. 3, dictionary tools, for the achievement of the Thesaurus of addition, deletion, and examined a series of operations. 4,7 kinds of other more classic methods of encryption tools for encryption and decryption. Including : DES, Vigenere, IDEA, Keyword, LFSR, Playfair and RC4, and so on.
Update : 2024-05-05 Size : 10400768 Publisher : 陈守勇

恺撒密码哦 最新的 我自己做的 喜欢和我联系一起研究-Caesar latest password Oh, I do for myself and I like to associate research
Update : 2024-05-05 Size : 202752 Publisher : 林子

DL : 0
编写//凯撒密码的模拟程序 //1:用于凯撒密码的加密 //2:用于已知密钥的解密 //3:用于未知密钥的解密 //0:表示退出该程序-Preparation// Caesar password simulation program// 1: for Caesar encryption// 2: for the decryption key is known// 3: unknown key for decryption// 0: exit of the express procedures
Update : 2024-05-05 Size : 2048 Publisher : 心得

DL : 0
凯撒密码 Java版的 好像有些小毛病 帮我看看啊-Java version of Caesar password like some small problems to help me take a look at ah
Update : 2024-05-05 Size : 1024 Publisher : 安童

DL : 0
一个解密程序源代码,了解基本加密的好例子-A decryption process is the source code to understand a good example of the basic encryption
Update : 2024-05-05 Size : 106496 Publisher : lyang

DL : 0
原创的visual basic凯撒加密、解密算法。是我在读研究生时候网络安全课程的一次作业。-Original visual basic Caesar encryption, decryption algorithm. Is when I
Update : 2024-05-05 Size : 6144 Publisher : sxd

DL : 0
用VC++做的一个加密解密算法,包括凯萨密码、Vigenere密码、playfair密码和置换密码,加密和解密都完全实现了-With VC++ Make an encryption and decryption algorithms, including Caesar password, Vigenere password, playfair replacement passwords and passwords, encryption and decryption are fully realize the
Update : 2024-05-05 Size : 39936 Publisher : yinguoyun

DL : 0
凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt…. -Caesar the process of password, and then matching the letters to replace the original message encryption letters displacement (shift cipher): modulus calculation. Ek (x) = (x+ K) mod 26, Dk (y) = (y-k) mod 26, such as: k = 5 hello world encryption for: mjqqt ....
Update : 2024-05-05 Size : 234496 Publisher : 李艳

DL : 0
Caesar体制,Vigenere体制用C++实现加密、解密-Caesar system, Vigenere system with C++ Realize encryption, decryption
Update : 2024-05-05 Size : 2048 Publisher : 周丁珊
« 1 23 4 5 6 7 8 9 10 ... 20 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.