Skip to content

danielschleindlsperger/atobtoa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atobtoa

Read: a to b to a

atob and btoa utilities to convert base64 encoded ASCII text to binary and vice versa.

Background

http://www.sunshine2k.de/articles/coding/base64/understanding_base64.html

Development

The tool has been written in Janet which outputs small executables that are fast to start up.

Useful commands

janet ./atob "aGVsbG8="
janet ./btoa "hello" 
jpm build
jpm test
jpm run testw # run tests in watch mode

About

Base64 encoding/decoding utility

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published