搜索资源列表
ibe具有认证功能算法
- 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
HowToEnDecryptString_Cpp_sample
- Encrypt and decrypt using key
simple_crypt
- A very simple encryption program able to encrypt a text according to a password. Result is stored in a local text file. Then you can decrypt the message if you use the same password.
DES.ZIP
- DES Encrypt\Decrypt algorithm
AES
- ES is a symmetric block cipher. The same key is used to encrypt and decrypt the message. The plain text and the cipher text are the same size. The Aes algorithm works as follows: Convert to state array: This step consists of conversion on the
encrypt-a-decrypt
- encryption and decryption of image using bit XOR-encryption and decryption of image using bit XOR..
DES
- DES function for the encryption of DES,use matlab to make it possible,first input in the function is plaintext ,second one is key,and last is to choose encrypt or decrypt
Encryption
- RC4和RSA的加密解密类,经过封装,调用简单,包含文档说明、源码、编译成lib的方案-Encrypt and Decrypt with RC4 and RSA, easy to use, include doc, source code, and lib project
LSBM
- MATLAB实现的LSBM(LSB Matching)算法,可输入密钥加密和解密文本,有较好的交互界面(The LSB matching algorithm,coding by MATLAB. You can encrypt or decrypt the text by input an key. And it has a easy operating interactive interface.)
RSA加密算法
- 可使用RSA加密算法对明文进行加密和解密(RSA encryption algorithm can be used to encrypt and decrypt plaintext.)