scuttle/profiles/legacy_zero.profile.toml

18 lines
660 B
TOML
Executable File

# Legacy Zero profile — single-pass overwrite with 0x00.
# Legacy profile for the `--method zero` / `--method quick` method.
[meta]
name = "Legacy Zero"
version = 1
description = "Single-pass overwrite of the device with zeros (0x00). The simplest and fastest wipe; appropriate for non-sensitive media being recommissioned within a trusted organization."
nist_class = "clear"
audience = "ITAD high-throughput, trusted recommissioning"
[defaults]
method = "zero"
prng = "ChaCha20 (CSPRNG)" # unused (no PrngStream passes), but bound for audit
rounds = 1
verify = "final"
certificate = "json"
noblank = false