-
-
-
TableCrypt.zip
... is that this program uses a generated table in combination with a password to encrypt a file.
This way you need 2 variables to decrypt the file. This is how it works:
Generate a 10kb table file and enter a password. The password is used to pick bytes ...
-
-
DES.rar
这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数
的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密,
用DES::decrypt(key,data,sizeof(data)/8)来进行解密。
如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和
DES::ydecrypt()来进行加解密。
这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块
的函数集合。
-
aes.zip
AES encrypt and decrypt source code implemented using MATLAB
-
loc.zip
Use to decrypt loc file and encrypt Audition s language script file
-
5.zip
capicom crypt\decrypt file4
-
-
CPS!MZCrypt_v1.0.zip
A decrypter for MZCrypt v1.0.
There is a bug of size in the crypter that decrypter also contains in order to decrypt correctly.
-
-