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

{{ title }}

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

{% if demo %}
Register devices

Download Checksum: SHA512SUM | Help

{% else %} {% for d, v in iso.items() %} {% if d != 'demo' %}
Workbench {{ d }}
{% if d == 'v14' %}

Settings for basic data erasure. | Help

Settings for advanced data erasure through sectors and hidden areas. Guarantee of data removal. | Help

{% else %}

Settings for register devices.

{% endif %} {% if iso %}

{{ v.iso }}

Download Checksum: SHA512SUM | Help

{% endif %}
{% endif %} {% endfor %} {% endif %}
Register devices

Download Checksum: SHA512SUM | Help

HW and Smart test

Erasure hard-drive

Download Checksum: SHA512SUM | Help

Settings for basic data erasure using shred fast non-100% secured way of erasing data storage.

One overwriting round using a randomn pattern. Compliant with British HMG Infosec Standard 5, Baseline Standard

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

One overwriting round using all zeros. Compliant with NIST SP-800-88

Settings for advanced data erasure using badblocks Linux software. A secured-way of erasing data storages, erase hidden areas, provide a defects log list and list bad sectors that could not be overwritten.

Three overwritting rounds using patterh (All ones, all zeros, random). Compliant with British HMG Infosec Standard 5, Enganced Standard

{% endblock main %}