搜索资源列表
Caesar
- 这个是古典密码学里Caesar密码用c++编程的程序代码-This is a classical cryptography Lane Caesar cipher c programming code
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++
caesar
- Simple caesar cipher example for students.
jiamijiemi
- 用凯撒密码实现加密解密,希望对大家有帮助,我自己写的,有漏洞,大家多多指教。-Achieved with the Caesar cipher encryption and decryption, we want to help, I wrote it myself, there are loopholes, we all exhibitions.
kaisamima
- 凯撒密码的C++实现,凯撒密码, 是密码学里最基本的密码之一-Caesar cipher of C++ implementation, Caesar cipher, cryptography where the password for one of the most basic
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
CAESARCI
- In cryptography, a Caesar cipher, also known as a Caesar s cipher, the shift cipher, Caesar s code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the p
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-Cipher
- The earliest known use of a substitution cipher, and the simplest, was by Julius Caesar. The Caesar cipher involves replacing each letter of the alphabet with the letter standing three places further down the alphabet. For example, plain: MEET ME A
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
Ceasar cipher c#
- 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 encryption techniques. It is a type of substitution cipher in which each letter in the plai
Simple Caesar Cipher
- simple caesar cipher demo and source code, build in windows form c#