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
- Host: GitHub
- URL: https://github.com/sinri/nyacode
- Owner: sinri
- License: lgpl-3.0
- Created: 2019-08-20T15:10:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T13:27:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T18:33:29.391Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.