Security and Encoding
Encoding, hashing and security testing utilities. Nothing here yet. We are building slowly and in the order that produces tools worth using rather than tools that fill a grid.
What this category will cover
- Base64 and URL encoding and decoding
- Hash generation and comparison
- JWT decoding and inspection
- Input sanitisation testing
0 toolsIn planning
{ }
Nothing here yet, and that is deliberate
We could fill this category tomorrow with a base64 decoder and a hash generator. There are already dozens of both, and none of them would be better than what exists.
A tool ships here when we can say what it does that the alternatives do not. Until then the category stays empty rather than padded.
What we are considering
- JWT inspector that shows the decoded payload, validates signatures, and warns about common misconfiguration
- Encoding round-trip tester, verifying that encode then decode returns the original input across edge cases
- CSP evaluator that reads a Content-Security-Policy header and names what it permits and what it blocks