搜索资源列表
MD5_Assemble
- 汇编内核的MD5算法C源码,核心运算部分采用汇编语言编写,执行高效。VC++环境开发,由于直接在C代码中直接嵌入汇编,因此可无须另外设置,可直接使用。
暴力破解核心代码
- 很管用,但是你觉得不好用的话,我也没辙呀,是不是呢?关键是这个是好东西吗?
kaisajiami
- 凯撒密码,凯撒加密核心算法,代码有加密也有解密功能-Caesar password encryption Caesar the core algorithm, the code also has encryption decryption function
Md5Code
- C++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。 Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
20110927090408
- 基于DES的文件加密程序 采用ECB或CBC工作模式 DES算法核心代码-DES-based file encryption program using ECB or CBC mode of DES algorithm core code
Stream
- 一个流加密核心代码部分测试小实例,可以实现通过流的方式处理文件-A stream encryption part of the core code
encrypt-and-decrypt
- 一段文件加密与解密的核心实现C代码,希望对你们有帮助。-Some file encryption and decryption core C code, you want to help.
bd
- 曾经在某公司做过的代码,虽然代码并不美观,但却是稳定的用在产品中的,经过了大量测试。 功能: 解密蓝光磁碟(蓝光碟放在专用的蓝光光驱中,usb接口连接电脑) 提供了如下接口: size_t fread_xl(char* key, void *buffer, size_t size, size_t count, int fh ,int vertpye ) 来直接读取加密碟,内部实现了透明解密,函数接口极力模仿fread函数。 另配合GetKey
sms4
- 国密算法sms4,核心代码c语言实现,不同版本用于实现-CRYPOTO SMS4,c program for SM4
aes__code_based_on_verilog
- AES核心代码,用verilog写的,可供参考-aes core code using verilog for learning
AES-File-EnDecryptor-Writed-by-CSharp-master
- 使用 C# 编写的AEC文件加密核心代码源码。(Use C# to write the AEC file encryption core code source code.)