title: API Reference - CipherToken Documentation description: Complete API reference for CipherToken modules: CipherToken, secret, time, utils, algorithms, and jwt. Built with Rust for Python. keywords: api, documentation, jwt, python, rust, reference, cryptography image: https://cipherunits.github.io/CipherToken/logo.png
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
| Module | API Lookup |
|---|---|
| CipherToken | ⇗ |
| secret | ⇗ |
| time | ⇗ |
| utils | ⇗ |
| algorithms | ⇗ |
| jwt | ⇗ |
New here? Start with the Quick Start.