搜索资源列表
XORcode
- XOR算法的DELPHI实现,并附加ASP代码页,注意加密密匙为6位任意字符,可互相验证加密效果。
DelphiEnCrypt
- Delphi开发的加密解密源代码例子,利用了异或运算。-Delphi development of encryption and decryption source code examples, using the XOR operator.
XOR_encrypt_In_Delphi
- delphi的XOR加密解密例子,考虑以下需求: 需要在页面中使用一种较简单的算法来加密信息(对称加解密),并且传递到Delphi中可以进行解密.-delphi encryption and decryption of the XOR example, consider the following requirements: the need for the use of a page than a simple algorithm to encrypt information (symme
xor_scrypt
- xor crypt example delphi
Kodzik
- It is a program to encrypt files of any type of content by overwriting its contents. The program uses the XOR cipher. File after the encoding operation continues under the current name. A program written using Delphi.- It is a program to encrypt
xiazaizhe2
- 增加代码xor解密功能,以逃过杀毒软件. 生成MiNI下载者,则需要自己做一个工具了.读懂代码,把相应的部份加密即可. 参考delphi版本的下载者源代码,编出来有16K左右。压缩也有10K多, 于是写了VC的代码。按以下的设置,编译出来2K左右。 还可以可以再设置一下编译开关,以减小体积。 Ps:原代码中4处没有对\转义,以下代码编译通过 编译出来16K,去掉4行注释,编译后3K(编译环境:Win2003+VC6.0)-Add code xor d