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
- Host: GitHub
- URL: https://github.com/pedroalbanese/base64
- Owner: pedroalbanese
- License: isc
- Created: 2022-08-17T19:14:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T19:50:54.000Z (about 2 years ago)
- Last Synced: 2025-02-23T10:15:28.659Z (12 months ago)
- Topics: base64-encoding, go, golang
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Base64
[](https://github.com/pedroalbanese/base64/blob/master/LICENSE.md)
[](http://godoc.org/github.com/pedroalbanese/base64)
[](https://github.com/pedroalbanese/base64/releases)
[](https://goreportcard.com/report/github.com/pedroalbanese/base64)
[](https://golang.org)
[](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.