lniwn / SevenZip

Extend 7z sdk with md5 and some other options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SevenZip

The project is based on cmcnab

项目简介

本项目主要是7z sdk的C++封装,方便使用,另外也提供了一些常用的工具函数。

功能简介

  • 对7z sdk的一层C++封装,方便使用
  • 文件校验,支持CRC32, CRC64, SHA1, SHA256, MD5等
  • 文件(夹)压缩、解压,支持7z, zip, gz等常见格式,具体可参照http://www.7-zip.org/sdk.html

说明

About

Extend 7z sdk with md5 and some other options

License:GNU General Public License v2.0


Languages

Language:C++ 99.6%Language:C 0.4%