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

https://github.com/owais/b64gen


https://github.com/owais/b64gen

Last synced: about 1 month ago
JSON representation

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 size

Usage:

b64gen

Examples:

b64gen 32
JP9/jNtHjIxiCHXtg4LSfgk8SlxucDKJu9c/zt2Ee6g=

b64gen 64
7FrsXoPDJA420b09IssIRisAPrdzY+LOBMd9aknh8E6Ajp4FMYYma/V+rxSVPzhCFX9t5F0wZiCH/p6Sb8bJ2A==
```