Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • PdfCrypt1.0 pdf破解 ... , 80-bit standard and AES-128 encryption/decryption 命令行方式执行: pdfcrypt Where: = encrypt [info pairs] = decrypt permissions is 8 digit long 0 or 1. Each digit has a particular security function: ...
  • PDF密码破解 ... 任何限制,可以编辑、复制、打印等,还支持将KDF格式文件转换为PDF文档 Advanced PDF Password Recovery is a tool to decrypt protected Adobe Acrobat PDF files, which have Owner password set which can prevent the file from being edited, printed etc. It both the owner and master password are ...
  • TEA算法实现 TEA算法的C++实现,定义了简单的encrypt和decrypt接口
  • Simply python XOR Encryption/Decryption with key This little XOR script can encrypt and decrypt XOR HEX representation with a key
  • Pwdump version 7.1 ... from disk both SYSTEM and SAM registry hives. Once dumped, the syskey key will be retrieved from the SYSTEM hive and then used to decrypt both lanman and ntlm hashes and dump them in pwdump like format. usage: ------ D:\>pwdump7.exe -h Pwdump v7.1 ...
  • FileOperate文件管理 ... a specified file to another directory. Copy a specified directory (along with all sub-directories and files) to another directory. Encrypt/decrypt a specified file. Compress some files into a archive.(.zip or .jar ) and extract files. Cut a big files ...
  • Java实现AES加密和解密算法 ... println("加密后:" + encryptResultStr); /**解密(2)**/ byte[] decryptFrom = parseHexStr2Byte(encryptResultStr); byte[] decryptResult = decrypt(decryptFrom,password); System.out.println("解密后:" + new String(decryptResult)); ...
  • RC4-En-Decrypt 利用RC4流密码算法实现的非常简单的文件加解密程序
  • 文件自动备份工具 ... 字符加密,用于生成配置文件中填写的用户名和密码的密文。    encrypt [未加密字的符串] [钥匙字符串]   decrypt or /d 字符解密。    decrypt [加密过的字符串] [钥匙字符串]   config or /f 生成备份服务默认配置文件 备份服务配置信息说明:   备份服务类型:     Type: None = ...
  • DES算法c++实现源代码 DES算法c++实现源代码 enum {encrypt,decrypt};//ENCRYPT:加密,DECRYPT:解密 void des_run(char out[8],char in[8],bool type=encrypt); //设置 ...