搜索资源列表
XOR
- 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption
FileCoder
- 文件加密解密的小程序 算法是通过回文加密解密的。 可以处理小型的doc和txt文件。 非常方便~-File encryption and decryption of small programs Algorithm for encryption and decryption through the palindrome. Can handle small doc and txt files. Very convenient ~