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

搜索资源列表

  1. SY5_2007083201

    1下载:
  2. 在ASP.NET环境中创建一个简易的留言板网站。设已创建了一个Access数据库文件msg.mdb,其中包含有用于存放用户留言内容的message表和存放用户登录数据的userinfo表。 在userinfo表中添加一条初始记录。其中,“密码”字段值为字符串“654321”经MD5算法加密后得到的密文字符串“C33367701511B4F6020EC61DED352059”;“答案”字段值为字符串“辽宁”经MD5算法加密后得到的密文字符串“2FF1BF5F2845959D00BCE4799
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:16715
    • 提供者:lili
  1. md5self

    0下载:
  2. 用JAVA语言实现MD5算法。通过文件读取进行加密,密码由客户自行输入-JAVA language using MD5 algorithm. Read through the document is encrypted, the password input by the customer on its own
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2149
    • 提供者:liuby
  1. OpenQueue_2000_07_16

    0下载:
  2. md5算法,用于加密解密,应用范围非常广泛-md5
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:187123
    • 提供者:xiongwei
  1. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-C# encryption and decryption procedures and source code, encryption key two steps, first select the file, step right into a ran
  3. 所属分类:Network Security

    • 发布日期:2017-04-04
    • 文件大小:20499
    • 提供者:jiangfengmou
  1. encrypt

    0下载:
  2. 几个加密解密的类,包括RC4,MD5和DES算法。-Several encryption and decryption of categories, including RC4, MD5 and DES algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:13557
    • 提供者:吴建锋
  1. kcsj3

    0下载:
  2. 该程序是一个文件加密程序。通过AES算法和MD5算法实现一个文件的加解密功能。开发软件为vs2008。-The program is a file encryption program. Through the AES algorithm and the MD5 algorithm to implement a file encryption and decryption functions. Development of software for vs2008.
  3. 所属分类:File Operate

    • 发布日期:2017-05-23
    • 文件大小:7449816
    • 提供者:hesd
  1. encrypt

    0下载:
  2. 主要是实现数据加密与解密。可使用MD5算法对密码进行加密、对数据报进行加密保障通信的安全、对文档进行加密和加密-Mainly for data encryption and decryption. Can use the MD5 algorithm to encrypt passwords, data encryption to protect communications reported the safety of the document encryption and encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:180564
    • 提供者:兰斌
  1. 337531692

    0下载:
  2. c++实现的简单MD5算法,可以对内容进行加密-c++ implementation of simple MD5 algorithm to encrypt the content can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:183213
    • 提供者:boy
  1. encryption

    0下载:
  2. 这是用Qt编写的一个加密软件,密码使用md5算法计算后保存。它可以对任何类型的单一文件进行加密,在linux中输入make就可以编译了.-This is written with Qt an encryption software, password using md5 algorithm and save. It can be any type of single-file encryption, in linux, type make to build the game.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:78092
    • 提供者:王杰
  1. md5_implication

    0下载:
  2. MD5算法的实现. 明文数据经MD5算法进行散列处理,可以形成密文/数据的摘要,应用此算法可以实现对邮件的加密. 实验步骤: 1、填充消息:10…0,使消息长度等于448mod512 2、添加明文长度(64位) 3、初始化4个字的寄存器 4、消息由512-bits数据块(Y0,Y1,…)处理4轮,每轮16次迭代 -MD5 algorithm. Plaintext data hashed by the MD5 algorithm, can form dense text/d
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 数据加密标准(DES) RSA公钥密码体制 MD5算法及其实现 -Data Encryption Standard (DES) RSA public key cryptosystem MD5 algorithm and its implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:285603
    • 提供者:张三
  1. MD5test

    0下载:
  2. MD5test md5算法c语言,随便输入字符串 ,可以得到他的哈希值。用于加密和校验技术 -MD5test md5 algorithm c language, just enter the string, you can get his hash value. For encryption and verification technology
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3715291
    • 提供者:易者软件
  1. cypher

    0下载:
  2. 精心收集的加密解密算法集合,包含SHA、RSA、DES、MD5等等。-full list of cypher algriothm set, include SHA, RSA, DES, MD5 etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:512442
    • 提供者:cces
  1. jiami

    0下载:
  2. 采用DES/MD5算法,多线程同时加密,支持解密,可移植,可匿名或者注册用户(保留加密记录)登录。-use DES/MD5 arithmetic,multithreads encrypt and decrypt,can copy and remove from one pc to another,can anonymity login or register login(save the encrypt records)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:145550
    • 提供者:飞鹰
  1. RegLib

    0下载:
  2. 本人采用MD5算法编制的一个软件注册类库,通过软件名、MAC、时间加密。-I used a MD5 algorithm for software registration class library, through the software name, MAC, time encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:113822
    • 提供者:liu
  1. Key

    0下载:
  2. 用MD5算法基于硬件特性给windows ce NK内核文件加密-wince NK md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:54406
    • 提供者:李强
  1. javaencode

    0下载:
  2. Java加密技术 pdf版,内容介绍BASE64、MD5、SHA、HMAC几种方法,主要描述Java已经实现的一些加密解密算法,最后介绍数字证书。-Java encryption technology PDF version, introduction BASE64, MD5, SHA, HMAC several methods, describes some of the Java has achieved encrypt, decrypt algorithm, and finally in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:611106
    • 提供者:spacebroke
  1. how-to-create-J2EE-license

    1下载:
  2. 1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的
  3. 所属分类:Java Develop

    • 发布日期:2014-07-28
    • 文件大小:74752
    • 提供者:彪汉
  1. MD5Encrypt

    0下载:
  2. MD5算法对密码加密,本人经过使用觉得是一个非常好的例子-The MD5 algorithm to encrypt the password, I think it is a very good example through use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:27445
    • 提供者:dgrdrt
  1. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-Encryption and decryption procedures and source code in C#, encryption, mainly in two steps, the first step to select the file,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:18479
    • 提供者:程亮
« 1 2 ... 27 28 29 30 31 3233 34 »
搜珍网 www.dssz.com