登录
首页 » 加密解密 » MD5算法之C#程序

MD5算法之C#程序

于 2022-07-21 发布 文件大小:380.00 B
0 208
下载积分: 2 下载次数: 1

代码说明:

MD5算法之C#程序-MD5 algorithm procedures on C#

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法过程中如何查看16迭代过程中生成的Ki,Li...
    DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误! -DES (Data Encrypton Standard) algorithm has been achieved online many, I would like to speak on is the DES encryption algorithm to see how the process 16 iterative process of generating Ki, Li, Ri, Fi, Si, etc., can serve as a control device DES encryption, this can easily find you in the process of encryption the mistakes!
    2022-02-03 17:27:13下载
    积分:1
  • sha1摘要算法 简单易懂 测试已通过 将文件进行散列处理
    sha1摘要算法 简单易懂 测试已通过 将文件进行散列加密处理-sha1 digest algorithm simple test has been passed to deal with file hash encryption
    2023-06-29 18:35:03下载
    积分:1
  • RSA,MD5的Visual C++源代码v1.2
    RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001-RSA MD5 VISUAL C++ SOURCE CODE v1.2- Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to- see the source code for details.Released November 2001
    2022-01-27 11:45:11下载
    积分:1
  • /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...
    /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma
    2023-01-22 15:25:03下载
    积分:1
  • DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。...
    DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编解码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。-DES algorithm source code, which is writing its own source code, which uses a lot of skills to improve the efficiency of the codec to study the algorithms and source of my friends, I am writing you this code can be used as a good reference.
    2023-03-14 14:30:03下载
    积分:1
  • 128 bit AES Pipelined Cipher
    The Advanced Encryption Standard (AES) specifies a FIPS- approved cryptographic algorithm that can be used to protect electronic data.  The AES-128 pipelined cipher module uses AES algorithm which is a symmetric block cipher to encrypt (encipher) information. This module is optimized for speed as it pipeline hardware to perform repeated sequence called round
    2022-01-25 21:48:15下载
    积分:1
  • 它也可以用来除Adobe Acrobat PDF文件码的工具,它可以帮助PDF无法编辑和复制/打印的问题,支持所有版本的Acrobat(包含7....
    它也可以用来解除Adobe Acrobat PDF文件密码的工具,它可以帮助解决加密PDF无法编辑和复制/打印的问题,支持所有版本的Acrobat加密(包含7.x),也支持128位加密。 -It also can be used to lift the Adobe Acrobat PDF files password tool, it can help to solve encrypted PDF can not edit and copy/print the questions, and support all versions of Acrobat encryption (including 7.x), also supports 128-bit encryption.
    2023-04-29 00:00:03下载
    积分:1
  • AES候选算法,安全性高于3DES而速度快过DES
    AES候选算法,安全性高于3DES而速度快过DES-candidate for AES, 3DES and safe to speed faster than DES
    2022-01-26 04:57:24下载
    积分:1
  • 几个常用码算法
    信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。开发环境为VS,有完整的工程文件及代码,欢迎下载。
    2022-04-28 04:45:50下载
    积分:1
  • DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位钥...
    DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位密钥-DES algorithm and realize, realize the 3DES and DES procedures for the process to support the 81,624-bit keys
    2022-04-20 04:06:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载