Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshcap20/secure-delete

Simple, military-grade file and directory deletion tool.
https://github.com/joshcap20/secure-delete

data-destruction data-sanitization data-security file-deletion file-shredder overwrite-tool privacy-tool secure-erase

Last synced: about 1 month ago
JSON representation

Simple, military-grade file and directory deletion tool.

Awesome Lists containing this project

README

        

# Secure-Delete

Simple deletion script for files and directories with three passes in accordance with most security standards.

Pass 1 rewrites with 0s.
Pass 2 rewrites with binary 1s.
Pass 3 rewrites with random characters.

Verification occurs after each pass.

## Installation
`
git clone https://github.com/JoshCap20/Secure-Delete.git && cd Secure-Delete && source setup.sh
`
* This will add an alias for `erase` to the shell's global scope.

## Usage
`erase `