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

https://github.com/pedroalbanese/base32

Trivial Cross-platform Base32 Encoder in Golang, AutoIt, AutoHotKey and PHP
https://github.com/pedroalbanese/base32

autoit3 base32 go golang php

Last synced: 4 months ago
JSON representation

Trivial Cross-platform Base32 Encoder in Golang, AutoIt, AutoHotKey and PHP

Awesome Lists containing this project

README

        

# Base32
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/base32/blob/master/LICENSE.md)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/base32?status.png)](http://godoc.org/github.com/pedroalbanese/base32)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/base32/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/base32/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/base32)](https://goreportcard.com/report/github.com/pedroalbanese/base32)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/base32)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/base32)](https://github.com/pedroalbanese/base32/releases)
### Trivial Base32 Encoder (RFC 4648)
Base32 is the base-32 numeral system. It uses a set of 32 digits, each of which can be represented by 5 bits (25). One way to represent Base32 numbers in a human-readable way is by using a standard 32-character set, such as the twenty-two upper-case letters A–V and the digits 0-9. However, many other variations are used in different contexts.

## Usage:

Usage of base32:

-d Decode instead of Encode
-n No padding
-w int
Wrap lines after N columns (default 64)

This project is licensed under the ISC License.

##### Copyright (c) 2016-2022 Pedro F. Albanese - ALBANESE Research Lab.