Skip to content

Base65536 encoding implemented in C#

License

Notifications You must be signed in to change notification settings

cyberdot/base65536

Repository files navigation

base65536

An implementation of base65536 encoding in C#.

Usage

using CyberDot.Encoding.Base65536;

var bytes = System.Text.Encoding.UTF8.GetBytes("hello world");
var encoded = Base65536.Encode(bytes); // Output: 驨ꍬ啯𒁷ꍲᕤ

var decoded = Base65536.Decode(encoded); // Output: hello world 

Credits

Javascript original implementation: base65536.

License

The MIT License (MIT)

About

Base65536 encoding implemented in C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages