18 lines
553 B
TOML
Executable File
18 lines
553 B
TOML
Executable File
# Legacy Random profile — single-pass PRNG stream overwrite.
|
|
# Compatibility shim for upstream nwipe's `--method random|prng|stream`.
|
|
|
|
[meta]
|
|
name = "Legacy Random"
|
|
version = 1
|
|
description = "Single-pass overwrite with a cryptographically secure pseudo-random stream. Uses the ChaCha20 CSPRNG by default."
|
|
nist_class = "clear"
|
|
audience = "General-purpose, single-pass sanitization"
|
|
|
|
[defaults]
|
|
method = "random"
|
|
prng = "ChaCha20 (CSPRNG)"
|
|
rounds = 1
|
|
verify = "final"
|
|
certificate = "json"
|
|
noblank = false
|