18 lines
628 B
TOML
Executable File
18 lines
628 B
TOML
Executable File
# Legacy Schneier 7-Pass profile — Bruce Schneier's 7-pass method.
|
|
# Legacy profile for the `--method bruce7` method.
|
|
|
|
[meta]
|
|
name = "Legacy Schneier 7-Pass"
|
|
version = 1
|
|
description = "Bruce Schneier's seven-pass wipe (PRNG, 0xFF, 0x00, PRNG, 0xFF, 0x00, PRNG). From Applied Cryptography (1996); a defensive belt-and-braces multi-pass for cautious operators."
|
|
nist_class = "clear"
|
|
audience = "Cautious operators, applied-cryptography-regulated workflows"
|
|
|
|
[defaults]
|
|
method = "schneier"
|
|
prng = "ChaCha20 (CSPRNG)"
|
|
rounds = 1
|
|
verify = "final"
|
|
certificate = "json"
|
|
noblank = false
|