SEC-10 // ENCRYPTION_KEYGEN

CRYPTOGRAPHIC_ENTROPY_GENERATOR

TECHNICAL_SPECIFICATIONS

The SEC-10 module utilizes the Web Crypto API to ensure cryptographically strong pseudo-random number generation (CSPRNG). Unlike standard Math.random(), which is not suitable for security purposes, our generator draws entropy directly from the underlying operating system's entropy pool.

Encryption keys generated by this module are processed entirely within the client's local environment. No data is transmitted to TBG Systems' servers during the generation process, ensuring complete isolation and security of the generated keys.

For maximum security, we recommend a minimum key length of 32 characters for critical infrastructure access and the inclusion of all character classes to maximize the bit-entropy of the resulting string.