• Envelope Encryption

    Envelope encryption is the practice of encrypting plaintext data with a data key, and then encrypting the data key under another key.

  • Tutorial - "su username vs su - username" - A Security Perspective

    The main difference between `su username` and `su - username` lies in the environment variables that are loaded when switching to the specified user.

  • Subdomain Hijacking

    My dormant subdomain was recently hijacked, redirecting it to a online gamble registration page.

  • C# DbContext ServiceLifeTime

    my note about C Sharp ServiceLifeTime

  • PostgreSQL Index Usage Monitoring

    Having too many unused or underused indexes on a table can slow down write and update operations in your PostgreSQL database, making it crucial to regularly identify and manage them for optimal performance.

subscribe via RSS