doc/security/security_levels.txt

55 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-12-17 23:25:42 +00:00
Inferencium
Security Levels
Copyright 2022-2023 Inference
SPDX-License-Identifier: CC-BY-4.0
2022-12-17 23:25:42 +00:00
Version: 0.0.2.2
2022-12-17 23:25:42 +00:00
Security level: s0
Intended access: Public
Encryption: None
Signing: Optional
Security level: s1
Intended access: Authorised users of s1 or lower security levels
Encryption: Enforced
Signing: Enforced
Permitted symmetrical encryption ciphers (order of preference):
2022-12-17 23:25:42 +00:00
0. AES
1. ChaCha20*
2. Twofish
Security level: s2
Intended access: Authorised users of s2 or lower security levels
Encryption: Enforced
Signing: Enforced
Permitted symmetrical encryption ciphers (order of preference):
2022-12-17 23:25:42 +00:00
0. AES
1. ChaCha20*
2. Twofish
Security level: s3
Intended access: Authorised users of s3 or lower security levels
Encryption: Enforced
Signing: Enforced
Permitted symmetrical encryption ciphers (order of preference):
2022-12-17 23:25:42 +00:00
0. AES
1. ChaCha20*
Security level: s4
Intended access: Authorised users of s4 or lower security levels
Encryption: Enforced
Signing: Enforced
Permitted symmetrical encryption ciphers (order of preference):
2022-12-17 23:25:42 +00:00
0. AES
1. ChaCha20*
*Preferred when hardware-accelerated AES is unavailable.