Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
/ base64ify Public archive

easily encode and decode base64 string from the command line

Notifications You must be signed in to change notification settings

zacel/base64ify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64ify

cli to encode and decode base64 strings.

This package has a lot of loose strings and shouldn't be used anywhere mission critical. for example base64ify otter "penguin" is a valid command that will encode the string penguin.

Usage:

Encoding:

base64ify "your string to encode"

or

base64ify encode "your string to encode"

Decoding:

base64ify decode "your encoded string here"

Install:

Unix:

chmod +x bin/base64ify
npm link

Notes:

currently this cli doesn't work with unix pipe operators.

cat file.txt | base64ify

wont work.

About

easily encode and decode base64 string from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published