Back to Tools Directory
Scan Secure RemoveOpen Guided Flow
Secure Remove
Data Erasers
Permanently erase data, protect your privacy.
About
Securely erase files and directories beyond recovery. Overwrites data multiple times using various standards to ensure permanent deletion and protect sensitive information.
Details
When you delete a file using standard operating system commands, the data often isn't truly gone. Instead, the system merely marks the space as available, leaving the actual data recoverable with specialized tools. **`srm` (secure remove) addresses this critical privacy concern** by ensuring files and directories are permanently and securely erased from your storage media, significantly reducing the risk of unauthorized data recovery.
This command-line utility, commonly found in Unix-like environments, goes beyond simple deletion. Before unlinking a file, `srm` meticulously **overwrites its contents multiple times**, renames it, and truncates it. This process effectively scrambles the original data, making forensic recovery exceedingly difficult. This is crucial for protecting sensitive information and preventing data remanence when disposing of digital assets or preparing drives for reuse.
`srm` offers a range of overwriting methods to suit different security needs and compliance requirements:
* **Simple Mode (default):** A single pass of `0x00` bytes for quick overwriting.
* **OpenBSD Mode:** A 3-pass overwrite (0xFF, then 0x00, then 0xFF again).
* **US DoD 5220.22-M (DoD):** A robust 7-pass overwrite adhering to U.S. Department of Defense standards for data sanitization.
* **US DoE M205.1-2 (DoE):** A 3-pass overwrite compliant with U.S. Department of Energy standards.
* **RCMP TSSIT OPS-II (RCMP):** A 3-pass method following Royal Canadian Mounted Police technical security standards.
* **Gutmann Method:** An intensive 35-pass overwrite algorithm designed for thorough data destruction on magnetic media.
You can use `srm` to **recursively delete entire directories** and their contents securely. It can also operate on block devices (like traditional hard drives) on Linux systems, offering a way to sanitize entire disks. However, for modern Solid State Drives (SSDs), using the drive's built-in Secure Erase feature is generally recommended for optimal performance and wear-leveling. `srm` is a powerful tool for anyone serious about **data disposal and digital privacy**, ensuring that when you delete something, it stays deleted. While it's a command-line tool, options like `--verbose` provide clarity on its operations. It's important to note that files with multiple hard links will be unlinked but not overwritten by `srm`.
Share & Feedback
Help improve our directory
Quick Info
Open Source
Accepts Crypto
No KYC Required
Security Audited
Android App
iOS App
Privacy Scanner
See what trackers this tool uses
Have questions?
Use guided flow to choose the right next step