Sometimes, you want to hand over a .rtsz file but strip all passwords before doing that.
This can be quickly done by using the following PowerShell script.
Make sure you:
- configure the script by adapting the variables
- always work with a copy of the .rtsz file so that unintended changes don't destroy your file
Please note that the following variables need to be altered:
- "$documentPath" = The path to your .rtsz file
- "$outDocumentPath" = The path to the new password stripped .rtsz file
- "$documentPasswordPlain" = The current password used to lock the .rtsz file
- "$LockdownPasswordPlain" = The current lockdown password (unmark all lockdown references and refer to the remarks in the script)