搜索资源列表
libgringotts-1[1].2.1.rar
- libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。
Sor3.zip
- 转载:TripleDes算法实现提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。有任何问题可以发mail给我。我的mail是:name_caesar@msn.com
DES
- 是des加密算法,在控制台下的代码,代码完全是最简单的算法,适合移植,可以作为其他程序加密的一部分,简化你的编程步骤
cdzjm
- 基于控制台下的基于超递增背包的的公钥算法,里面有明文的加密算法和咪文的解密算法。
TDES
- Triple DES算法的实现,使用EDE模式,控制台下运行,密码技术实验可用-Triple DES algorithm, using the EDE mode, the console is running, cryptography experiment can be used
HMAC-SHA-1
- 利用HMAC-SHA-1算法生成加密消息摘要,长度可控制,语言C/C++ -The use of HMAC-SHA-1 algorithm to generate encrypted message digest, the length can be controlled, the language C/C++
Sor3
- 转载:TripleDes算法实现提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。有任何问题可以发mail给我。我的mail是:name_caesar@msn.com- Reprint: The TripleDes algorithm realization provides TripleDes may realize 3DES under two kind of patterns 2key/3key Canada, the
libgringotts-1[1].2.1
- libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
RC4
- 在控制台下用RC4算法对任意文件进行加解密-In the console under the RC4 algorithm used for arbitrary file encryption and decryption
TEA_in_C++
- 基于C++实现了一个TEA加密算法,可以在控制台下直接使用,也可作为应用的参考。-Based on the C++ Achieve a TEA encryption algorithm can be used directly in the console, the application can also be used as reference.
aa
- 用des算法与ras算法实现的文件加密选择器的实现与控制。-Ras use des algorithm and the file encryption algorithm selector realization and control.
maclic
- 一种通过判断网卡地址来控制软件使用期限的算法,简单有效。-Address of a card through the control software to determine the use of time algorithms, simple and effective.
Encryption
- 在控制台下实现的常用的古典加密算法和简单的DES加密,其中包含了文件的相关操作。进入密码是hello(呵呵)在源码中有。-Commonly used in the console to achieve the classical simple DES encryption algorithm and encryption, which contains documents related to operations. Enter the password is hello (Ha ha) in
ha0120s
- Hopping Decoder是针对Hopping Encoder将Address Data、Key Data 和 Rolling Data (hdata) 采用DES24加密算法反运算的一种译码方式。因为在Hopping Encoder中Key每按一次Rolling Data 就会加 1,所以在 Hopping Decoder 中每接收一个 Key 其 Rolling Data 也会加 1。此次设计采用 T48F06E作为控制芯片。 -Hopping Decoder is for
priority_queue
- 实现优先队列的初始化,查找,插入,删除操作,并且控制其查找,插入,删除操作的算法时间复杂度为O(logn)。-Implement priority queue initialization, search, insert, delete, and control their search, insert, delete algorithm time complexity is O (logn).
chipher
- :目前混沌系统与加密技术相结合是现如今最热门的一个课题,虽然有大量的加密算法面世,但是这些加密算法并不成熟,仍然需要进一步的研究。本文采用像素位置置乱变换和像素值替代变换相结合的加密思想,设计出一种基于混沌的数字图像加密算法。引入了整数域上的逆仿射变换,算法中采用二维 logistic 混沌映射相结合的方法,生成多组混沌序列,像素置乱变换与灰度值替换都由这些混沌序列所控制。多混沌序列产生的密钥空间大于单一的混沌序列所产生的密钥空间,因此本文研究的算法加密强度很高。-The current cha
rc4
- RC4算法的控制台编程,流密码算法的实践,在控制台下实现对文本的加密解密。-Console programming RC4 algorithm, practice stream cipher algorithm, in the console to achieve decrypt the encrypted text.