Skip to content

Validate, encode and decode strings in Base64 - cross platform

License

Notifications You must be signed in to change notification settings

ramsesgarate/b64-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B64 CLI

Validate, Encode and Decode strings in Base64 - cross platform

Badges

js-standard-style npm version npm downloads

Installation

Install package:

npm install -g @rsgarate/b64-cli

Usage

$ b64 --help

  Commands

    validate, v      Validate base64
    encode, e        Encode in base64
    decode, d        Decode base64
    help [command]  display help for command

Commands

Encode String

  Usage
    $ b64 encode "Hello world"

Decode Base64

  Usage
    $ b64 decode SGVsbG8gd29ybGQ=

Validate Base64

  Usage
    $ b64 validate SGVsbG8gd29ybGQ=

Related

Here are some related projects

Authors

License

Made with 💛

Published under MIT License.

About

Validate, encode and decode strings in Base64 - cross platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages