搜索资源列表
caesar
- caesar cipher 分析 能够分析单个替代的caesar cipher-caesar cipher analysis to analyze a single alternative caesar cipher
BehzadKhiavchi_CEASAR_cipher
- Caesar cipher in C-Caesar cipher in C++
jiamijiemi
- 用凯撒密码实现加密解密,希望对大家有帮助,我自己写的,有漏洞,大家多多指教。-Achieved with the Caesar cipher encryption and decryption, we want to help, I wrote it myself, there are loopholes, we all exhibitions.
CaesarCipher
- This code for Caesar Cipher Algorithm for encrypt and decrypt alphabets. Platform: CLR C++ Visual Studio 2008
Caesar
- 这个是个凯撒密码,老师给的,我得找个新的,你行不行啊-This is a Caesar cipher, the teacher gave, I have to find new, you okay ah
CaesarCoder.src
- Caesar coder and decoder. Performs easy substitution cipher encryption and automatic decryption when key is unknown. Frequency of letters in common written English is used to decrypt.
1_A_CAESAR
- Caesar Cipher Encryption Coding
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
Caesar-Cipher-using--Visual-Basic
- 使用Visual Basic实现个人专属的密码加密器-Caesar Cipher with VB
caesar
- caesar cipher encrypto
Caesar_Cip2198022142011
- caesar cipher code in java..very helpfu-caesar cipher code in java..very helpfull
Caesar
- 取代式密码的存在,已经超过2500年 以上,最早利 用的范例 是在西元600年 左右,内容是以颠倒的希伯來 文构成的。凯萨大帝(Julius Caesar)也曾经使用称为Caesar密码法。方法为将每个字母用其后的第三个字母來 取代。-Replace passwords existence, has more than 2,500 years or more, the first example is using a ran
Caesar-code
- 凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。-Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been ve
Caesar-cipher-encryption-decryption
- Caesar encryption and decryption matlab code
Caesar
- 凯撒密码C语言实现,内含源代码。还算可以 !-Caesar Cipher C language
Implementation-of-Caesar-Cipher
- Implementation of Ceaser Cipher in C
Caesar-code
- software implementation of a cryptosystem, carrying out encoding and decoding system, Caesar cipher -software implementation of a cryptosystem, carrying out encoding and decoding system, Caesar cipher
Caesar-Cipher
- 利用C语言实现的凯撒密码加密解密的源码,是信息安全中的算法之一-The use of C language implementation of the Caesar cipher encryption and decryption of the source, is one of Information Security Algorithm
Monoalphabetic-Cipher
- In cryptography, a Caesar cipher, also known as Caesar s cipher, the shift cipher, Caesar s code or Caesar shift, is one of the simplest and most widely known
Caesar
- 凯撒密码算法的简单实现,已打包好可一直运行(The simple implementation of the Kaiser cipher algorithm has been packaged so that it can run all the time)