The world is based on RC. Thus, everything can be encoded into RCNB.
RCNB is available in various languages: Java JavaScript C PHP Pascal (more..)
| Base64 | RCNB | |
|---|---|---|
| Speed | ❌ Fast | ✔️ Slow, motivate Intel to improve their CPU |
| Printable | ❌ On all OS | ✔️ Jvm supports almost all os! |
| Niubility | ❌ Not at all | ✔️ RCNB! |
| Example | QmFzZTY0Lg== | ȐĉņþƦȻƝƃŔć |
repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>dependency:
<dependency>
<groupId>com.github.IsSkyfalls</groupId>
<artifactId>RCNB.java</artifactId>
<version>v1.1</version>
</dependency>repository:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}dependency:
dependencies {
implementation 'com.github.IsSkyfalls:RCNB.java:v1.1'
}//encode
RCNBEncoder.encode("Who's NB?");
//decode
RCNBDecoder.decode("ȐȼŃƅȓčÑƄɌCňƀƦȻƝƃŖć");