Security sizing
Seald follows the recommendations of the ANSSI and the NIST in terms of security sizing:
- HTTPS communication: all communications between users and Seald servers are secured by the TLS protocol, using only secure protocol versions and safe cryptographic suites.
- Database encryption : some database fields are considered sensitive. These fields are encrypted (
AES256_CBC
+PBKDF2HMAC
), with a key not stored on the database.