1.0.1 • Published 3 years ago

@deadlox/base64cmd v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Base64Cmd - Encode and decode string in your terminal

Encode/decode string directly in your terminal.

Thanks to nodejs-base64

Installation

Install from command line:

npm i -g @deadlox/base64cmd

Usage

Encode string:

foo@bar:~$ base64cmd-encode youmakemyday

String: youmakemyday
Base64: eW91bWFrZW15ZGF5

Decode base64 string:

foo@bar:~$ base64cmd-decode eW91bWFrZW15ZGF5

Base64: eW91bWFrZW15ZGF5
String: youmakemyday

Requirements

Tested on Node 16