登录
首页 » 加密解密 » MD5的c/c++的一个实现范例,包含MD5开发包

MD5的c/c++的一个实现范例,包含MD5开发包

于 2022-02-15 发布 文件大小:4.75 MB
0 94
下载积分: 2 下载次数: 1

代码说明:

MD5的c/c++的一个实现范例,包含MD5开发包-MD5 of c/c++ Realize a sample, including MD5 Development Kit

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

发表评论


0 个回复

  • B样条曲线生成程序.txt B样条曲线生成程序.txt
    B样条曲线生成程序.txt B样条曲线生成程序.txt-B-spline curve generation procedure. TxtB spline curve generation procedure. TxtB spline curve generation procedure. Txt
    2022-07-03 23:04:32下载
    积分:1
  • 编程中获得会话钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效...
    编程中获得会话密钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效 -Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft"s MSDN examples longer. Presented below is the method not only faster and more effectively
    2022-07-18 14:03:15下载
    积分:1
  • encryption operations, the simple DES encryption, completely DES encryption work...
    加密作业,实现简单的DES加密,完全实现DES加密的工作流程-encryption operations, the simple DES encryption, completely DES encryption workflow
    2022-02-28 09:20:09下载
    积分:1
  • crypt++ 3.2版本,含有几十个算法实现
    crypt++ 3.2版本,含有几十个加密算法实现-crypt++ 3.2 version, it has realised tens of encrypting algorithms
    2022-09-21 12:50:03下载
    积分:1
  • two fish 的源代码,用c编写的.希望对大家有用
    two fish 加密的源代码,用c编写的.希望对大家有用-two fish encryption source code, using c prepared. hope everyone useful
    2022-01-26 00:14:20下载
    积分:1
  • Well
    著名图论问题之一。邮递员从邮局出发送信,要求对辖区内每条街,都至少通过一次,再回邮局。在此条件下,怎样选择一条最短路线?此问题由中国数学家管梅谷于1960年首先研究并给出算法,故名。-Well-known graph theory problems. Postman deliver a letter from the post office proceed to require every street within the right area, at least through the time, return to post office. Under these conditions, how to select a shortest route? This issue by the Chinese mathematician Mei Gu tube study in 1960, and gives the first algorithm, hence the name.
    2022-06-01 03:25:54下载
    积分:1
  • DES与RSA算法的析与推演。不是单纯理论的讲,带着一些应用的角度让对码学有兴趣的人能很容易理略显深奥的码算法。...
    DES与RSA算法的解析与推演。不是单纯理论的讲解,带着一些应用的角度让对密码学有兴趣的人能很容易理解略显深奥的密码算法。-DES and RSA algorithms with analytic deduction. Not purely theoretical explanations, with the perspective of some applications of cryptography to allow those who are interested can easily understand the slightly esoteric cipher.
    2022-02-02 05:23:43下载
    积分:1
  • 将公钥算法RSA应用于小型文件。将任意文件成文本的决方案,使其使用更灵活。...
    将公钥加密算法RSA应用于小型文件加密。将任意文件加密成文本的解决方案,使其使用更加灵活。-RSA public key encryption algorithm will be applied to small-scale file encryption. Arbitrary file encryption solution into the text to make it more flexible to use.
    2023-02-09 00:20:04下载
    积分:1
  • TCL中的RSA算法
    为了在NS2上的一些安全仿真,我试着介绍一下RSA算法。这个算法对WSN, MANET, VANET, FRID, BANET以及任何关注包安全性和数字签名的系统都非常试用。
    2023-05-31 20:00:03下载
    积分:1
  • 代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
    What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
    2023-06-18 10:00:03下载
    积分:1
  • 696518资源总数
  • 104591会员总数
  • 57今日下载