Skip to content
/ pyWype Public

Securely wipe the contents of storage device using Python 2 & 3. Project needs to be refactored, and is starving for unit tests. Works, but it ain't so pretty.

License

Notifications You must be signed in to change notification settings

marshki/pyWype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyWype

https://api.codacy.com/project/badge/Grade/78a1649abd3144369e66326394211ea3 https://badges.frapsoft.com/os/v3/open-source.svg?v=103

Securely wipe storage drives and partitions

Disk-wiping utility for GNU/Linux, written in Python 2 & 3.

THIS SOFTWARE WILL IRRECOVERABLY WIPE DATA FROM YOUR DRIVE. USE CAUTION.

Requirements

pyWype is tested to run in Python 2.7 and Python 3.4 on GNU/Linux.

In Linux, install pv via your package manager:

apt yum
apt-get install -y pv dnf install -y pv

Install Python requirements:

pip install -r requirements.txt

Usage

TODO

  • [ ] Add quit at any time option
  • [ ] Support multiple drive wipes?
  • [ ] Unit tests & integration with Travis-CI

Change Log

LICENSE

LICENSE

About

Securely wipe the contents of storage device using Python 2 & 3. Project needs to be refactored, and is starving for unit tests. Works, but it ain't so pretty.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages