Document Privacy Tools
Secure File Shredder
Overwrite files in memory using multiple passes of random data, zeros, and ones β implementing DoD 5220.22-M and Gutmann-inspired wiping patterns β then download the overwritten output. Use this before deleting cloud-synced or shared files to ensure the content cannot be recovered.
All processing happens locally in your browser. No data is uploaded.
β Browser Security Note: This tool overwrites file data in memory and produces a wiped output file you can download and replace the original with. True disk-level overwrite requires OS-level tools (e.g.
shred, sdelete). This tool is most effective for files stored in cloud services (Google Drive, Dropbox) or temporary locations where you can replace the file content.
Wiping Algorithm
Drop files to shred
Any file type β up to 50 MB per file
Understanding Browser-Based Shredding
What this tool does: Reads your file into memory, overwrites all bytes using the selected algorithm, then offers the overwritten file as a download. If you replace your original file with this output, the stored content is gone.
What this tool cannot do: Directly write to your disk sectors. True forensic-grade deletion requires OS tools:
β’ Linux/macOS:
β’ Windows:
Best for: Cloud-synced files (Google Drive, Dropbox, OneDrive), files shared on cloud storage, temporary files before account deletion, and situations where replacing file content is sufficient.
What this tool cannot do: Directly write to your disk sectors. True forensic-grade deletion requires OS tools:
β’ Linux/macOS:
shred -vzu -n 35 filenameβ’ Windows:
sdelete -p 7 filename (Sysinternals)Best for: Cloud-synced files (Google Drive, Dropbox, OneDrive), files shared on cloud storage, temporary files before account deletion, and situations where replacing file content is sufficient.