-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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#做的加密程序,望各位多提问题
数据加密用C#做的加密程序,望各位多提问题-data encryption using C# do encryption, and hopes to raise the issue
- 2022-07-20 03:06:07下载
- 积分:1
-
一个使用des加密传输的unix下的login程序的服务器端和客户端
一个使用des加密传输的unix下的login程序的服务器端和客户端- Uses des to encrypt under the transmission unix login procedure
server end and the customer end
- 2023-07-17 23:40:03下载
- 积分:1
-
要在最低visual studio 2005的版本下运行,在运行后出现的对话框中输入密码就可以在下面的对话框中加密你想要加密的内容,可以保存加密后的内容,也可以...
要在最低visual studio 2005的版本下运行,在运行后出现的对话框中输入密码就可以在下面的对话框中加密你想要加密的内容,可以保存加密后的内容,也可以观看加密后的内容。-To the minimum version of visual studio 2005 run, after running the dialog box that appears, type the password in the following dialog box encryption you want to encrypt the content can be saved encrypted content, but also be able to watch encrypted内容.
- 2023-06-04 23:25:04下载
- 积分:1
-
RSA的加密算法的应用DEMO 也是用来加密的。
RSA的加密算法的应用DEMO 也是用来加密的。-RSA encryption algorithm application DEMO also is uses for to
encrypt.
- 2022-08-05 16:59:23下载
- 积分:1
-
StreamSec Security Library含有多种算法的控件
StreamSec Security Library含有多种算法的控件-StreamSec Security Library contains a variety of control algorithms
- 2022-06-28 18:47:44下载
- 积分:1
-
cryptography algorithm
密码学算法-小型证书机构CA系统的认证系统-cryptography algorithm-small agencies CA certificate of authentication system
- 2023-07-06 06:30: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
-
an asp language from the MD5 encryption algorithm achieved.
一个由asp语言编写的MD5加密算法的实现.-an asp language from the MD5 encryption algorithm achieved.
- 2022-08-20 18:26:43下载
- 积分:1
-
delphi编写的加壳程序,实现对文件保护
delphi编写的加壳程序,实现对文件保护-delphi write the packers program to realize File Protection
- 2022-08-23 18:21:54下载
- 积分:1