该工具可用于加密的zip压缩文件解密。。
2022-03-23 19:47:27 1.76MB 压缩文件解密
1
500万常用密码 密码字典的压缩包 内含几百万常用密码 可用于暴力破解和密码安全性验证
2022-03-07 17:42:53 4.92MB 密码破解字典
1
C# rar和zip压缩解压缩代码,支持文件夹压缩和目录压缩
2022-03-07 09:16:35 4KB rar,zip
1
java 生成zip压缩文件 java 生成zip压缩文件
2022-03-04 09:36:54 60KB java 生成zip压缩文件
1
使用ZLIB库 包装的压缩解压缩文件的源码 VS2005 工程创建 /* */ class ZIPWRAP_EXP CZipper { public: CZipper(); virtual ~CZipper(); // simple interface static bool ZipFile(const char* szFilePath); // saves as same name with .zip static bool ZipFolder(const char* szFilePath, bool ignoreself = false); // saves as same name with .zip bool AddFolderToZipFile(const char*foldername, const char* rootfolder); bool AddFileToZipFile(const char*filename, const char*relfolder = NULL, const char* comment = NULL); bool AddFolderOnlyPathToFile(const char* foldername, const char* comment = NULL); bool OpenZipFile(const char* zipfilename, bool append = false); bool CloseZipFile(const char* global_comment = NULL); private: void* zipfile_;/* = NULL */ }; /* */ #define MAX_COMMENT (255) /* tm_unz contain date/time info */ typedef struct UZ_s { unsigned int tm_sec; /* seconds after the minute - [0,59] */ unsigned int tm_min; /* minutes after the hour - [0,59] */ unsigned int tm_hour; /* hours since midnight - [0,23] */ unsigned int tm_mday; /* day of the month - [1,31] */ unsigned int tm_mon; /* months since January - [0,11] */ unsigned int tm_year; /* years - [1980..2044] */ } UZ_s; // create our own fileinfo struct to hide the underlying implementation struct UZ_FileInfo { char szFileName[260 + 1]; char szComment[255 + 1]; unsigned long dwVersion; unsigned long dwVersionNeeded; unsigned long dwFlags; unsigned long dwCompressionMethod; unsigned long dwDosDate; unsigned long dwCRC; unsigned long dwCompressedSize; unsigned long dwUncompressedSize; unsigned long dwInternalAttrib; unsigned long dwExternalAttrib; bool bFolder; UZ_s tmu_date; }; class ZIPWRAP_EXP CUnZipper { public: CUnZipper(); virtual ~CUnZipper(); // simple interface static bool UnZip( const char* filename, const char* dstfolder, bool ingorepath = false, const char* password = NULL); bool OpenUnZipFile(const char* filename); bool CloseUnZipFile(); bool UnZipTo( const char* dstfolder, bool ingorepath = false, const char* password = NULL); int GetFileCount(); bool GotoFirstFile(); bool GotoNextFile(); bool GotoZipFile(int index); bool GotoZipFile(const char* zipfilename); bool GetCurrentFileInfo(UZ_FileInfo&fileinfo;); bool UnCurrentZipFile(const char* dstfolder, bool ingorepath = false, const char* password = NULL); bool UnOneZipFile(const char* filename, const char* dstfolder, bool ingorepath = false, const char* password = NULL); bool UnOneZipFile(int index, const char* dstfolder, bool ingorepath = false, const char* password = NULL); private: void* unzipfile_; };
2022-02-28 20:32:23 196KB ZIP 压缩 解压缩 源码
1
rar zip 压缩包 文件 密码 破解工具
2022-02-26 17:15:20 12.72MB 破解工具
1
zip压缩以及解压工具类,本人纯手打。其中包括zip所需要的jar 文件,copy到项目中可直接运行,以及工具类添加注释
2022-02-22 00:16:48 520KB zip压缩解压 java工具类 ZipEntry架包
1
jython源代码-zip压缩包
2022-02-21 17:03:27 47.4MB python
1
Ziperello中文版是一款用于恢复zip压缩文件密码的工具。支持标准的 ZIP2.0 加密以及128位的 AES 加密算法。该软件提供了用于选择被密码保护的 ZIP 存档,选择恢复方法,以及指定参数以降低密码复杂性的分步式操作界面。与所有的密码恢复工具相同,如果你至少记得密码的一部分或者近似的密码长度将非常有用,因为这会急剧加速密码的恢复速度。其它功能包括对自解压存档的支持以及灵活的模板设置。
2022-02-09 19:34:57 1.2MB zip 压缩密码 破解工具 Ziperello
1
7-zip压缩包
2022-02-09 18:33:50 843KB 456
1