-
md5--加密文件
MD5 算法描述 对 MD5 算法简要的叙述可以为:MD5 以 512 位分组来处理输入的信 息,且每一分组又被划分为 16 个 32 位子分组,经过了一系列的处理后, 算法的输出由四个 32 位分组组成, 将这四个 32 位分组级联后将生成一个 128 位散列值。 在 MD5 算法中,首先需要对信息进行填充,使其字节长度对 512 求 余的结果等于 448。因此,信息的字节长度(Bits Length)将被扩展至 N*512+448,即 N*64+56 个字节(Bytes) ,N 为一个正整数。填充的方 法如下,在信息的后面填充一个 1 和无数个 0,直到满足上面的条件时才 停止用 0 对信息的填充。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-04 16:05:03下载
- 积分:1
-
软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数...
软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数-simulation software CRC Redundancy Check, for any length of this sequence for 16 checksum, and to be able to receive sequence for the examination. The Chinese have detailed notes and simulation function
- 2022-01-28 23:49:16下载
- 积分:1
-
JPEG2000 image format for the use of the Arnold transform the image of the wavel...
针对JPEG2000格式的图像,利用了Arnold变换对图像的小波系数进行加密,对初步研究JPEG2000图像加密算法的有试用价值-JPEG2000 image format for the use of the Arnold transform the image of the wavelet coefficients encryption, preliminary study of the JPEG2000 image encryption algorithms have tested the value of
- 2022-03-02 04:18:08下载
- 积分:1
-
这是一个RSA的简单实现算法,用的是C++语言实现的.
这是一个RSA的简单实现算法,用的是C++语言实现的.-This is a simple realization of the RSA algorithm is used in the C language.
- 2022-03-04 12:40:00下载
- 积分:1
-
enumcsp
EnumCSP - Enumerates Crypto Service Providers
Copyright (c) 2000-2004 G.Chapillon
All Rights Reserved.
Contributor:
Jupiter -EnumCSP- Enumerates Crypto Service Providers Copyright (c) 2000-2004 G. Chapillon
- 2022-04-08 01:32:04下载
- 积分:1
-
Third
第三代移动系统中以Kasumi为内核的另一加密算法-f8算法的VC++实现-Third-generation mobile system to Kasumi for kernel-f8 encryption algorithm to another algorithm VC++ Realize
- 2022-01-27 20:14:13下载
- 积分:1
-
AES encryption algorithm of the VB implementation, both the string and file encr...
AES加密算法的VB实现,对字符串和文件都能加密。-AES encryption algorithm of the VB implementation, both the string and file encryption.
- 2022-02-20 19:28:10下载
- 积分:1
-
des加密算法的java实现
des加密算法的java实现-The implement of DES encryption algorithm for JAVA
- 2022-01-25 18:12:41下载
- 积分:1
-
s-Demo2.0 加密解密算法-s-Demo2.0
- 2022-07-24 21:32:07下载
- 积分:1
-
CRC32
CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
- 2022-04-28 05:11:44下载
- 积分:1