🧐 Encode binary data with KORG 7 on 8 encoding.
This project is a response to How the Great Firewall of China Detects and Blocks Fully Encrypted Traffic, as the encoding scheme used in the project...
- Cannot have randomness exceed 87.5%.
- If input can be considered fully random, at around 75% of the bytes are printable.
Estimate encode length.
Estimate decode length.
Encode a 7-byte (or less) block.
Decode a 8-byte (or less) block.
Encode Uint8Array
.
Decode Uint8Array
.
Encode any of ArrayBuffer
or TypedArray
.
Encode any of ArrayBuffer
or TypedArray
.
Async version of .encodeSync
.
Async version of .decodeSync
.