dvob / b64

Alternative to base64 command which supports url encoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b64

Alternative to base64 command from GNU coretuils which supports URL encoding. It reads from standard input and prints the result to standard output.

Flags:
  -d	decode
  -p	with padding
  -u	url encoding

Installation

go install github.com/dvob/b64@latest

About

Alternative to base64 command which supports url encoding


Languages

Language:Go 100.0%