{% extends "ereuse_devicehub/base_site.html" %} {% block main %}

{{ title }}

Sanitization servers
{% for host in form.kangaroos %} {% endfor %}
PHID Sanitization Host
{{ host.phid }}
{% for f in form %} {{ f }} {% if f == form.phid and f.errors %}

{% for error in f.errors %} {{ error }}
{% endfor %}

{% endif %} {% endfor %}

Please download the ISO file and the settings file of the version you want and follow these steps.

Usody Hardware Metadata 2022

A certified collection of hardware details and testing reports.
Desktops, Servers and Laptops.

Download Checksum: SHA512SUM | Help

Basic Metadata

Settings for basic hardware metadata collection and hard drive smart Test reports.

Download settings file
{% if not demo %} {# WB V14.4 #}
Usody Data Erasure v14.4

A certified data erasure software to irreversibly removing data sored on hard drives.
Desktops, Servers and Laptops.

Download Checksum: SHA512SUM | Help

Basic Erasure

Settings for basic data erasure using shred Linux command. A software-based fast non-100%-secured way of erasing data storage.

Performs 1 pass overwriting one round using all zeros. Compliant with NIST SP-800-88.

Download settings file
Baseline Secure Erasure

Settings for advanced data erasure using badblocks Linux software. A secured-way of erasing data storages, erase hidden areas, checking the erase sector by sector.

Performs 1 pass overwriting each sector with zeros and a final verification. Compliant with HMG Infosec Standard 5 Baseline.

Download settings file
Enhanced Secure Erasure

Settings for advanced data erasure using badblocks Linux software. A secured-way of erasing data storages, erase hidden areas, checking the erase sector by sector.

Performs 3 passes overwriting every sector with zeros and ones, and final verification. Compliant with HMG Infosec Standard 5 Enhanced.

Download settings file
{# WB V14.2 #}
Usody Data Erasure v14.2

A certified data erasure software to irreversibly removing data sored on hard drives.
Desktops, Servers and Laptops.

Download Checksum: SHA512SUM | Help

Basic Erasure

Settings for basic data erasure using shred Linux command. A software-based fast non-100%-secured way of erasing data storage.

Performs 1 pass overwriting one round using all zeros. Compliant with NIST SP-800-88.

Download settings file
Baseline Secure Erasure

Settings for advanced data erasure using badblocks Linux software. A secured-way of erasing data storages, erase hidden areas, checking the erase sector by sector.

Performs 1 pass overwriting each sector with zeros and a final verification. Compliant with HMG Infosec Standard 5 Baseline.

Download settings file
{% endif %}
{% endblock main %}