-
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
-
本程序是免费软件,您可以重新分配和/或修改
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.-This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- 2022-02-21 02:08:15下载
- 积分:1
-
DES算法的加密过程
代码详细的将DES算法的加密过程描述详细,通过MFC进行界面化操作,整体界面良好,具有很强的可读性和很好的独立性,突出了C++的封装型和继承性的有点,值得参考。。。。。。。。。。。。。。。。
- 2022-03-02 19:52:45下载
- 积分:1
-
汇编内核的MD5算法C源码,核心运算部分采用汇编语言编写,执行高效。VC++环境开发,由于直接在C代码中直接嵌入汇编,因此可无须另外设置,可直接使用。...
汇编内核的MD5算法C源码,核心运算部分采用汇编语言编写,执行高效。VC++环境开发,由于直接在C代码中直接嵌入汇编,因此可无须另外设置,可直接使用。
- 2022-03-22 03:23:16下载
- 积分:1
-
data encryption for SHA
data encryption for SHA-1
- 2022-08-03 06:57:03下载
- 积分:1
-
使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 DES 密匙长度 8 DESX 密匙...
使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 DES 密匙长度 8 DESX 密匙长度 16 DES3 密匙长度 24 (加密强度高了很多)-C prepared by the use of DES, DESX, DES3 (three-DES) encryption algorithm, the program demonstrates how to call in Delphi in the preparation of the algorithm C key length DES key 8 DESX length 16 DES3 key length 24 (high strength encryption a lot)
- 2022-11-09 19:00:03下载
- 积分:1
-
一个关于密码算法RSA的实现程序
一个关于密码算法RSA的实现程序- About crypto-algorithm RSA realization procedure
- 2023-04-03 03:25:03下载
- 积分: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
-
java加密程序
java加密程序-java encryption
- 2022-08-24 02:23:45下载
- 积分:1
-
encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets P...
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-EDE in CBC mode:
cryptest t
- To encrypt or decrypt a file
cryptest e|d input output
- To share a file into shadows:
cryptest s file
(make sure file has no extension, if you re running this under DOS)
- To reconstruct a file from shadows:
cryptest j output file1 file2 [....]
- To gzip a file:
cryptest z input output
- To gunzip a file:
cryptest u input output
- To run validation tests:
cryptest v
- To run benchmarks:
cryptest b [time for each benchmark in seconds]
-encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Prim
- 2022-03-01 22:16:59下载
- 积分:1