Skip to content
forked from chr233/RCNB.python

Everything can be encoded into RCNB with Python

License

Notifications You must be signed in to change notification settings

rcnbapp/RCNB.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCNB.Python Codacy Badge PyPI License

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..)

Why RCNB?

RCNB vs Base64

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== ȐĉņþƦȻƝƃŔć

Install

>$ pip install rcnb

Usage

from rcnb import RCNB

encoder = RCNB()

print(encoder.encode("Who NB?"))
# ȐȼŃƅȓčƞÞƦȻƝƃŖć

print(encoder.decode("ȐĉņþƦȻƝƃŔć"))
# RCNB!

About

Everything can be encoded into RCNB with Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Batchfile 0.1%