Transport Layer Security — Data in Transit
Every connection between a user's browser and the Corporate Connect servers is encrypted using 256-bit TLS (Transport Layer Security). The platform enforces TLS 1.2 as the minimum protocol version and supports TLS 1.3 for clients that negotiate it. Weak cipher suites — including RC4, DES, and 3DES — are disabled entirely. Certificate pinning prevents man-in-the-middle attacks by validating that the server certificate matches a known fingerprint before establishing the encrypted session.
The TLS implementation uses AES-256-GCM (Galois/Counter Mode) for symmetric encryption, providing both confidentiality and integrity verification in a single cryptographic operation. Perfect forward secrecy (PFS) ensures that even if a server's private key were compromised in the future, previously recorded sessions could not be decrypted. This is achieved through ephemeral Diffie-Hellman key exchange (ECDHE) that generates a unique session key for every connection.