搜索资源列表
KAISER
- 凯撒密文的破解编程实现-Caesar ciphertext crack Programming
kaiser2
- 本程序实现kaiser密码加密 1.本程序将所有可能出现的英文和符号定义在ASCII表中的“032--126”中的95个常用字符 3.在实现2的基础上,实现控制台对英文文本文件(注意明文和密文都以文件形式存在)的加解密 形式:cipher 源文件名 目的文件名 密钥 E/D(标示加解密)说明:对于加密来说,源文件名就是明文,对于解密来说,源文件名就是密文 ***/-the program kaiser a password encryption. This program
simple_crypt(c)
- 一个简单的加密算法Kaiser(C语言实现)
kaiser
- 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)
kaiser
- kaiser密码是需要学习密码学的期间必学到的一种密码-kaiser
kaiser
- 基于matlab的窗函数滤波器设计 kaiser 窗-Filter design onmatlab
python03
- PYQT5+python3.6+QT编写一个带ui的加密解密小程序<凯撒加密><维吉尼亚加密><仿射加密><培根加密>-PYQT5+python3.6+QT write a UI encryption and decryption applet, Kaiser encryption, Virginia encryption, affine encryption, Bacon encryption.
CTFcryptoCrack
- 各种加解密(凯撒,base64,rot等),各种编码解码,可添加识别py脚本(Various encryption (Kaiser, base64, rot, etc.), various encoding decoding, can be added to identify the py scr ipt)
Caesar
- 凯撒密码算法的简单实现,已打包好可一直运行(The simple implementation of the Kaiser cipher algorithm has been packaged so that it can run all the time)
中英文加密解密
- 利用凯撒密码对中文文档及英文文档进行加密和解密,同时英文文档加密区分大小写。(The Kaiser password is used to encrypt and decrypt Chinese documents and English documents, and the encryption of English documents is very small and case sensitive.)
Caesar‘s code
- 凯撒密码的加密解密,自己编的不够好,仅上传想法(Kaiser cipher encryption and decryption, own not good enough, only for people to draw on the idea of the next)