drop comments

This commit is contained in:
Cayo Puigdefabregas 2022-10-11 16:01:35 +02:00
parent b77d7abaa4
commit c8c542189a
1 changed files with 0 additions and 80 deletions

View File

@ -230,86 +230,6 @@
</div>
</div>
</div>
<!--
<table class="">
<tr>
<td class="border">
<table style="height: 100%;" class="border bg-primary">
<tr class="align-top">
<td>
</td>
</tr>
<tr class="align-bottom">
<td>
</td>
</tr>
</table>
</td>
<td class="border">
</td>
</tr>
</table>
<div class="row mt-3 d-table">
<div class="col-4 border d-table-cell">
<div class="row d-table-cell">
<p>
Settings for basic data erasure using shred fast non-100% secured way of erasing data storage.
</p>
<p>
One overwriting round using a randomn pattern.
Compliant with British HMG Infosec Standard 5,
Baseline Standard
</p>
</div>
<div class="row d-table-cell">
<div class="col-12 mb-2">
<a href="{{ url_for('workbench.settings') }}?opt=erease_basic" class="btn btn-primary" style="width: 100%">Download settings file</a>
</div>
</div>
</div>
<div class="col-4 border ml-1 mr-1">
<div class="row">
<p>
Settings for basic data erasure
using shred Linux command. A software-based fast non-100
secured way of erasing data storage.
</p>
<p>
One overwriting round using all zeros.
Compliant with NIST SP-800-88
</p>
</div>
<div class="row">
<div class="col-12 mb-2">
<a href="{{ url_for('workbench.settings') }}?opt=erease_sectors" class="btn btn-primary" style="width: 100%">Download settings file</a>
</div>
</div>
</div>
<div class="col-4 border">
<div class="row">
<p>
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.
</p>
<p>
Three overwritting rounds using patterh
(All ones, all zeros, random). Compliant with British HMG Infosec
Standard 5, Enganced Standard
</p>
</div>
<div class="row">
<div class="col-12 mb-2">
<a href="{{ url_for('workbench.settings') }}?opt=erease_sectors" class="btn btn-primary" style="width: 100%">Download settings file</a>
</div>
</div>
</div>
</div>
-->
</div>