-
openssl中req程序的VC实现
openssl中req程序的VC实现-openssl which req procedures VC
- 2022-10-20 00:00:04下载
- 积分:1
-
最快速的可满足性分析工具软件,曾经获得比赛的冠军,能够让学习者,学很多的编程技巧...
最快速的可满足性分析工具软件,曾经获得比赛的冠军,能够让学习者,学很多的编程技巧-The fastest satisfiability analysis tool software, has won the championship, will allow learners, learning a lot of programming skills
- 2022-08-11 13:19:53下载
- 积分:1
-
lot of the encryption algorithm to achieve C
很多加密算法的C实现-lot of the encryption algorithm to achieve C
- 2022-02-09 16:41:51下载
- 积分:1
-
数据加密算法,凯撒,普雷费尔
零数据加密算法(数据加密算法,DEA)是对称加密算法,可能是最广泛使用的密钥系统,特别是在金融数据的安全性,最初开发的DEA是嵌入在硬件中。一般情况下,ATM(自动取款机,ATM)使用DEA。它出自IBM的研究工作,IBM有它的专利数年,但1983年以后已经过期,在公共范围,允许在特定条件和使用情况下免除专利使用费。 1997年正式通过了美国政府。DES原来的思路可以参考一下二战中德国的Enigma机,大约相同的基本思想。传统的密码加密都是由古代的观念,从循环移位,谜机器是基于扩散模糊。但原则的本质是相同的。现代DES在二进制级别做着同样的事:替代模糊,增加了分析的难度
- 2022-01-26 08:22:44下载
- 积分:1
-
DES加密算法的C++
DES加密算法的C++实现-DES encryption algorithm in C++
- 2023-04-13 06:10:03下载
- 积分:1
-
idea3加密算法
idea3加密算法-idea3 encryption algorithm
- 2022-08-12 13:41:34下载
- 积分:1
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
- 2023-06-18 10:00:03下载
- 积分:1
-
数字签名PDF
应用背景在这篇文章中,我将介绍一个简单的源代码,让您的数字签名PDF文档和修改它的元数据。我会用优秀的 自由港;iText ;图书馆:itextsharp,可以下载 ;这里。你需要2008个视觉工作室能够打开和建设该项目。关键技术itextsharp提供了很多有趣的功能,创建和操纵PDF文件,但在这篇文章中,我们将只使用数字签名功能。我也会用一些功能来操作# PKCS 12证书。你唯一需要知道的是,我们的数字签名将使用从蛋白提取私钥# 12证书。
- 2022-08-06 19:26:08下载
- 积分:1
-
数据加密的一个库:Crypto++,功能很多,接口完善。
数据加密的一个库:Crypto++,功能很多,接口完善。-A data encryption library: Crypto++, Features a lot of perfect interfaces.
- 2022-07-23 23:48:12下载
- 积分:1
-
含有常用的一些加密标准算法实现
含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms
to realize
- 2022-02-22 03:52:25下载
- 积分:1