搜索资源列表
Vegenere
- Vegenere Cipher is a kind of encryption it only can cipher the char pliantext
beecrypt-4.1.2.tar
- 是一个正在进行的项目,提供强有力的和快速的加密形式的工具包使用的商业和开放源代码项目。库包括:随机数生成器,分组密码,散列函数,消息认证码-Is an ongoing project to provide a strong and fast encryption tool kit used in the form of commercial and open source projects. Library include: random number generator, block ciph
rc4
- 实现RC4加密算法,其是密钥长度可变的流加密算法簇。之所以称其为簇,是由于其核心部分的S-box长度可为任意,但一般为256字节。该算法的速度可以达到DES加密的10倍左右。RC4算法的原理很简单,包括初始化算法和伪随机子密码生成算法两大部分。-RC4 encryption algorithm to achieve, it is the variable key length stream cipher algorithm clusters. It is called a cluster, i
BlockCiyptTestApp
- 关于流密码加密,以及CBC,DES,AES等多种加密算法-On the stream cipher encryption, and the CBC, DES, AES and other encryption algorithm
cellbuzz-rc5-2.0.tar
- 用于蜂窝宽带的流和文件的RC5加密程序.包含数字签名,消息加扰等功能.-RC5 is a block cipher that was originally designed by Ronald Rivest (http://theory.lcs.mit.edu/~cis/pubs/rivest/rc5.ps). We have implemented and optimized the RC5 encryption/decryption library for the Sony-Toshiba-
Permutation-cipher
- C语言实现古典密码学中的列置换,自己原创,有详细注释,便于理解这个算法-Permutation cipher,C language operations can definitely run, help to understand and master the encryption algorithm
hill-cipher-matlab-encryption-and-decryption-code
- Hill cipher encryption and decryption matlab code
hillcipher-code-in-vb.net
- Hill cipher encryption and decryption code in Microsoft VB.net 2008
matrix-transponse-in-vb-and-one-time-pad-cipher-c
- one time pad encryption code in MATLAB and matrix transpose in visual basic
des-algorithm
- 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
KG
- 序列密码也称为流密码(Stream Cipher),它是对称密码算法的一种。序列密码具有实现简单、便于硬件实施、加解密处理速度快、没有或只有有限的错误传播等特点,因此在实际应用中,特别是专用或机密机构中保持着优势,典型的应用领域包括无线通信、外交通信。若能以一种方式产生一随机序列(密钥流),这一序列由密钥所确定,则利用这样的序列就可以进行加密,即将密钥、明文表示成连续的符号或二进制,对应地进行加密。-Stream cipher is also known as Stream Cipher (St
AES_algorithm
- AES是一种可用来保护电子数据的新型加密算法。特别是,AES是可以使用128、192和256位密钥的迭代式对称密钥块密码,并且可以对128位(16个字节)的数据块进行加密和解密。-AES is a new encryption algorithm to protect one of the available electronic data. In particular, AES may be used for 128, 192, and 256-bit key iterative symmet
Ceasar-Cipher
- This code implements the encryption/decryption using Ceasar s Cipher Algorithm
Sifrator-2.0
- clasic cipher encryption and decryption
aaes
- AES is based on the Rijndael cipher developed by two Belgian cryptographers, Joan Daemen and Vincent Rijmen, who submitted a proposal to NIST during the AES selection process. Rijndael is a family of ciphers with different key and block sizes. F
InformationSecurity
- C Programs for various encryption and decryption algorithms like RSA,Hill cipher,Playfair,etc
kaisa
- 经典凯撒密码加密解密程序,大家提意见修改,欢迎下载-Classic Caesar cipher encryption and decryption process, we modify comments, welcome to download
PlayCFair-Cipher
- code for the encryption and decryption using Plair Fair cipher
AES-Encryption
- Slides in power point help to understand the a symmetric block cipher called ADVANCED ENCRYPTION STANDARD - (AES) Encryption by showing its definition, the way it works and the basics of its design.
Hill-Cipher
- Encryption algorithm of Hill cipher with GUI in c#