Barbiero / uuidtobase64

simple CLI that converts an uuid string to a base64-encoded array of bytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UUID to base64

This is a simple CLI program that converts a UUID to base64 encoded byte string.

Useful if you need to pass such a string to handcrafted gRPC requests.

Usage

uuidtobase64 [UUID]

Installation

clone the repo or install with

go install github.com/barbiero/uuidtobase64@latest

About

simple CLI that converts an uuid string to a base64-encoded array of bytes

License:MIT License


Languages

Language:Go 100.0%