Password, hash, UUID, and Base64 utilities for developers
Pass is built for short, repeatable security and encoding tasks: creating strong random passwords, checking hash output, generating identifiers, and converting Base64 text without leaving the browser. It is useful when preparing examples, testing APIs, documenting integrations, or cleaning up data during development.
- Password generation with configurable length and character groups.
- Hash helpers for comparing deterministic outputs while testing.
- UUID generation for fixtures, mock records, and API payloads.
- Base64 encode and decode helpers for tokens, headers, and examples.