CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MD5算法

搜索资源列表

  1. Md5

    0下载:
  2. md5算法 可以直接获取计算后的MD5值-md5 algorithm can get the MD5 value calculated
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3998
    • 提供者:宋路宁
  1. MD5

    0下载:
  2. MD5加解密算法,用C++编写,经测试可用。-MD5 encryption algorithm, written using C++, were available.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2818
    • 提供者:赵斐
  1. md5Win32Console

    0下载:
  2. vc++ 开发环境下的控制台程序, md5算法及测试代码。-md5 algorithm and test code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1051336
    • 提供者:wang
  1. SQL_MD5

    0下载:
  2. MSSQL中事物储存过程中使用的 MD5算法-MSSQL stored things in the course of using the MD5 algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3098
    • 提供者:李句
  1. c-md5

    0下载:
  2. 数据加密的基本过程就是对原来为明文的文件或数据按某种算法进行处理,使其成为不可读的一段代码,通常称为“密文”,使其只能在输入相应的密钥之后才能显示出本来内容,通过这样的途径来达到保护数据不被非法人窃取、阅读的目的。 该过程的逆过程为解密,即将该编码信息转化为其原来数据的过程。 是MD5算法设计 -The basic process of data encryption is to express the original documents or data processed by a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2019
    • 提供者:jason
  1. MD5

    0下载:
  2. MD5用的是哈希函数,在计算机网络中应用较多的不可逆加密算法有RSA公司发明的MD5算法和由美国国家技术标准研究所建议的安全散列算法SHA。-MD5 hash function is used in the application of computer networks more irreversible encryption algorithm invented by RSA, MD5 algorithm and by the National Institute of Standards
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:7494
    • 提供者:Laura
  1. MD5

    0下载:
  2. MD5程序,可以计算MD5算法得到的Hash值,且可以保存成文档-MD5 program can calculate MD5 Hash value obtained by the algorithm, and can be saved into a document
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1912926
    • 提供者:王二
  1. MD5

    0下载:
  2. MD5算法产生消的摘要,该算法在visual c++ 6.0下编译通过-MD5 algorithm to generate a summary of elimination, the algorithm in visual c++ 6.0 compiler under
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:4686
    • 提供者:鲁蔷
  1. md5

    0下载:
  2. MD5算法的实现以及分析,主循环有四轮(MD4只有三轮),每轮循环都很相似。第一轮进行16次操作。每次操作对a、b、c和d中的其中三个作一次非线性函数运算,然后将所得结果加上第四个变量,文本的一个子分组和一个常数。再将所得结果向右环移一个不定的数,并加上a、b、c或d中之一。最后用该结果取代a、b、c或d中之一。-MD5 algorithm implementation and analysis, the main loop there are four rounds (MD4 only thr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:191341
    • 提供者:范小饭
  1. Hash-MD5

    0下载:
  2. 计算hash值的MD5算法,能够实现其实在的功能-This is a MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:658528
    • 提供者:顺友
  1. MD5_CLASS

    0下载:
  2. 将MD5算法进行类的封装,里面有介绍类的使用方法,便于学习加密解密算法-The MD5 algorithm class encapsulation, which has introduced the class to use, easy to learn encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:12639
    • 提供者:晋永康
  1. MD5

    0下载:
  2. 在.NET环境下利用MD5算法进行加密解密,界面友好美观,可直接导入明文-In the. NET environment using MD5 encryption and decryption algorithms, user-friendly appearance, can be directly imported expressly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:279649
    • 提供者:jingjing
  1. MD5

    0下载:
  2. 使用MD5算法的一个文件加密和解密系统。-MD5 algorithm used to encrypt and decrypt a file system.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:359516
    • 提供者:熊煜然
  1. md5

    0下载:
  2. MD5算法,已做好的类,C++,VS2010编译成功!-MD5 algorithm, the class has been good, C++, VS2010 compile success!
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:8349
    • 提供者:李忠鹏
  1. MD5

    1下载:
  2. MD5算法VC++源码。在mddriver.c中相应位置修改,改为要加密文件的目录,编译运行即可。-MD5 algorithm for VC++ source code. Changes in the corresponding position in the mddriver.c instead to encrypt files, the compiler can be run.
  3. 所属分类:加密解密

    • 发布日期:2012-12-28
    • 文件大小:294027
    • 提供者:Hugh Chai
  1. md5

    0下载:
  2. 用c++实现 md5 算法,程序简单,易读易懂。-Realized by md5 algorithm c++, the program is simple and easy to read to understand.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1842
    • 提供者:左超
  1. MD5

    0下载:
  2. 密码学课程设计,MD5算法的实现,一个很完整的MD5算法-Curriculum design cryptography, MD5 algorithm, MD5 algorithm a very complete
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:331692
    • 提供者:思瓜
  1. md5

    0下载:
  2. md5源码。根据md5算法,用C++实现对一个字符串的hash,输出32为十六进制字符。-md5 source code. According to md5 algorithm, using C++ implementation of a string of hash, the output of 32 hexadecimal characters.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2364
    • 提供者:th
  1. CSharp-md5

    0下载:
  2. C# 实现MD5算法 已通过验证 可以使用-C# MD5 algorithm has been validated to achieve can be used
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2711
    • 提供者:鲁伟
  1. MD5

    0下载:
  2. VC++实现的MD5算法,算法速度很快很是好用啊-VC++ implementation of the MD5 algorithm, the algorithm was very fast easy to use ah
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2567408
    • 提供者:张弢
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com