· 5 min read
Building a Local-First Cryptography Toolkit
Password generators, JWT decoders, hash tools — they all ask you to trust a server. Germond Security runs everything in your browser and ships the same code as a CLI and importable library.
2 posts
Password generators, JWT decoders, hash tools — they all ask you to trust a server. Germond Security runs everything in your browser and ships the same code as a CLI and importable library.
Role-based access control is simple and works well for most apps. Attribute-based access control gives you fine-grained control when roles alone are not enough. Here is how to decide.