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

{{ title }}

{% for host in form.kangaroos %} {% endfor %}
PHID Erasure 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 steps

Usody Metadata Snapshots

Download Checksum: SHA512SUM | Help

Hardware Capture

HW Metadata Capture and Smart test

Download settings file
{% if not demo %}
Usody Erasure Snapshots

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
{% endif %}
{% endblock main %}