Advanced Guide¶
Production topics for CipherToken — the next-generation token engine.
Topics¶
- Async Usage — Full async API with Tokio under the hood
- Security Best Practices — Key management, rotation, algorithm selection
Async First¶
Developed by Cipher-Unit. Every sync method has an async twin, backed by Tokio. No secondary package, no compatibility layers — it is part of the core engine.
Production async
Use CipherToken async methods in FastAPI, Sanic, or AioHTTP for GIL-free token operations at scale.