Naranbataar / Corrupt

Simple and efficient file shredding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corrupt

CodeFactor Codacy Badge Language grade: C/C++ License: Unlicense

A minimal tool that shreds files using the Gutmann method

Installation

You need just a C compiler with the default libraries, and make

# Compiles to `corrupt`
make
# Optional, copy the binary to /usr/local/bin
sudo make install

Example

# Corrupts a file
corrupt file
# Corrupts multiple files
corrupt file2 file3
# Files still exist, but its contents were overwritten multiple times 
cat file file2 file3 

About

Simple and efficient file shredding

License:The Unlicense


Languages

Language:C 91.7%Language:Makefile 8.3%