登录
首页 » 加密解密 » DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li...

DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li...

于 2022-02-03 发布 文件大小:148.63 kB
0 190
下载积分: 2 下载次数: 1

代码说明:

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!

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

发表评论

0 个回复

  • SHA-2 的代码实现-SHA-2 source implementation
    2022-06-01 17:11:35下载
    积分:1
  • Writing C++ implementation of md5 algorithm, like take it, haha ~
    C++写的md5算法实现,喜欢的拿去吧,哈哈~-Writing C++ implementation of md5 algorithm, like take it, haha ~
    2022-02-06 05:58:23下载
    积分:1
  • sspi_workbench
    sspi_workbench
    2022-07-19 06:43:43下载
    积分:1
  • 多种的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!...
    多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!-variety of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
    2023-02-13 04:10:03下载
    积分:1
  • 这是一个手机编程和邮件编程常用到的一个编码技术函数,Base64编码和码动态库,支持字符串和文件的编码工作。速度很快稳定,我的一些程序中用,现在发布。...
    这是一个手机编程和邮件编程常用到的一个编码技术函数,Base64编码和解码动态库,支持字符串和文件的编解码工作。速度很快稳定,我的一些程序中用,现在发布。-This is a cell phone programming and e-mail program into a coding techniques commonly used functions, Base64 encoding and decoding of dynamic libraries, and documentation to support the string of codecs. Fast stable, I am using some of the procedures, now released.
    2022-05-13 10:31:46下载
    积分:1
  • 基于JAVA语言的MD5编程,可以进行实验讲,有输入输出示范
    基于JAVA语言的MD5编程,可以进行实验讲解,有输入输出示范-based on MD5 Java programming language, can conduct experiments to explain, input-output model
    2022-10-24 10:55:03下载
    积分:1
  • MD5算法c语言源码
    应用背景此库是C语言编写的MD5加密源代码,包含MD5.c,MD5.h,简介txt文件MD5.txt及一个测试代码testmd5.c.代码在ubuntu12.04服务器版本成功测试通过。关键技术Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RSA Data Security Inc. April 1992)。
    2022-05-10 12:53:33下载
    积分: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-06-13 11:35:05下载
    积分:1
  • basic_hook_cr0,一个hook cro寄存器源代码,有很重要的参考价值
    basic_hook_cr0,一个hook cro寄存器源代码,有很重要的参考价值-basic_hook_cr0, a hook tis Register source code, a very important reference value
    2022-02-09 12:42:59下载
    积分:1
  • 电气工程学院大师sis2009
    ElGamal算法不仅用于数据加密也能用于数字签名,其安全性依赖于有限域上离散对数问题的计算。该方法的关键。首先,选择一个素数P,两个随机数,G和G,X,X<P,计算Y = G ^ X(MOD P),其公钥Y,G和P的私钥X G和P的一组用户共享。ElGamal数字签名。信息签署M,先选择一个
    2022-03-15 15:18:20下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载