RCNB.php
March 14, 2019 · View on GitHub
The world is based on RC. Thus, everything can be encoded into RCNB.
RCNB is available in various languages: JavaScript C PHP Pascal (more..)
What's RCNB?
Please refer to RCNB.js
Usage
require_once 'rcnb.php';
$rcnb = new RCNB();
$rcnb->encode('rcnb'); // 'ɌcńƁȓČņÞ'
$rcnb->decode('ɌcńƁȓČņÞ'); // 'rcnb'