Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 296 Bytes

decoder

Decodes base64 encoded stuff.

This was made because I didn't want to echo potentially sensitive base64 encoded secrets on the commandline where they could be read in places like history.

Usage

% decode64
Enter base64 encoded text:
aGVsbG8gd29ybGQ=
Decoded text: hello world