CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 加密加密-C

搜索资源列表

  1. MD5加密的C++类

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

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:俞训峰
  1. CodeErroeDetecting

    0下载:
  2. 海明码和CRC校验码加密和捡错程序 c编写,有注释-Hamming code and CRC encryption and seizure procedures c prepared wrong, Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9094
    • 提供者:pegasusbupt
  1. GROWING

    0下载:
  2. 按Pearson Prentice Hall,c++中相应要求完成的PIGLATIN,MORSE码加密,完数问题,数字反向,快速排序等问题,VC 6.0 下编译测试通过(单个源文件直接编译连接即可运行)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:255047
    • 提供者:GROWING
  1. dashu

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:32771
    • 提供者:李鸿
  1. md5TurebyC

    0下载:
  2. 用数据结构算法的方式,用C语言编写的一个实现MD5加密的小程序的代码-Algorithm with the way data structure, using C language, an implementation of MD5 encryption applet code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1666
    • 提供者:Frank
  1. qiubiaodashi

    0下载:
  2. 功能较全的表达式求值程序 C代码。mian是主函数,内设有加密密码。-Function than the expression of the whole evaluation process C code. mian is the main function, which are equipped with encrypted password.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6976
    • 提供者:Glory.Chen
  1. FileProgramming

    0下载:
  2. c写的操纵文件的几个小程序,包括文件连接,文件复制,文件加密-c written to manipulate the document in several smaller procedures, including documentation to connect, file copy, file encryption
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4510
    • 提供者:liyang
  1. MD5

    0下载:
  2. md5加密算法c语言实现,具体的一个MD5实现-md5 encryption algorithm c language, the specific implementation of a MD5
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2756
    • 提供者:ly
  1. twofish_csharp

    0下载:
  2. twofish算法的C#实现twofish是当今最流行的五种算法之一,一般在java开发中最流行,C#中有很多加密算法,twofish可以作为系统的算法之一,供有兴趣的朋友一起研究-twofish twofish C# implementation of the algorithm is the most popular one of the five algorithms, the general development of the most popular in java, C#, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:49726
    • 提供者:赵露露
  1. key

    0下载:
  2. 此程序是在c语言环境下的加密算法,比较简答-This program is the encryption algorithm in c language environment, and relatively short-answer
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1536
    • 提供者:鱼海航
  1. DES-compulish

    0下载:
  2. DES加密c语言实现,让新手了解DES实现原理,了解如何加密的-DES
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:14838
    • 提供者:黄艺明
  1. MD5

    0下载:
  2. md5加密算法,用c语言实现,长传分享试试看效果-md5 encryption algorithm, using c language, try to share a long pass effect
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:13751
    • 提供者:蔷槿
  1. Vigenere

    1下载:
  2. C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes.
  3. 所属分类:Data structs

    • 发布日期:2016-03-28
    • 文件大小:45056
    • 提供者:happymystery
  1. RSA加密算法

    1下载:
  2. 可使用RSA加密算法对明文进行加密和解密(RSA encryption algorithm can be used to encrypt and decrypt plaintext.)
  3. 所属分类:数据结构

    • 发布日期:2018-10-28
    • 文件大小:1024
    • 提供者:kang2018
搜珍网 www.dssz.com