CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - CHAR

搜索资源列表

  1. filepassword

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOOL
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22550
    • 提供者:丁建军
  1. base64src

    0下载:
  2. C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5583
    • 提供者:王晓名
  1. fair

    0下载:
  2. 在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。-in the proceedings by PLAYFAIR (char * s, int length) the realization of encryption and decryption; encryption and d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6728
    • 提供者:flying840310
  1. des

    0下载:
  2. 一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text) 使用上也比较方便-A C++ Source of the DES algorithm. The introduction of projects to use, a function of encryption and decryption are DES (c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5250
    • 提供者:risun
  1. md5_mini

    0下载:
  2. 最简化实现在md5 调用函数md5string2string(char* in ,char* out),在out里取得md5值-md5string2string(char* in,char*out),return md5 value of in[].
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4592
    • 提供者:liuctic
  1. Bas64_EnCode

    0下载:
  2. Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DEscr iptION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1151
    • 提供者:JerryJiang
  1. md5_implement

    0下载:
  2. md5加密实现 C++ /* 使用方法: char Md5Buffer[33] CSecurity Security Security.MD5("a string",Md5Buffer) 执行完成之后Md5Buffer中即存储了由"a string"计算得到的MD5值 */-md5 implement in C++ /* char Md5Buffer[33] CSecurity Security Security.MD
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4441
    • 提供者:reason
  1. sha-1

    0下载:
  2. 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件,形如: hash inputfile hashvaluefile 说明:SHA算法的实现至少为160bit,或者可以选择256,384或者512的,可以查阅相关资料,按照标准来实现(hash的算法是否正确,可以和网上的标准算法对比,用相同的输入看是否能够得到相同的输出)控制台编程: int main(int argc, char *argv[ ]) -Programme f
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3875
    • 提供者:Heyyou
  1. MD5_DLL

    1下载:
  2. 一个Delphi实现的MD5加密,里面导出一个函数,原型EncryptMD5Str(Value: PChar lpMd5Str: PChar var nDataLen : Integer): BOOL stdcall 此动态库支持c++调用,typedef bool (__stdcall*pEncryptMD5Str)(char *psz, char *pRet, int *nLen) -Delphi achieved an MD5 encryption, which is derived
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:41252
    • 提供者:夏炳冬
  1. md5c

    0下载:
  2. MD5加密算法,函数定义: void ToMD5(char *src, char *md5code) src为传入字符串,md5code为MD5加密后的内容。-This is a MD5 encode function. Function is defined as following: void ToMD5(char*src, char*md5code) src: source string md5code: encoded string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3132
    • 提供者:Star
  1. Unit1

    0下载:
  2. OCR Tool for Delphi This tool cracking CAPTCHA code in zoom in or zoom out for every char and find them
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-08
    • 文件大小:2184
    • 提供者:xmuratti
  1. md5

    0下载:
  2. MD5生成函数,使用简单: //初始化 void beginCal() //初始化后,输入数据,在调用endCal前,都可以继续添加数据 void addData(const char* data, unsigned int size) //表明不再输入数据了,将添加填充位 void endCal() //结束运算后,取得编码 char* getCode() //清理内存 void clearMemoryHelper(char*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2359
    • 提供者:zoulijun
  1. c-md5code

    0下载:
  2. 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:5961
    • 提供者:wangyicai
  1. aes

    0下载:
  2. AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:286415
    • 提供者:fff
  1. password

    0下载:
  2. 作品名称:数字密码加密程序(三次改进版)作品目的:增加对条件指令、循环指令的了解并熟悉自定义函数、调用函数的方法以及文件处理指令作品功能:实现注册验证及对数字进行加密、解密功能,作品改进:利用软件爆破原理改进了程序输入正确序列号重启后仍需再次输入序列号的缺陷作品缺陷:程序判断用户的选择只能用数字否则出错(尝试用过char类型),只能加密9位数字否则不能正确解密(此BUG与算法无关),无论注册码是否正确重启程序后需再次输入序列号.以上原因尚不明确!⊙﹏⊙b汗.希望各位能多多指教 -Title
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3531
    • 提供者:Love 梦想
  1. MD5lib

    0下载:
  2. /* 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) 输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* MDFile (char *) 输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* hmac_md5(char* text, char* key) 输入任意一个字符串text,和一个用做密钥
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4810
    • 提供者:suguiyang
  1. unimodem.dll-adapted-for-windows-ce-3.0-systems.r

    0下载:
  2. BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:21665
    • 提供者:Ahmad
  1. md5

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR Ge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3909
    • 提供者:lishang
  1. DES

    0下载:
  2. 实现des的加密算法和解密算法的过程,请见源代码-void DecryptAnyLength(char* _srcBytes,unsigned int _bytesLength) void Bytes2Bits(char*srcBytes, char* dstBits, unsigned int sizeBits) void Bits2Bytes(char*dstBytes, char* srcBits, unsigned int sizeBits)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:255303
    • 提供者:阿超
  1. TEA_example_CPP

    0下载:
  2. TEA(Tiny Encryption Algorithm) 是一种简单高效的加密算法,以加密解密速度快,实现简单著称。算法真的很简单,TEA算法每一次可以操作64-bit(8-byte),采用128-bit(16-byte)作为key,算法采用迭代的形式,推荐的迭代轮数是64轮,最少32轮。目前我只知道QQ一直用的是16轮TEA。没什么好说的,先给出C语言的源代码(默认是32轮)-TEA char
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:13076
    • 提供者:paieer
« 12 »
搜珍网 www.dssz.com