Subscribe monthly to unlock downloads. You’ll be redirected back here automatically.
Download
Download both files, then run the helper once to install requirements.
Download securely_deleter.py
Download PSUTIL.py (helper)
Command line
curl:
curl -L -o securely_deleter.py https://github.com/JusticeRox98577/securely-deleter/releases/latest/download/securely_deleter.py
curl -L -o PSUTIL.py https://github.com/JusticeRox98577/securely-deleter/releases/latest/download/PSUTIL.py
wget:
wget -O securely_deleter.py https://github.com/JusticeRox98577/securely-deleter/releases/latest/download/securely_deleter.py
wget -O PSUTIL.py https://github.com/JusticeRox98577/securely-deleter/releases/latest/download/PSUTIL.py
Verify checksums
After download, verify integrity:
- Windows (PowerShell):
Get-FileHash .\securely_deleter.py -Algorithm SHA256; Get-FileHash .\PSUTIL.py -Algorithm SHA256
- macOS/Linux:
shasum -a 256 securely_deleter.py PSUTIL.py
Compare with SHA256SUMS.txt.
Usage
Run from a terminal (first-time setup runs the helper):
python PSUTIL.py
Then:
python securely_deleter.py --help
Example:
python securely_deleter.py --passes 3 --shred --verify "~/Downloads/BigFile.iso"