TS Bcrypt
A TypeScript password hashing library built on Node crypto (PBKDF2 / SHA-256) with zero dependencies. Hash and verify secrets in Node or the browser without pulling native bcrypt bindings. Async and sync APIs, fully typed. Use it for auth, API keys, and any secret you should not store in plain text.