Hacker News new | ask | show | jobs
by ranger_danger 647 days ago
how does it affect error correction though?
1 comments

Neither base64 nor the gzipped version have error correction as implemented. The extra overhead bits in base64 come from selecting only a subset of printable characters, not by adding redundancy to the useful bits.