-
DES algorithm, very useful for research encryption friends want to return to hel...
DES算法实现,非常有用,对于研究加密的朋友希望回有帮助-DES algorithm, very useful for research encryption friends want to return to help
- 2022-03-30 16:32:06下载
- 积分:1
-
RSA-MFC
RSA-MFC,基于MFC的RSA加密算法的实现,可以用于16进制文件的加解密(RSA-MFC, the MFC based on the realization of RSA encryption algorithm, can be used for 16-band file encryption and decryption)
- 2009-06-15 14:34:51下载
- 积分:1
-
HugeInt
C++实现大整数类的运算符重载,输入输出重载,和关系判断重载(C++ achieve large integer class of operator overloading, overloading the input and output, and the relationship between judges overloaded)
- 2015-12-26 14:43:13下载
- 积分:1
-
sjl0808-jnky-hsm-handbook
非常详细的江南科友sjl0808加密机使用手册。比随机的手册强多了(Very detailed Jiangnan Branch Friends sjl0808 encryption machine manual. The book is much better than random
)
- 2014-06-05 13:54:37下载
- 积分:1
-
1030
密钥通信源码,程序结合易语言数据操作支持库和多线程支持库,实现数据通信的加密。(Key communication source code, the program combines easy data manipulation language support libraries and multi-threading support library, encryption of data communications.)
- 2014-09-01 12:04:42下载
- 积分:1
-
字符串加密
字符串加密 -String encrypted string encryption
- 2022-03-23 03:00:47下载
- 积分:1
-
delphi编写的加壳程序,实现对文件保护
delphi编写的加壳程序,实现对文件保护-delphi write the packers program to realize File Protection
- 2022-08-23 18:21:54下载
- 积分:1
-
字符串加密算法
c#程序
String encryption algorithm
字符串加密算法
c#程序
String encryption algorithm-String encryption algorithm c# program String encryption algorithm
- 2022-02-02 07:39:46下载
- 积分: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
-
encryption operations, the simple DES encryption, completely DES encryption work...
加密作业,实现简单的DES加密,完全实现DES加密的工作流程-encryption operations, the simple DES encryption, completely DES encryption workflow
- 2022-02-28 09:20:09下载
- 积分:1