搜索资源列表
encipher_decipher
- 包括了多种加解密算法(凯撒,playfair,rc4,idea,lfsf)-include a variety of encryption and decryption algorithms (Julius Caesar, PLAYFAIR, RC4, the idea, lfsf)
kaiser
- 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)
Cryptography
- 实现了凯撒、Playfair\\维吉尼亚和置换算法的MFC加解密程序。
Cryptology
- 自己编写的加解密程序、包括凯撒、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
Caesar
- 凯撒加密算法C语言实现 凯撒加密算法C语言实现-Encryption algorithm Caesar Caesar C Language C Language encryption algorithm
kaisa
- 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
kaisa
- 用vb实现的包括凯撒密码在内的加解密算法-Using vb to achieve, including Caesar cipher encryption and decryption algorithms, including
des
- 凯撒密码加解密,对给定的一段文字进行加解密,相当于将每个字符后移3位-Caesar password encryption and decryption, for a given section of text encryption and decryption, the equivalent of each character after the shift 3
Caesar
- 密码学中的凯撒密码加解密程序,用C语言实现。-Cryptography Caesar password encryption and decryption program, with the C language.
caesar
- 凯撒密码,通过明文移位实现加解密.解密时要注意当密钥太大时,可能引起数组下标为负导致程序错误。-Caesar passwords, encryption and decryption through the clear shift to achieve. Decrypt should pay attention when the key is too large, may cause negative array index errors cause the program.
DatabaseTesteight
- 本文对数据加解密,凯撒密码的破译作出全面的诠释以及代码的编写-Database Testeight
encription
- 各种古典、现代加解密方法。Autokey密码 置换密码 二字母组代替密码 (by Charles Wheatstone) 多字母替换密码 希尔密码 维吉尼亚密码 替换密码 凯撒密码等。 -Variety of classical, modern encryption methods. Autokey password replacement two groups of letters instead of the password pa
Caesar
- 实现流密码中的凯撒密码的加解密实现功能,时序列密码实现部分。-The the stream cipher Caesar password encryption and decryption functions, when stream cipher implementation section.
CYY31CAESAR
- 凯撒加解密算法,实现单个字符和整个字符串的加解密程序,很好用-Simple encryption and decryption algorithm to achieve a single character and the entire string encryption and decryption procedures, very good use
kaisa
- 凯撒加密算法的陈语言简单实现,使用文件进行加解密读取操作。-Caesar Chen language simple encryption algorithm implementation, use file encryption and decryption read operation.
KaiSaJiaMiSuanFa
- 用Visual C++6.0实现凯撒算法加解密,能够快速对文件进行加解密。-Encryption and decryption of the Kaiser algorithm
CTFtools
- 中国国内首个CTF工具框架,集成摩斯电码,凯撒密码,栅栏密码,Rot13密码以及各种编码互换等CTF中常见密码加解,旨在于帮助CTFer攻克CTF中crypto类、Image、zip难关。本程序支持Python插件,允许使用者自建插件,可直接将py脚本放进Plugin目录中程序运行时将自动遍历Plugin目录中的py脚本。-China s first CTF tool framework, integrated Moss code, Caesar password, fence password
CTFcryptoCrack
- 各种加解密(凯撒,base64,rot等),各种编码解码,可添加识别py脚本(Various encryption (Kaiser, base64, rot, etc.), various encoding decoding, can be added to identify the py scr ipt)
kaisa
- 凯撒密码加解密和暴力破解过程,通过调用加解密函数实现,暴力破解函数是通过循环调用加解密函数不断输出。(Kaiser password violence cracking)
基于MFC的加解密系统
- 用Visual Studio2010MFC 做的一个加解密系统,包括凯撒加密,维吉尼亚加密。