An open API service indexing awesome lists of open source software.

https://github.com/sinri/nyacode

Alternative String Encode Solution
https://github.com/sinri/nyacode

Last synced: about 1 year ago
JSON representation

Alternative String Encode Solution

Awesome Lists containing this project

README

          

# NyaCode
Alternative String Encode Solution

## Alternative with Base64

Base64 is a way to encode and decode chars as bytes to avoid special chars in network transmission, i.e. SMTP or so.
But it is a general standard so the firewall might decode them as they want and mislead.
Now let us use other encodings alike! Let the firewalls shut up! Long Live Sinri!

## Algorithms

Here just provide the algorithms.
They are all shared with GNU Lesser General Public License v3.0.