Index
π€ AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
flavor.utils
¶
Functions¶
xor_decode
¶
XOR decode data with repeating key.
Since XOR is symmetric, this is the same as encoding.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data
|
bytes
|
Bytes to decode |
required |
key
|
bytes
|
XOR key bytes (defaults to Ο digits) |
XOR_KEY
|
Returns:
| Type | Description |
|---|---|
bytes
|
XOR decoded bytes |