81. Compressing and decompressing files to/from a ZIP archive with a password

Write a program that can do the following:

  • Compress either a file or the contents of a user-specified directory, recursively, to a password-protected ZIP archive
  • Decompress the content of a password-protected ZIP archive to a user-specified destination directory

Get The Modern C++ Challenge now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.