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
- Host: GitHub
- URL: https://github.com/pedroalbanese/base32
- Owner: pedroalbanese
- License: isc
- Created: 2022-08-04T23:16:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T19:49:52.000Z (over 1 year ago)
- Last Synced: 2025-01-04T21:18:55.887Z (6 months ago)
- Topics: autoit3, base32, go, golang, php
- Language: AutoIt
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Base32
[](https://github.com/pedroalbanese/base32/blob/master/LICENSE.md)
[](http://godoc.org/github.com/pedroalbanese/base32)
[](https://github.com/pedroalbanese/base32/releases)
[](https://goreportcard.com/report/github.com/pedroalbanese/base32)
[](https://golang.org)
[](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.