搜索资源列表
d3des
- C语言实现的3DES加密程序,在gcc编译环境下运行通过。
SHS
- 用C语言实现的NIST安全的Hash标准,在GCC编译环境下编译通过。
MD5
- 使用C语言实现的MD5信息摘要算法,gcc下编译通过。
des
- DES的C实现 用 gcc 3.4.2编译通过
RSA
- RSA的C语言实现 gcc 3.4.2编译通过
ECC加密算法实现
- ECC加解密的实现,经GCC编译验证无误。
mm
- 一个AES加解密工具,可以用指定的密码字符串加解密任意大小的文件。密钥长度128位,工作模式为CBC。算法比较原始,速度不快。另有演示AES加密过程的选项。程序为字符界面,支持命令行参数。开发环境为Code::Blocks 10.05(gcc 4.4.3)。此为某大密码学课程设计,仅供学习交流使用。-An Win32 console file encryption/decryption tool using the AES-128 CBC-mode algorithm.
GOST-28147-89
- GOST-28147-89 crypt/decrypt C source (GNU GCC)
3
- 3号作品是分析WarCraft III游戏的replay文件的命令行工具,可以统计玩家的APM等信息,开发平台是gcc (MinGW),其中使用了crc32和zlib库做replay文件的校验与解密。除了代码质量较高外,能启发思路也是我选入这个作品的原因。-Analysis of work is on the 3rd game of WarCraft III document replay command-line tool, can be Player of the APM and other
734939RSA
- rsa算法源程序,C代码.信息安全rsa非对称加密算法用c语言编程实现 rsa的C语言实现 gcc 3.4.2编译通过 -rsa algorithm source code, C code. information security rsa asymmetric encryption algorithm using c language rsa the C programming language compiler gcc 3.4.2 through
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
prophor0.2.7-dev
- 一个简单的多用户 IRC BNC服务软件,支持MD5 等hash过的密码。-An easy multiuser IRC BNC server. Supporting many features such as MD5 hashed passwords, SSL connections, vhosts, awaynick, pm logging while away Tested on Linux and FreeBSD, and compiles with gcc versions from 2
blowfish
- 两个文件实现的 blowfish 加密算法!在 Linux GCC 以及 Windows MinGW 下编译成功。 -Two files to achieve blowfish encryption algorithm! In the Linux GCC, as well as Windows MinGW compiled successfully.
pdf-decrypt
- PDF RC4 (40bit) decryptor (for known password) example code, compiles with GCC 4.3
XMEGA_built-in_DES_accelerator
- Atmel xmega系列官方DES加密控制器应用参考代码,使用GCC编译器-official reference code of XMEGA_built-in_DES_accelerator application based on Atmel xmega series , use the GCC compiler
otp.tar
- opt c++ algorithm 2006 November 12 Added includes of <stdio.h> and <stdlib.h> to random.c to avoid a GCC -Wall natter about exit() not being defined. Modified all of the function names in random.c and references to t
sha_1
- SHA1 硬件实现算法,基于gmp的库,linux GCC 编译-sha1 agorithms for hardware implemetetion
Command_li22165312132011
- A simple commandline password generator written in C. Depending on what kindof characters the user wants it converts a range of decimals to ascii characters and adds them to an array, then it grabs a number of random characters from the array to gene
rsa.tar
- RSA的简单实现,linux下GCC编译成功运行,具体自己测试-Simple implementation of the RSA, the GCC compiler under linux to run successfully, the specific test
DES
- DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp