All tools
Blog
Technical articles, tutorials and guides about JSON, TypeScript, Base64, JWT, and the tools you use every day.
Security
· 2Security
Password Generators: What Makes a Password Actually Secure
Length beats complexity every time. Here's what password generators get right and wrong, and how to create passwords that are both secure and usable.
5 min read
Security
How to Decode a JWT Token (And Actually Understand What's Inside)
JWTs aren't encrypted. You can decode them without a secret key. Here's how to read the header, payload, and signature, and what to look for when debugging auth issues.
5 min read