-
RSA
RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密(This is RSA encryption algorithm)
- 2013-12-01 20:17:45下载
- 积分: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
-
sanpack_rsa_vs2003sln
看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。(see RSA encryption C downloaded to many people, I have downloaded and slightly altered a bit it looks more comprehensible. New Year threw in a written document RSA encryption, win32dll Compliant with the use of this category, C# to write document encryption and interface, can achieve key to the preservation of any documents and the RSA encryption operation. Give you wish you a happy New Year.)
- 2006-09-25 23:18:10下载
- 积分:1
-
df
说明: 信息安全相关,经典加密算法A5,通过编译(Information security-related, classic encryption algorithm A5, through compiler)
- 2008-12-17 19:09:12下载
- 积分:1
-
PDF-Password-Remover3.1
pdf文件加密移除小软件。使pdf文件可打印可注释。(To remove pdf file encryption. So files can be printed comments)
- 2014-12-25 11:46:27下载
- 积分:1
-
AES-encryption_decryption
说明: 用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密(For numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters)
- 2011-02-19 17:29:38下载
- 积分:1
-
DES
今天我们学习了des对称加密算法这是一个des算法的C++实现(This is a des !)
- 2009-09-15 15:04:20下载
- 积分:1
-
md5_cPP
VC++下MD5运行和使用示例,可以正常使用MD5算法(VC MD5)
- 2015-08-11 10:15:02下载
- 积分:1
-
DCT_SVD1
通过MATLAB的编程,实现对图片的加密,奇异值的分解,离散变化,程序简单,明了。(Through MATLAB programming, realize the image encryption, singular value decomposition and discrete changes, procedure is simple, clear.)
- 2014-03-20 22:30:02下载
- 积分:1
-
sha256
SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc)
void SHA256Update (SHA256Context *sc, const void *data, uint32_t len)
void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE])
第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
- 2021-04-27 09:28:44下载
- 积分:1