IT Log

Record various IT issues and difficulties.

Tag: Encryption


  • How to Protect Front-End Transmitted Parameters

    To protect front-end transmitted parameters effectively, follow these organized steps: Use HTTPS: Ensure all data transmission uses SSL/TLS via HTTPS to encrypt data between client and server. Implement HTTP Only Cookies: Set cookies with the Secure and HttpOnly flags to prevent XSS attacks and script access. Configure CORS: Restrict allowed domains using CORS headers to…


  • What is discrete TPM (dTPM) and firmware TPM (fTPM)

    Discrete TPM (dTPM) and Firmware TPM (fTPM) are two distinct implementations of the Trusted Platform Module (TPM), each serving different purposes and offering varying levels of security and integration. 1. Discrete TPM (dTPM): – Definition: A dTPM is an independent hardware module that functions as a separate entity within a computing system, often integrated into…