A tool to securely erase/wipe data on disks HDD and SSD with a proper sanitization process.
Project description
Usody Sanitize
Under development.
A tool to securely erase disks by performing a certificate-based validation of the wipe process.
It ensures that the data on the disk is completely and irrecoverably erased, protecting sensitive information from being recovered. The tool uses industry-standard wiping methods to securely erase the data on the disk, making it impossible to recover. The tool also generates a certificate of sanitize process that can be used to verify the authenticity of the wipe process. This tool is perfect for businesses and individuals who need to securely and permanently remove sensitive data from their disks.
Dependencies
This tool uses hdparm
and smartmontools
for the sanitize process, make sure to have them installed before running
sanitize.
For Debian users, run the following command:
apt update
apt install python3-pydantic nvme-cli smartmontools xxd
Erasure tools dependencies
NVME disks
On debian we need the dependency nvme-cli
.
apt update
apt install nvme-cli
nvme-cli
is a valuable tool to efficiently and securely erase the data while benefiting from the speed and security
features inherent in NVMe technology. This is particularly important in scenarios where data confidentiality,
performance, and compliance are critical concerns.
Installation
Install the package from the official PyPi repository:
$ pip install usody_sanitize
---> 100%
Usage
Sanitize is written to make it easy to use via terminal or import and integrate with your code.
Terminal client
Erase a single disk using the default method:
sanitize -d /dev/sdc -m BASIC --confirm
Import client
@Todo: Show some examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file usody_sanitize-0.1.3rc2.tar.gz
.
File metadata
- Download URL: usody_sanitize-0.1.3rc2.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.7.4-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 999f21828bb0034ee9e4e5dfc1a6f384d0eee298e7224edcf130374dec7c657f |
|
MD5 | 9adbdb215df164784ae211b5ffb75e40 |
|
BLAKE2b-256 | f15b9c123f63dfcacfee386171fbe479539ffaf8ae0f32472e8788d7baae4965 |
File details
Details for the file usody_sanitize-0.1.3rc2-py3-none-any.whl
.
File metadata
- Download URL: usody_sanitize-0.1.3rc2-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.7.4-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc5dacb3b1cccfe98a866a39ef8a4243a1feed9c93f32ebc045229f047610ff8 |
|
MD5 | bbd6858068f95e0cedaa78651ac23d27 |
|
BLAKE2b-256 | e200fcae80fed158d5530b07bf5b3da6b08f65c8d092a3c69cd5d74ec489e7ab |