All writing

Cybersecurity

Articles about cybersecurity.

5 articles
  1. 8 min read

    Incident Management Platform in Blibli.com

    How we built an incident management platform at Blibli, from the earlier response process to requirements, implementation, incident flow, and results.

  2. 7 min read

    How To Better Store Password In Database

    Why plain-text passwords and fast hashes are unsafe for database storage, how salts work, and how bcrypt balances hashing cost with login latency.

  3. 9 min read

    How to Implement JSON Web Token (JWT) in Java Spring Boot

    Implement signed and encrypted JSON Web Tokens in Java Spring Boot with jose4j, covering JWS creation and validation, JWE, and key handling.

  4. 12 min read

    Introduction to JWT (Also JWS, JWE, JWA, JWK)

    An introduction to JWT and related JOSE standards: token structure, signatures, encryption, algorithms, keys, and the differences between JWS and JWE.

  5. 9 min read

    Should You Use a Password Manager?

    An overview of password managers, password reuse risks, the benefits and risks of storing credentials, and ways to protect a password vault.