Back to blog


Textavia topic
Security & Privacy
Safe handling for passwords, tokens, hashes, and privacy-sensitive utility work.

Feb 14, 2026
jwtJWT decoder: read header and payload safely (and know what is not verified)
Decode a JWT to inspect claims, expiration, issuer, and audience. Learn what decoding proves, common errors, and privacy-safe token checks.
3 min read

Jan 4, 2026
securityMD5 Hash: What It Is, How to Use It, and When Not To
Learn what MD5 hashes are, how to generate them, when to use checksums for file verification, and why MD5 isn't safe for passwords.
4 min read

Dec 14, 2025
securityStrong password length: how long to make it, and which options matter
Length and randomness beat complicated rules. Use this guide to pick a password length that fits your risk, then generate it locally with Textavia.
4 min read