https://github.com/owais/b64gen
https://github.com/owais/b64gen
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/owais/b64gen
- Owner: owais
- License: mit
- Created: 2018-09-25T01:15:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T16:17:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-27T09:41:31.551Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
```bash
$ go get github.com/owais/b64gen
```## Usage
```
Generates a base64 encoded string from random bytes of a given sizeUsage:
b64gen
Examples:
b64gen 32
JP9/jNtHjIxiCHXtg4LSfgk8SlxucDKJu9c/zt2Ee6g=b64gen 64
7FrsXoPDJA420b09IssIRisAPrdzY+LOBMd9aknh8E6Ajp4FMYYma/V+rxSVPzhCFX9t5F0wZiCH/p6Sb8bJ2A==
```