Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Zip plugin update: password protection

Zip plugin update: password protection

CoronaRob
Corona Labs Blog · · 1 min read
1,347 0

Our engineers have updated the Zip plugin to provide standard Zip 2.0 password protection. Simply include the password as a key-value pair in your options table for zip.compress() or zip.uncompress(). When compressing, the zip file will be encrypted with that password, and existing password-encrypted zip files can be uncompressed in the same way. Note that WinZip’s AES encryption is not supported at this time.

See our implementation documentation for more information on how to populate your zip.compress() and zip.uncompress() API calls.


View the full article

Discussion

Loading comments...