Expand description
Token scanning and replacement in byte buffers.
Finds starpod:v1: opaque tokens in arbitrary data (headers, bodies),
decrypts them, verifies host binding, and replaces with real values.
Structs§
- Scan
Result - Result of scanning a buffer for opaque tokens.
Functions§
- cipher_
from_ key - Create a cipher from a 32-byte master key.
- scan_
and_ replace - Scan
dataforstarpod:v1:tokens and replace/strip them. - scan_
and_ replace_ str - Convenience wrapper for string data.