I-D Action: draft-gaikwad-ba64-00.txt
| Newsgroups | gmane.ietf.announce |
|---|---|
| Message-ID | <178688079679.278648.14566214465999381055@dt-datatracker-7c6ddbc678-lb5nk> |
Internet-Draft draft-gaikwad-ba64-00.txt is now available. Title: ba64: A Binary-to-Text Encoding That Is Never Larger Than Base64 Author: Madhava Gaikwad Name: draft-gaikwad-ba64-00.txt Pages: 12 Dates: 2026-08-16 Abstract: ba64 is a text encoding for binary data that is never larger than standard base64. An encoder races DEFLATE compression against plain base64 and emits whichever final text is shorter. Compressed output is marked by a leading "=" character, which is inside the base64 alphabet, so it survives every base64-safe channel, yet can never begin a valid base64 string, so the two forms are unambiguous. A CRC-32 over the decoded bytes guarantees that a ba64 decoder never silently returns wrong data. The plain form is byte-identical to base64, so ba64 decoders are a drop-in replacement wherever base64 is read today. An optional padding method decouples the emitted length from the compressibility of the input. The IETF datatracker status page for this Internet-Draft is: https://datatracker.ietf.org/doc/draft-gaikwad-ba64/ There is also an HTML version available at: https://www.ietf.org/archive/id/draft-gaikwad-ba64-00.html Internet-Drafts are also available by rsync at: rsync.ietf.org::internet-drafts _______________________________________________ I-D-Announce mailing list -- [email protected] To unsubscribe send an email to [email protected]