➜ ~ / ./bottom
bottom_text encoder
>
Converts strings into "bottom spam" — encodes the whole string as a
single big integer in base 9 via home row keys, prefixed with
sk.
plaintext
// inputbottom text
// output// how it works
1.
The entire string is encoded as one big integer from its
UTF-8 bytes, then converted to
base 9.
2.
Digits
0-8 map to home row keys:
asdfghjkl.
3.
Consecutive same letters are broken up with non-home-row
keys for camouflage, prefixed with
sk.