AutoDecryptPS3 is a PowerShell script that fully automates the decryption of ISO files for PlayStation 3 using the PS3DEC tool made by Redrrx. No manual intervention is required: the script handles everything from start to finish!
- Automatic download of PS3DEC: the tool is fetched if it’s not already present.
- .zip file support: install a decompression tool (7Zip4Powershell) if needed, extracts archive and deletes the
.zip
file once the extraction is complete. - MD5 checksum verification: ensures the integrity of your file before starting decryption.
- Automatic DKEY retrieval: automatically fetch the correct key for your
.iso
. - Decryption and cleanup: start the decryption process automatically and deletes the non-decrypted
.iso
after the process is complete. - Version check system: The script verify his current version compared to the latest one available and notify users if an update is available.
- Fully automated: no manual steps needed except running the script.
- Fast and straightforward: perfect for users looking for an efficient, hassle-free solution.
- Reliable: performs checks to guarantee a flawless output.
-
Place your
.iso
/.zip
(from Redump group only) in the same folder as the script.- You can download Redump's encrypted PS3 disc images from one of these links:
- Myrient
- Archive.org
-
Run the PowerShell script:
.\AutoDecrypt.ps1
Contributions are always welcome! If you have ideas for improvements or need to report an issue, feel free to open an issue or submit a pull request.