18 lines
598 B
TOML
Executable File
18 lines
598 B
TOML
Executable File
# Legacy DoD 5220.22-M profile — 7-pass DoD method.
|
|
# Legacy profile for the `--method dod522022m|dod` method.
|
|
|
|
[meta]
|
|
name = "Legacy DoD 5220.22-M"
|
|
version = 1
|
|
description = "Seven-pass DoD 5220.22-M wipe: random byte, complement, PRNG stream, random byte, random byte, complement, PRNG stream. A widely-deployed legacy standard for non-classified media."
|
|
nist_class = "clear"
|
|
audience = "ITAD, regulated-but-unclassified media"
|
|
|
|
[defaults]
|
|
method = "dod"
|
|
prng = "ChaCha20 (CSPRNG)"
|
|
rounds = 1
|
|
verify = "final"
|
|
certificate = "json"
|
|
noblank = false
|