18 lines
610 B
TOML
Executable File
18 lines
610 B
TOML
Executable File
# Legacy BMB21-2019 profile — German Federal Office BSI method.
|
|
# Legacy profile for the `--method bmb` method.
|
|
|
|
[meta]
|
|
name = "Legacy BMB21-2019"
|
|
version = 1
|
|
description = "German Federal Office for Information Security (BSI) BMB21-2019 wipe: one PRNG stream pass followed by a zero pass and verification. Modern German federal standard for non-classified media."
|
|
nist_class = "clear"
|
|
audience = "German government, BSI-regulated workflows"
|
|
|
|
[defaults]
|
|
method = "bmb"
|
|
prng = "ChaCha20 (CSPRNG)"
|
|
rounds = 1
|
|
verify = "final"
|
|
certificate = "json"
|
|
noblank = false
|