搜索资源列表
des
- A c++ program to encrypt/decrypt using the DES algorithm
a1
- 这个是利用混沌原理henon可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
a2
- 这个是利用图像分解和Logistics混沌序列可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
200510512366420
- 数字证书制作超酷工具,还可以对数据加解密、还能实现数据在网络上的安全传输。 -Making cool tools for a digital certificate, you can also encrypt and decrypt the data, but also on the network data secure transmission.
rsa2048
- 实现加密解密功能,2048位,加密解密速度非常快,用时非常短-Encrypt and decrypt
Encrypt_Decrypt
- 字符串加密解密软件,一款德国的软件,进行一些修改-Encrypt and Decrypt a string
codeDll
- 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
IS_PRO1
- 加密和解密工具,用于对文档进行加密后自动生成密钥,对生成的加密文件解密后即可获得原文件-Encryption and decryption tool, used to encrypt the document automatically generated key, and decrypt encrypted files generated after the original document available
Cipher_PolarSSL-0.13.1
- Encrypt/Decrypt Test Program Using PolarSSL on Visual C-Encrypt/Decrypt Test Program Using PolarSSL on Visual C++
aes
- 对记事本文本进行加解密,加解密原理比较复杂,但操作相对简单-file encrypt decrypt
Crypto
- 此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方 法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
Kaiser_encrypted
- 凯撒密码。将10个字母长的单词进行加密和解密。-Kaiser encrypted 10 letter long word to encrypt and decrypt
encryp
- Encrypt the user data and then decrypt that data in Windows Driver Legacy Driver with usefull information and registry file.
ECC1
- 椭圆曲线加密算法源代码,使用了libtommath的大数运算库实现,可以对文件进行加密和解密-Elliptic curve encryption algorithm source code, using libtommath large numbers arithmetic library implementation can encrypt and decrypt files
jiami
- This Program Will Encrypt And Decrypt Any File Text Document Provides The Maximum Security
Crypto123
- Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is
AESen
- C++实现的AES加密,解密,密钥扩展。 支持128/192/256位密钥,128位明文/密文。-Crypto Algorithm of AES, 128/192/256-bit key is implemented. 128-bit plain text and cipher text. key expandtion, encrypt, decrypt.
Encrypt-Decrypt-numbers
- Encrypt 4 digit number
Encrypt
- 几种加密解密的小工具,平常可用来生成密码,或者破解密码(Several small tools to encrypt and decrypt, usually used to generate passwords, or to decipher passwords)
PBOCalgo
- PBOC相关加解密 信息摘要,对称,非对称等多种加密算法实现(PBOC Encrypt Decrypt)