Avex
Another way to delete your data.
Introduction • How To Use • Download • Credits • Contributing • License
Avex is a simple tool aiming to remove data from your hard drive making it unrecoverable. This project is to practice C++ as I'm still learning. If you're looking for a reliable tool, I highly recommend checking out alternatives such as Eraser, SDelete and many others.
Introduction
There is an issue with normal deletion. Deleting something in OS such as Windows doesn't actually mean it's gone, even if you empty the Recycle Bin. The data is still on the disk, unless it got overwritten but even then, professional recovery tools out there can restore it to some degree.
How to use
Usage: avex [-p file/directory] [-ps passes] [-r] [-s]
Parameter | Description |
---|---|
-p | Path to a file/folder for erasion |
-ps | Number of times the deleted data will be overwritten (default: 1). If no overwriting is wanted, set the value to 0 or below |
-s | Erase the subdirectories, the content inside these and the targeted directory itself |
-r | Rename the directories/folders before overwriting and removing them |
Download
You can download the latest version of Avex for Windows.
Credits
This software uses the following open source packages:
Contributing
Pull requests and/or optimization proposals are welcome. For major changes, please open an issue first to discuss what you would like to change and the reason of it.
License
You can check out the full license here
This project is licensed under the terms of the GNU GPLv3. Copyright and license notices must be preserved for forks.