-
RC2 algorithm source code
RC2算法源代码-RC2 algorithm source code
- 2022-03-10 06:24:41下载
- 积分:1
-
the documents encrypted driver source
文档加密驱动程序源
- 2022-04-12 22:16:59下载
- 积分:1
-
局域网传送文件的一个相当好的软件。速度快,还可以聊天
局域网传送文件的一个相当好的软件。速度快,还可以聊天-LAN transmission of documents of a very good software. Fast, and can also chat
- 2022-05-07 10:26:28下载
- 积分:1
-
用VB实现的DES加密算法,适合于小型VPN的明文加密传输
用VB实现的DES加密算法,适合于小型VPN的明文加密传输-the DES encryption algorithm, suited to the small expressly VPN encryption transmission
- 2022-08-15 09:32:48下载
- 积分:1
-
Serpent encryption algorithm source code
Serpent加密算法源代码-Serpent encryption algorithm source code
- 2022-03-04 23:13:18下载
- 积分:1
-
DES算法实现过程分析
DES算法实现过程分析-DES algorithm analysis
- 2023-03-24 11:50:03下载
- 积分:1
-
AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES
AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。-AES algorithm mainly includes three aspects: round of changes, round number and key expansion. In this paper, 128 for example, introduce the basic principles of algorithm combination of C language, the realization of advanced data encryption algorithm AES (AES-128).
- 2022-07-12 03:26:06下载
- 积分:1
-
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
-
The Cryptography API: Next Generation (CNG) is a new and agile framework in Wind...
The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider. -The Cryptography API: Next Generation (CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider.
- 2022-04-29 00:05:09下载
- 积分:1
-
文本文档加密器
使用的是简单的字节加减,允许输入中文本源代码不适合加密任何重要文档仅供交流使用使用Visual Studio 2015 制作
- 2022-03-11 02:48:45下载
- 积分:1