9 articles tagged Security.

A QR code hides its destination by design. How quishing bypasses email filters, and how to inspect a code before it reaches a browser.
The TweakPad Team
Five entities are enough in an HTML body and useless inside a script tag or an href. What each context actually needs.
The TweakPad Team
V8 runs xorshift128+ with 128 bits of state an attacker can recover from a few outputs. When to reach for crypto instead.
The TweakPad Team
A JWT decoder reads the payload without the key, because the payload is only Base64. What proves a token is real, and what does not.
The TweakPad Team
SHA-256 is fast, and speed is the attacker advantage. What to use instead, the OWASP parameters, and the bcrypt limit that truncates.
The TweakPad Team
What Base64 actually does, why it makes files bigger, why btoa breaks on emoji, and when base64url is the one you need instead.
The TweakPad Team
Catastrophic backtracking turns a working pattern into a CPU bomb. Why nested quantifiers explode, and how to spot and rewrite them.
The TweakPad Team
Session cookies, JWTs, API keys and OAuth compared — including why stateless JWTs make logout hard, and what to do about it.
The TweakPad Team
How Server Actions work, why they are safer than an API route for form handling, and the validation and authorisation you must not skip.
The TweakPad Team