-
PGP是一种混合密码体制。当用户使用PGP加密文本,PGP…
PGP 是一种混合密码系统。当用户使用PGP 来对纯文字加密的时候, PGP 首先会压缩这
段纯文字。数据压缩能够节省调制解调器传输时间以及磁盘类空间,还有更重要的、强化密码法的
保密程度。-PGP is a hybrid cryptosystem. When the user to use PGP to encrypt the text, PGP will first this text compression. Data compression can save time and modem transmission disk space, and more importantly, to strengthen the password confidentiality law.
- 2022-02-05 22:14:40下载
- 积分:1
-
一些常用编码,加密算法的c/c++代码,包括,base64,sha1,des,md5等...
一些常用编码,加密算法的c/c++代码,包括,base64,sha1,des,md5等-Some commonly used encoding, encryption algorithm c/c++ Code, including, base64, sha1, des, md5, etc.
- 2022-02-07 00:24:25下载
- 积分:1
-
一解码程序,挺好的东东,不过是用汇编写的,希望能对大家有所帮助。其中还有一个是hcs系列芯片的接收程序。...
一解码程序,挺好的东东,不过是用汇编写的,希望能对大家有所帮助。其中还有一个是hcs系列芯片的接收程序。-a decoding procedure very well, the Eastern, but is the compilation was made in the hope that it can be helpful to everyone. Among them were a series of chips is hcs reception procedures.
- 2023-05-16 20:50:03下载
- 积分:1
-
对yinxueyuan DES编码的第二版,注释很清晰,和良好的体育…
尹学渊版的DES第二版,注释写得非常清楚,并且执行效率不错,代码质量相比第一版有很大的改进,尹学渊保留所有权利,转载自:http://www.cnblogs.com/erwin/-The second edition of YinXueyuan s DES code,the Notes is very clear, and good performance, code quality compared to a significant improvement over the first edition, All rights reserved.YinXueyuan, reprinted from: http://www.cnblogs.com/ erwin /
- 2022-12-06 12:10:03下载
- 积分:1
-
高级加密标准AES优胜算法Rijndael c语言源代码。
高级加密标准AES优胜算法Rijndael c语言源代码。-Advanced Encryption Standard algorithm Rijndael winning c language source code.
- 2022-03-26 03:03:41下载
- 积分:1
-
VPN拨号程序源码(from sourceforge.net)
VPN拨号程序源码(from sourceforge.net)-VPN digit dialing procedure source code (from sourceforge.net)
- 2022-08-14 19:22:56下载
- 积分:1
-
des的变形算法,很有用的
des的变形算法,很有用的-des deformation algorithm, a very useful
- 2022-04-13 15:39:26下载
- 积分:1
-
Openssl的SSL证书认证程序,也是用VC写的。已通过测试。
Openssl的SSL证书认证程序,也是用VC写的。已通过测试。-Openssl SSL certificate authentication procedures, as well as with VC writes. Have passed the tests.
- 2022-07-21 11:49:43下载
- 积分:1
-
Diamond加密算法
Diamond加密算法-A Diamond encrypt arithmetic
- 2022-05-08 21:12:42下载
- 积分: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