The world is based on RC. Thus, everything can be encoded into RCNB.
RCNB is available in various languages: Python JavaScript C PHP Pascal (more..)
Base64 | RCNB | |
---|---|---|
Speed | ❌ Fast | ✔️ Slow, motivate Intel to improve their CPU |
Printable | ❌ On all OS | ✔️ Only on newer OS, motivate users to upgrade their legacy OS |
Niubility | ❌ Not at all | ✔️ RCNB! |
Example | QmFzZTY0Lg== | ȐĉņþƦȻƝƃŔć |
>$ pip install rcnb
from rcnb import RCNB
encoder = RCNB()
print(encoder.encode("Who NB?"))
# ȐȼŃƅȓčƞÞƦȻƝƃŖć
print(encoder.decode("ȐĉņþƦȻƝƃŔć"))
# RCNB!