-
数字签名(完整代码)
这是一个完整的数字签名过程,包括密钥的分发管理,摘要的提取,在eclipse上测试成功。
- 2022-02-24 16:55:09下载
- 积分:1
-
这是关于DES加密算法的C / C++实现的一个例子
这是一关于DES加密算法的C/C++实现范例-This is the one on the DES encryption algorithm C/C++ Realize Example
- 2022-07-25 21:47:24下载
- 积分:1
-
Galois域乘法器的Verilog源码
广泛用于信道编码、计算机代数及椭圆曲线加密等...
Galois域乘法器的Verilog源码
广泛用于信道编码、计算机代数及椭圆曲线加密等-Galois field multipliers are widely used in the Verilog source channel coding, computer algebra and elliptic curve encryption
- 2022-10-27 07:50:03下载
- 积分: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
-
aes coding details .yhis can be used for simple encryption
aes coding details .yhis can be used for simple encryption
- 2022-12-17 09:45:03下载
- 积分:1
-
简单的密码,适合初学者
简单的 密码问题 初学者-simple passwords for beginners
- 2022-08-20 05:12:35下载
- 积分:1
-
解NT密码的源程序
解NT密码的源程序-Crack NT password
- 2022-05-07 00:39:31下载
- 积分:1
-
山排序算法:基本思想:全序无序分离…
希尔排序算法:
基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。-Hill sorting algorithm: the basic idea: the whole sequence disorder is separated into a number of small sub-sequences respectively Insertion Sort. Sequence segmentation method: h will be separated by an incremental elements constitute a subset of sequences. In the sort process, the successive decrease of the increment, and finally reduced to one when h when an insertion sort, sort completed. Incremental sequence generally use: ht = 2t-1, 1 ≤ t ≤ [log2n], in which n is the length of sequence to be sorted.
- 2022-02-06 21:23:34下载
- 积分:1
-
EXELOCK 1.83 EXE文件加密器的源代码
EXELOCK 1.83 EXE文件加密器的源代码-EXELOCK 1.83 EXE file encryption for the source code
- 2022-07-09 03:24:27下载
- 积分:1
-
aes加密算法。用delphi语言实现。位数为128。
aes加密算法。用delphi语言实现。位数为128。-Aes encryption algorithm. Delphi use language. Median 128.
- 2022-02-02 08:42:49下载
- 积分:1