logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Secure Remove - Securely Delete Files with srm | Online Free DevTools by Hexmos

Securely delete files with srm, overwriting data for enhanced privacy. A secure alternative to 'rm' for Linux and macOS. Free online tool, no registration required.

srm

Securely remove files or directories. Overwrites the existing data one or multiple times. Drop in replacement for rm. More information: https://srm.sourceforge.net/srm.html.

  • Remove a file after a single-pass overwriting with random data:

srm {{[-s|--simple]}} {{path/to/file}}

  • Remove a file after seven passes of overwriting with random data:

srm -m {{path/to/file}}

  • Recursively remove a directory and its contents overwriting each file with a single-pass of random data:

srm {{[-r|--recursive]}} {{[-s|--simple]}} {{path/to/directory}}

  • Prompt before every removal:

srm {{[-i|--interactive]}} {{\*}}

See Also