项目作者: Naranbataar

项目描述 :
Simple and efficient file shredding
高级语言: C
项目地址: git://github.com/Naranbataar/Corrupt.git
创建时间: 2019-09-15T22:18:47Z
项目社区:https://github.com/Naranbataar/Corrupt

开源协议:The Unlicense

下载


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

  1. # Compiles to `corrupt`
  2. make
  3. # Optional, copy the binary to /usr/local/bin
  4. sudo make install

Example

  1. # Corrupts a file
  2. corrupt file
  3. # Corrupts multiple files
  4. corrupt file2 file3
  5. # Files still exist, but its contents were overwritten multiple times
  6. cat file file2 file3