Remix.run Logo
fainpul 4 days ago

One could use emojis instead, then the message could be hidden in plain sight in places where emoji-spam is common.

Bender 4 days ago | parent | next [-]

For fun there are other variants of base64 in a similar spirit [1][2] full unicode. [3] see other links in that repo... Not a stream cipher, just encoding but could be used in conjunction with a stream cipher to add compression. It could go turtles all the way down.

[1] - https://github.com/qntm/base2048

[2] - https://github.com/qntm/base32768

[3] - https://github.com/qntm/base65536

cluckindan 4 days ago | parent | prev [-]

Emojis have a high overhead, a single emoji is typically 4 bytes but may be up to 35 bytes.

foofoo12 4 days ago | parent | next [-]

Yikes! Imagine if people were to start sending photos and videos to each other!

fainpul 4 days ago | parent | prev [-]

Oh, my bad - I wasn't aware that we're doing serious engineering here :p