-
一个简单实现RC5加密算法的例子!仅供参考!
一个简单实现RC5加密算法的例子!仅供参考!-Realize a simple example of RC5 encryption algorithm! For reference purposes only!
- 2022-02-14 04:31:46下载
- 积分:1
-
自主循迹式机器人小车设计 期刊论文
自主循迹式机器人小车设计 期刊论文...
自主循迹式机器人小车设计 期刊论文
自主循迹式机器人小车设计 期刊论文-Autonomous tracking robot car design
- 2022-04-28 17:18:03下载
- 积分:1
-
在不改变access文件密码的情况下,直接查看密码,数据库内容一览无余哦!...
在不改变access文件密码的情况下,直接查看密码,数据库内容一览无余哦!-Without changing the password access documents directly view the password, database content glance Oh!
- 2022-10-04 18:15:03下载
- 积分:1
-
将其他文件隐藏在BMP图像中!好
将其他文件隐藏在BMP图像中!好-other documents hidden in BMP image! Good
- 2022-04-13 14:12:02下载
- 积分:1
-
多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!...
多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!-variety of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
- 2023-02-13 04:10: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
-
RSA数据加密代码,用C编写,已压缩成RAR格式
RSA数据加密代码,用C编写,已压缩成RAR格式-RSA data encryption code, prepared by C, has been compressed into RAR format
- 2022-02-12 00:06:27下载
- 积分:1
-
3des 的c语言版
用于android jni的c语言版 3des算法
- 2022-03-02 05:11:16下载
- 积分:1
-
这是RC4加密算法的VB源程序,语法简单。如果您有需要,可以翻译为其他语言的版本。
这是RC4加密算法的VB源程序,语法简单。如果您有需要,可以翻译为其他语言的版本。-This is the RC4 encryption algorithm of the VB source code, a simple grammar. If you have needs, can be translated into other languages.
- 2022-01-26 06:32:56下载
- 积分:1
-
支付宝接口调用
这是一个jsp的的项目。用于支付宝接口开发的MD5加密算法,详细的内容在里面 。
- 2022-02-01 23:48:59下载
- 积分:1