-
提供加密的聊天程序。使用对称加密算法…
提供加密的c/s 聊天程序。用到对称加密算法和非对称加密算法,实现客户服务器的安全聊天-Provide encrypted c/s chat program. Using symmetric encryption algorithms and asymmetric encryption algorithms, to achieve the security of client-server chat
- 2022-05-21 16:34:45下载
- 积分:1
-
idea3a,idea3b,idea3c加密算法
idea3a,idea3b,idea3c加密算法-idea3a,idea3b and idea3c encrypting algorithms
- 2023-01-19 10:45:04下载
- 积分:1
-
关于AES算法的解释文档,是初学者的好帮手,有助于对AES算法的理解...
关于AES算法的解释文档,是初学者的好帮手,有助于对AES算法的理解-AES algorithm on the interpretation of documents, beginners are a good helper to help the understanding of the AES algorithm
- 2022-09-16 13:15:03下载
- 积分:1
-
shareloginmodule
ShareLoginModule
- 2023-09-03 19:10:04下载
- 积分:1
-
including registration generation software, LIB, DLL encryption modules in vario...
包括注册号生成软件、LIB、DLL 加密模块 各种语言调用加密模块的例子程序等-including registration generation software, LIB, DLL encryption modules in various languages called encryption module examples procedures
- 2022-01-25 23:56:34下载
- 积分:1
-
含有rc2、rc4、rc5、rc6算法的rc算法集合
含有rc2、rc4、rc5、rc6算法的rc算法集合- Includes rc2, rc4, rc5, rc6 the algorithm rc algorithm gathers
- 2022-02-06 05:29:31下载
- 积分: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
-
安全文件柜,使用CryptApi接口实现.
安全文件柜,使用CryptApi接口实现.-Security file cabinet, the use of CryptApi interface.
- 2022-04-17 22:01:11下载
- 积分:1
-
加密文本编辑器 VB
加密文本编辑器 VB-encrypted text editor VB
- 2022-02-02 01:57:17下载
- 积分:1
-
采用高级加密标准aes算法针对流媒体加密程序
采用高级加密标准aes算法针对流媒体加密程序-Using the Advanced Encryption Standard algorithm aes encryption for streaming media
- 2022-03-24 20:40:00下载
- 积分:1