-
电子邮件指定地址海量发送,包含Base64加密算法
电子邮件指定地址海量发送,包含Base64加密算法-Send mass e-mail address specified, including the Base64 encryption algorithm
- 2023-06-11 07:25: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
-
采用CAST
采用CAST-256位加密的Back Orifice 2000(BO2000)插件-using CAST-256-bit encryption Back Orifice 2000 (BO2000 ) plugin
- 2022-04-10 05:09:26下载
- 积分:1
-
ieee加密新文章A New Image Encryption Arithmetic Based on a
Three
ieee加密新文章A New Image Encryption Arithmetic Based on a
Three-dimensional Map -A New Image Encryption Arithmetic Based on a
Three-dimensional Map
- 2022-04-10 06:53:46下载
- 积分:1
-
base64 算法,这是一个非常详细的编码和解码的过程
base64 算法,这是一个非常详细的编码和解码的过程-base64 algorithm, this is a very detailed process of encoding and decoding
- 2023-04-09 07:00:03下载
- 积分:1
-
base64的编解码代码封装,很方便易用。
base64的编解码代码封装,很方便易用。-base64 codec code package, it is easy to use.
- 2022-05-26 22:42:59下载
- 积分:1
-
使用openssl库,公钥对数据进行加密的dll库的源代码
使用openssl库,公钥对数据进行加密的dll库的源代码-Using openssl library, public key data encryption dll library source code
- 2022-03-18 05:44:34下载
- 积分:1
-
密钥盘生成程序,附使用说明
密钥盘生成程序,附使用说明-Key disk generation process, with the use of
- 2022-07-09 16:35:34下载
- 积分:1
-
AES C source
AES算法C源码-AES C source
- 2023-02-10 02:00:03下载
- 积分:1
-
SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we...
SHA 256 加密算法,比 MD5 更好的算法更好的算法,希望对大家有帮助-SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we hope to help
- 2022-10-23 11:20:04下载
- 积分:1