-
FileEncrypt
这个是对文件进行加解密的项目,提供一些库函数,你可以直接调用(this source code s function is to encrypt and decrypt the file ,so ,of course ,it can
speed up your program)
- 2010-01-09 17:52:11下载
- 积分:1
-
BlowFish加密算法
BlowFish加密算法-BlowFish encryption algorithm
- 2022-03-31 14:56:26下载
- 积分:1
-
用来脱被upx加过壳的文件,包括被upxfix等修改过的文件,适用于几乎所有版本(不过特低的好像有些问题:( ) 欢迎指正!msn:phoenix8088@ho...
用来脱被upx加过壳的文件,包括被upxfix等修改过的文件,适用于几乎所有版本(不过特低的好像有些问题:( ) 欢迎指正!msn:phoenix8088@hotmail.com-UPX from being used to shell the documents have been added, including such upxfix revised document, applicable to almost all versions (particularly low, however it seems there are some problems: () please correct me! Msn: phoenix8088@hotmail.com
- 2022-08-08 04:58:30下载
- 积分:1
-
GOST加密算法
GOST加密算法-GOST encryption algorithm
- 2022-02-05 20:46:16下载
- 积分:1
-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1
-
这是反汇编驱动程序的源代码这是反汇编程序的源代码
这是反汇编驱动程序的源代码这是反汇编程序的源代码-This is the anti-driven compilation of a program"s source code that is anti-assembler source code
- 2023-05-14 16:30:03下载
- 积分:1
-
enigma3模拟二战的加密算法
ENIGMA3模拟WW II加密算法-ENIGMA3 simulation WW II encryption algorithm
- 2022-02-13 05:10:05下载
- 积分:1
-
含有多种公开密钥算法、多种块加密、多种数据流加密、多种HASH函数、多种CheckSum校验、多种MAC校验等几十种加密算法的程序...
含有多种公开密钥算法、多种块加密、多种数据流加密、多种HASH函数、多种CheckSum校验、多种MAC校验等几十种加密算法的程序-Contain a wide range of public key algorithm, multi-block encryption, multiple data stream encryption, multi-HASH function, multi-Checksum validation, multi-MAC check dozens of encryption algorithm, such as procedures
- 2023-03-08 13:35:03下载
- 积分: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
-
two fish 加密的源代码,用c编写的.希望对大家有用
two fish 加密的源代码,用c编写的.希望对大家有用-two fish encryption source code, using c prepared. hope everyone useful
- 2022-01-26 00:14:20下载
- 积分:1