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

https://github.com/pedroalbanese/base64

Trivial Base64 Encoder
https://github.com/pedroalbanese/base64

base64-encoding go golang

Last synced: 8 months ago
JSON representation

Trivial Base64 Encoder

Awesome Lists containing this project

README

          

# Base64
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/base64/blob/master/LICENSE.md)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/base64?status.png)](http://godoc.org/github.com/pedroalbanese/base64)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/base64/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/base64/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/base64)](https://goreportcard.com/report/github.com/pedroalbanese/base64)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/base64)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/base64)](https://github.com/pedroalbanese/base64/releases)
### Trivial Base64 Enc/Decoder
Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in sequences of 24 bits that can be represented by four 6-bit Base64 digits.

## Usage:

Usage of base64:

-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) 2020-2022 Pedro F. Albanese - ALBANESE Research Lab.