-
7Z开源代码,可自由嵌入程序
使用7Z开源代码,实现的自定义的压缩解压程序,可以和自己的程序组合,提高效率
- 2022-03-14 03:39:02下载
- 积分:1
-
Sun公司Dream项目,DVB CAS系统
Sun公司Dream项目,DVB CAS系统-Sun Company Dream Project, DVB CAS system
- 2023-07-15 07:45:03下载
- 积分:1
-
Tutorial for Vb .Net for Encryption/Decryption of data
Tutorial for Vb .Net for Encryption/Decryption of data
- 2022-06-18 09:11:42下载
- 积分:1
-
RSA加密算法DEMO For Delphi
RSA加密算法DEMO For Delphi-RSA encryption algorithm DEMO for delphi
- 2022-03-25 15:50:27下载
- 积分: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
-
数据库安全至关重要,尤其是Access数据库,由于其加密算法过于简单,使得Access单靠密码无法保证其安全,本代码通过改变数据库头文件实现对Acess数据库的...
数据库安全至关重要,尤其是Access数据库,由于其加密算法过于简单,使得Access单靠密码无法保证其安全,本代码通过改变数据库头文件实现对Acess数据库的加密。-Database security is crucial, especially the Access database, because of its too simple encryption algorithm, making Access a password alone can not guarantee their safety, the code by changing the header file database achieve Acess database encryption.
- 2023-07-10 15:15:03下载
- 积分:1
-
RC5和加密和decryption
rc5 and des encryption and decryption
- 2022-02-01 04:02:07下载
- 积分:1
-
这是RC6的Asm实现,可以很方便高效的用到工程中去
这是RC6的Asm实现,可以很方便高效的用到工程中去-This is the RC6 of Asm achieved and can be very convenient and efficient to use project
- 2023-03-05 23:55:04下载
- 积分:1
-
置换代换密码体制的S
置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
- 2022-09-07 01:40:02下载
- 积分:1
-
流密码算法,可用于文件加密和实
流密码算法,可用于文件加密和实时通信
,设计者是著名的密码学家Rivest.该算法效率远高于一般分组密码,并且很适合用于随机数生成-Stream cipher algorithm, can be used for file encryption and real-time communication, the designer is well-known cryptographer Rivest. The algorithm efficiency is much higher than the general block cipher, and is suitable for random number generator
- 2023-04-27 14:55:03下载
- 积分:1