一个简单的cpp程序,接收一个文件,没有一点
A simple cpp program, that receives a file, does a bit-wise "not" for every character, and adds "not" to the extension. Repeated running does the same and removes the "not" from extension. This a "pseudo-encryption", but very useful to avoid automated filtering software. This way it is possible to send "exe" files (or anything else) without the emails being blocked... First - send the source code, have your (enlightened) recipient compile it, then send the "notted" file.
The code is not very efficient though, I only had 30 minutes to invest... :)-A simple cpp program, that receives a file, does a bit-wise "not" for every character, and adds "not" to the extension. Repeated running does the same and removes the "not" from extension. This is a "pseudo-encryption", but very useful to avoid automated filtering software. This way it is possible to send "exe" files (or anything else) without the emails being blocked... First - send the source code, have your (enlightened) recipient co
- 2022-08-10 05:54:26下载
- 积分:1
DES及3DES算法源程序,标准C实现,可用于unix/linux/windows平台.
应用背景
跨平台的DES及3DES算法源程序,标准C实现,可用于unix/linux/windows平台。
-DES and 3DES algorithm source code, the standard C implementation, which can be used for unix/linux/windows platform.
关键技术
DES:
密钥: 0x67, 0xBE, 0x03, 0x7C, 0x41, 0x96, 0x6D, 0xDB
明文: 0xA9, 0x37, 0x07, 0x49, 0xFC, 0x06, 0xAF, 0xE6
密文: 0x60, 0x78, 0x32, 0xE8, 0xB3, 0x5A, 0x9C, 0x6D
DES3:
密钥: 0x40, 0xbb, 0x12, 0xdd, 0x6a, 0x82, 0x73, 0x86, 0x7f, 0x35, 0x29, 0xd3, 0x54, 0xb4, 0xa0, 0x26, 0x40, 0xbb, 0x12, 0xdd, 0x6a, 0x82, 0x73, 0x86
明文: 0x49, 0x07, 0x37, 0xa9, 0xe6, 0xaf, 0x06, 0xfc
密文: 0x43, 0x01, 0xc5, 0x6b, 0x14, 0x00, 0xe7, 0xce
- 2022-05-10 15:12:21下载
- 积分:1