Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 894 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 894 Bytes

ofxZipPass

Addon for managing encrypted zip files.
Currently only unzipping is provided.

This project uses zlib and minizip, copyrighted by Jean-loup Gailly, Mark Adler, Gilles Vollant and others ; see : http://www.zlib.net/

Running the example

  • If you don't find project files for your platform, use the openFrameworks projectGenerator to update the project files for your platform.
  • Run the example : it unzips a file named This.zip (located into bin/data) to a new directory bin/data/This/, using the password "ofxZipPass".

Get the last version

git clone https://github.com/Ant1r/ofxZipPass.git

Author

Copyright (c) Antoine Rousseau [email protected] 2014-2016
BSD Simplified License.
For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file "LICENSE.txt" in this distribution.