-
用从c/c++实现RSA加密算法的一个实验小程序
用从c/c++实现RSA加密算法的一个实验小程序-From c/c++ Realize RSA encryption algorithm, a small experimental procedures
- 2022-01-31 09:08:31下载
- 积分:1
-
200多个常见的VC++加密算法代码
有些还是很有用的,网络验证经常能用到的,直接将cpp文件加入到工程里就可以了---Can realize analog keyboard, driver class. Like an ordinary keyboard can be used
- 2023-01-20 04:30:04下载
- 积分:1
-
This program encodes and decodes a character using the Vigenere Square method
This program encodes and decodes a character using the Vigenere Square method
- 2022-01-26 03:25:56下载
- 积分: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
-
用C编写的100行DES加密算法,请参考
用C编写的100行DES加密算法,请参考-C prepared with 100 lines DES encryption algorithm, please refer to
- 2022-07-01 15:56:19下载
- 积分:1
-
welfare lottery 3D, projections, the software has shrunk. Is their half
welfare lottery 3D, projections, the software has shrunk. Is their half-year effort, delphi development, it is entirely possible commercialization of the software (value 10,000), Now it dedicated to the PUDN.com
- 2023-04-10 05:05:03下载
- 积分:1
-
数字签名PDF
应用背景在这篇文章中,我将介绍一个简单的源代码,让您的数字签名PDF文档和修改它的元数据。我会用优秀的 自由港;iText ;图书馆:itextsharp,可以下载 ;这里。你需要2008个视觉工作室能够打开和建设该项目。关键技术itextsharp提供了很多有趣的功能,创建和操纵PDF文件,但在这篇文章中,我们将只使用数字签名功能。我也会用一些功能来操作# PKCS 12证书。你唯一需要知道的是,我们的数字签名将使用从蛋白提取私钥# 12证书。
- 2022-08-06 19:26:08下载
- 积分:1
-
turecrypt6.0版本的源码,关于这款加密软件毫无疑问是顶尖之作
turecrypt6.0版本的源码,关于这款加密软件毫无疑问是顶尖之作-turecrypt6.0 version of the source, with regard to this there is no doubt that encryption software for the top
- 2022-01-26 14:19:03下载
- 积分:1
-
可以实现16轮32轮等tea加密,可以用C语言进行修改
可以实现16轮32轮等tea加密,可以用C语言进行修改-Can be achieved 16 32 such as tea encryption, can use C language to amend
- 2022-02-04 19:09:45下载
- 积分:1
-
Compare Two Files HMACSHA1 VB 2005
Compare Two Files HMACSHA1 VB 2005
- 2022-03-13 01:07:44下载
- 积分:1