Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
/ viper Public archive

Wipe files with randomized ASCII dicks.

License

Notifications You must be signed in to change notification settings

x13a/viper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viper

Wipe files with randomized ASCII dicks. It is rust implementation of wipedicks with some modifications.

Installation

$ make
$ sudo make install

or

$ brew tap x13a/tap
$ brew install x13a/tap/viper

Usage

viper [-h|V] [-vv] [-r] [-z] [-n NUM] [-b NUM] FILES

[-h] * Print help and exit
[-V] * Print version and exit
[-v] * Tell what is going on
[-r] * Walk directories recursively
[-z] * First overwrite with zeroes
[-n] * Number of rounds to overwrite (default: 1)
[-b] * Maximum block size in MB (default: 8)

Example

To wipe file:

$ viper ./delete_me.txt

To wipe file with zeroes and then with dicks:

$ viper -z ./delete_me.txt