Skip to content

A simple shell script that breaks passwords of read-only PPTX files.

Notifications You must be signed in to change notification settings

Iddodo/pptx-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Basically, this script makes locked-down, read-only PPTX files editable.

Created out of necessity for the Technion's 234218 Data Structures course.

The idea was shamelessly stolen directly from this repo.

How to use

Simply run the script as following:

./pptx-breaker.sh READ_ONLY_PRESENTATION.pptx

You can even run this script on multiple files, for example:

#!/bin/bash
for presentation in *; do
  ./pptx-breaker.sh "$presentation"
done

Good luck on your tests and happy printing!

About

A simple shell script that breaks passwords of read-only PPTX files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages