@deadlox/base64cmd

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @deadlox/base64cmd

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.69 kB

Total Files

5

Last publish

Collaborators

  • deadlox