Cybersecurity
Articles about cybersecurity.
5 articlesIncident 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.
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.
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.
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.
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.