18 lines
700 B
TOML
Executable File
18 lines
700 B
TOML
Executable File
# Legacy RCMP TSSIT OPS-II profile — 7-pass RCMP method.
|
|
# Legacy profile for the `--method ops2` method.
|
|
|
|
[meta]
|
|
name = "Legacy RCMP TSSIT OPS-II"
|
|
version = 1
|
|
description = "Royal Canadian Mounted Police Technical Security Standard for Information Technology, Appendix OPS-II. Seven passes alternating random bytes and their complements, leaving a final random pattern on the device."
|
|
nist_class = "clear"
|
|
audience = "Canadian government, RCMP-regulated workflows"
|
|
|
|
[defaults]
|
|
method = "ops2"
|
|
prng = "ChaCha20 (CSPRNG)"
|
|
rounds = 1
|
|
verify = "final"
|
|
certificate = "json"
|
|
noblank = true # OPS-II leaves a final random pattern; do NOT blank
|