-
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。...
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。-The achievement of Virginia password, use the keyboard to receive explicit and key, screen printing ciphertext.
- 2022-07-22 15:50:38下载
- 积分:1
-
在铅的阅读驱动序列号加密软件
在PB中通过读取硬盘序列号实现软件加密-in PB by reading drive serial number encryption software
- 2022-06-13 01:24:15下载
- 积分:1
-
这是反汇编驱动程序的源代码这是反汇编程序的源代码
这是反汇编驱动程序的源代码这是反汇编程序的源代码-This is the anti-driven compilation of a program"s source code that is anti-assembler source code
- 2023-05-14 16:30:03下载
- 积分: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
-
des数据加密算法原理与实现。
des数据加密算法原理与实现。-des Data Encryption Algorithm Theory and Implementation.
- 2022-05-28 18:15:06下载
- 积分:1
-
MD5加密算法源代码,对于初学者有很好的借鉴意义!
MD5加密算法源代码,对于初学者有很好的借鉴意义!-MD5 encryption algorithm source code, there are very good for the beginners learn the meaning of!
- 2023-08-15 20:40:03下载
- 积分:1
-
关于pe文件的汇编语言
关于pe文件的汇编语言-on pe language compilation of documents
- 2022-10-04 22:10:03下载
- 积分:1
-
使用openssl库,公钥对数据进行加密的dll库的源代码
使用openssl库,公钥对数据进行加密的dll库的源代码-Using openssl library, public key data encryption dll library source code
- 2022-03-18 05:44:34下载
- 积分:1
-
Documents and SettingsAdministrator桌面MD5.rar
Documents and SettingsAdministrator桌面MD5.rar-Documents and Settings Administrator Desktop MD5.rar
- 2022-01-21 21:10:26下载
- 积分:1
-
VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个D...
VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应
-DES Algorithm
- 2022-04-08 18:38:19下载
- 积分:1