GithubHelp home page GithubHelp logo

base45's Introduction

base45

Specification of base45 encoding

Here you can find both the internet draft and example code in go.

All changes to the draft should be in draft-faltstrom-base45.xml.

$ ./base45 -encode 'Hello!!'
encode: Hello!!
encodeArray: [H e l l o ! !]
firstlist: [72 101 108 108 111 33 33]
secondlist: [[72 101] [108 108] [111 33] [33]]
thirdlist: [18533 27756 28449 33]
fourthlist: [[38 6 9] [36 31 13] [9 2 14] [33 0]]
fifthlist: [38 6 9 36 31 13 9 2 14 33 0]
sixthlist: [% 6 9   V D 9 2 E X 0]
Encoded string: %69 VD92EX0
encode: Hello!!
encode: %69 VD92EX0
Better Encoded string: %69 VD92EX0
$ ./base45 -decode '%69 VD92EX0'
decode: %69 VD92EX0
firstlist: [% 6 9   V D 9 2 E X 0]
secondlist: [38 6 9 36 31 13 9 2 14 33 0]
thirdlist: [[38 6 9] [36 31 13] [9 2 14] [33 0]]
fourthlist: [18533 27756 28449 33]
fifthlist: [[72 101] [108 108] [111 33] [33]]
sixthlist: [72 101 108 108 111 33 33]
seventhlist: [H e l l o ! !]
Decoded string: Hello!!
decode: %69 VD92EX0
encode: Hello!!
Better Decoded string: Hello!!

base45's People

Contributors

patrikhson avatar

Watchers

 avatar  avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.