CIPHER

共 39 篇文章
CIPHER 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 39 篇文章,持续更新中。

playfair cipher c++ program and source code

playfair cipher c++ program and source code

RC4Cipher 经典的RC4Cipher加密解密算法源代码

RC4Cipher 经典的RC4Cipher加密解密算法源代码

凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26

凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….

AES加密算法

AES加密算法,可以通过调用cipher_Go()函数和Invcipher_Go()函数对数据进行加解密

实现IDEA加密算法与解密算法 IDEA(International Data Encryption Algorithm)是瑞士的James Massey

实现IDEA加密算法与解密算法 IDEA(International Data Encryption Algorithm)是瑞士的James Massey,Xuejia Lai等人提出的加密算法,在密码学中属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。从理论上讲,IDEA属于“强”加密算法,至今还没有出现对该算法的有效攻击算法。

Caesar cipher in C++

Caesar cipher in C++

This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts accord

This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value.

The dinamyc link library that contains an implementation of SHA1, SHA512, CRC32, CRC32b, Adler32, Tw

The dinamyc link library that contains an implementation of SHA1, SHA512, CRC32, CRC32b, Adler32, Twofish, TEA[N] algorithms and ECB, CBC, CFB, OFB, CTR cipher modes.

IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥

IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。

本程序实现kaiser密码加密 1.本程序将所有可能出现的英文和符号定义在ASCII表中的“032--126”中的95个常用字符 3.在实现2的基础上

本程序实现kaiser密码加密 1.本程序将所有可能出现的英文和符号定义在ASCII表中的“032--126”中的95个常用字符 3.在实现2的基础上,实现控制台对英文文本文件(注意明文和密文都以文件形式存在)的加解密 形式:cipher 源文件名 目的文件名 密钥 E/D(标示加解密)说明:对于加密来说,源文件名就是明文,对于解密来说,源文件名就是密文 ***/

Gost加解密算法--The GOST 28147-89 cipher

Gost加解密算法--The GOST 28147-89 cipher

Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.

Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and outp

good best block cipher

good best block cipher

cipher 5.1。一个几乎包含了所有常见的加密算法的控件

cipher 5.1。一个几乎包含了所有常见的加密算法的控件,提供源码

hill cipher c++ program

hill cipher c++ program

压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想

压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。

利用程序解密一段用Mexican Army Cipher加密的密文,利用英文统计和穷举结合的办法

利用程序解密一段用Mexican Army Cipher加密的密文,利用英文统计和穷举结合的办法

FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. T

FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is written to a new file along with the decryption stub and key. When the output

RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 inte

RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval