From 7b5459000ef7746ef26bcf6f6e48cd8cebe7356d Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 9 May 2023 17:38:12 +0100 Subject: [PATCH] Switch Security Levels documentation from plaintext to HTML formatting. --- security/security_levels.html | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 security/security_levels.html diff --git a/security/security_levels.html b/security/security_levels.html new file mode 100644 index 0000000..d9c88ef --- /dev/null +++ b/security/security_levels.html @@ -0,0 +1,62 @@ + + + + + + + + + + + + + Security Levels + + + +

Security Levels

+

S0

+

Intended access: Public

+

Encryption: None

+

Signing: Optional

+

S1

+

Intended access: Authorised users of S1 or lower security levels

+

Encryption: Enforced

+

Signing: Enforced

+

Permitted symmetrical encryption ciphers (order of preference): +

    +
  1. AES
  2. +
  3. ChaCha20*
  4. +
  5. Twofish
  6. +

+

S2

+

Intended access: Authorised users of S2 or lower security levels

+

Encryption: Enforced

+

Signing: Enforced

+

Permitted symmetrical encryption ciphers (order of preference): +

    +
  1. AES
  2. +
  3. ChaCha20*
  4. +
  5. Twofish
  6. +

+

S3

+

Intended access: Authorised users of s3 or lower security levels

+

Encryption: Enforced

+

Signing: Enforced

+

Permitted symmetrical encryption ciphers (order of preference): +

    +
  1. AES
  2. +
  3. ChaCha20*
  4. +

+

S4

+

Intended access: Authorised users of s4 or lower security levels

+

Encryption: Enforced

+

Signing: Enforced

+

Permitted symmetrical encryption ciphers (order of preference): +

    +
  1. AES
  2. +
  3. ChaCha20*
  4. +

+

*Preferred when hardware-accelerated AES is unavailable.

+ +