@optimant @dangoodin A major part of my previous job was encoding data to make it fit in "text/plain" so preflight wouldn't be needed.
One of my friends dubbed it "encraption" which is not wrong.
I ended up writing a custom compression algorithm that output directly to text/plain without needed anything like base64 encoding, though they never used it.