Overview
ShreddR goes beyond a normal file delete by overwriting data with zeros, ones, and cryptographically secure random values before unlinking it. It also obfuscates metadata and keeps expensive work off the interface thread.
What it does
- Implements a three-pass overwrite strategy
- Renames files to random UUIDs before final deletion
- Supports drag-and-drop file and folder selection
- Runs destructive work on background threads to keep the UI responsive