HashToken
HashToken is a security-focused utility for generating and validating cryptographic authentication tokens. The project has two implementations:
- TypeScript Version: Ideal for quick integration into Node.js backends and web applications.
- Rust Version (
hashTokenRust): Maximum portability and high performance for critical services.
Features
- Secure encryption for compact tokens.
- Fast validation of integrity and expiration time (TTL).
- Lightweight with no heavy dependencies, focused on performance.
Rust Version Source Code
TypeScript Version Source Code
Hospedado por Verceldnetto.dev