API Reference¶
Complete reference for all CipherToken modules, classes, and methods.
CipherToken is currently a JWT-focused token engine providing key generation, token lifecycle management, async support, and expiry tracking — all powered by Rust. Part of Cipher-Unit.
ciphertoken/
├── CipherToken # Main token engine
├── secret # Key generation (HMAC, RSA)
├── time # Timestamp and TTL helpers
├── utils # Shared constants
├── algorithms # Supported signing algorithms
└── jwt # High-level JWT convenience functions
Looking for a specific method or constant? Use the API Lookup index — a single searchable page listing every symbol with its signature.
New here? Start with the Quick Start.