-
md5src
这个是编译通过的MD5算法,使用的语言是C++,非常好用。(MD5 C++ source code
)
- 2011-12-09 15:51:58下载
- 积分:1
-
DES-PIC-CBC
DES加密方法加密BMP图像,CBC方式实现。(DES encryption methods encryption BMP image, CBC way.)
- 2020-10-09 20:47:34下载
- 积分:1
-
md5_cPP
VC++下MD5运行和使用示例,可以正常使用MD5算法(VC MD5)
- 2015-08-11 10:15:02下载
- 积分:1
-
CMAC
在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
- 2014-01-10 16:12:49下载
- 积分:1
-
NoobyProtect.x.src
壳代码,对于学习壳编写的同学具有一定的参考价值,绝对经典(Shell code, written for students to learn the shell has a certain reference value, an absolute classic)
- 2011-11-24 15:40:36下载
- 积分:1
-
Packers-prepare-yourself-of-VC
自己动手写加壳程序,按照文档一步一步来,做你自己的加壳程序!(Packers to write himself, according to the document step by step, do your own packers!)
- 2013-11-18 20:15:44下载
- 积分:1
-
Caesar-code
凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
- 2012-05-11 16:37:09下载
- 积分:1
-
imgecrypt_cpp
说明: 用C++实现的图像加密和解密算法代码,功能强大(Using C++ implementation of image encryption and decryption algorithm code, powerful)
- 2010-04-12 18:49:30下载
- 积分:1
-
Cryptography-and-Network-Security
用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
- 2013-11-01 15:00:05下载
- 积分:1
-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分:1