搜索资源列表
dess.zip
- Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
readinifile_H
- /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
key
- linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子
myirq
- 一个完整的linux按键驱动程序,内核版本2.6.18,在s3c2440arm处理器上测试通过。对于初学linux设备驱动的人很有好处。 -A complete linux key drivers, kernel version 2.6.18, s3c2440arm processors in the test. Linux device driver for the beginner a very good person.
RegistryCleanup
- RegistryHandler.cpp 查找,修改,删除注册表项,权限修改等注册表处理函数封装 RegistryHandler.h:头文件 RegistryCleanup.cpp 使用handler删除与某个usb设备相关注册表项 RegistryCleanup.h:头文件 FilterRecover.cpp:修改特定注册表项目的值 RegistryCleanup.dsw, RegistryCleanup.dsp: 工程文件-RegistryHandler.cpp find,
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
c-md5code
- 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
magent-0.6.tar
- magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
from2410to2440
- 文件描述了2410和2440的区别,因2410和2440的差别很小,所以移植工作量非常小。仅需修改:配置文件config.h、启动文件initcpu.s,uart模块、nand芯片驱动模块,键盘模块key-hard.c。-Document describes the difference between 2410 and 2440, due to the difference between 2410 and 2440 is small, so the workload transfer is
MD5lib
- /* 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) 输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* MDFile (char *) 输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* hmac_md5(char* text, char* key) 输入任意一个字符串text,和一个用做密钥
program_RSA
- 这个文件夹中包含两个程序,假设分别有不同的用户使用,pro_dec程序先执行,以产生一个密码对,pro_enc程序一方创建一个plain.txt文件,并用此程序及获得的公钥生成密文。pro_dec一方可以用私钥还原得到原文。(此程序由于密码长度的关系,须加载NTL\ZZ.h包以支持大数字使用)-This folder contains two programs, assuming each with a different user, pro_dec program first implemen
testdrv
- 这是一个fl2440 按键中断驱动文件,arm9(s3c2440开发平台),按下开发板按钮开关1,便可测试,通过cat /proc/interrupts 命令在include/arch/irqs.h 可查证。-This is a key interrupt-driven file fl2440, arm9 (s3c2440 development platform), press the button to switch a development board, can be tested by
reciprocal_div
- The key cache is used for h w cipher state and also for tracking station state such as the current tx antenna.
user-type
- user-type.h: User-defined key type.
cb
- hashfn_lookup(h, key) lookup key in hash table return payload pointer or null if not found. -hashfn_lookup(h, key) lookup key in hash table return payload pointer or null if not found.