Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmelodie/based

A base64-like decoder but for any base
https://github.com/gmelodie/based

hacktoberfest

Last synced: 25 days ago
JSON representation

A base64-like decoder but for any base

Awesome Lists containing this project

README

        

# based
A base64-like decoder but for any base

## Installation
```bash
$ go get github.com/gmelodie/based
```

## Usage
```bash
$ ./based
```

**Example**
```bash
$ ./based 2 test.bin ans
$ cat ans
hello world
```