A CLI nodejs app to convert ASCII string to base64 and back again.
- Install node.js - https://nodejs.org/en/
- Clone repo: git clone https://github.com/tbrundige/base64-cli.git
- Inside ./base64-cli/ run "npm install"
- run "npm install -g ." to install the app globally to call from any command prompt.
- Ensure C:\Users\YOUR_USER\AppData\Roaming\npm\ is included in Path Environment Variable.
Use -e '<stringToEncode>'
Use -d '<stringToDecode>'
Use -h to display usage info.b64
Would you like to Encode or Decode? Encode
What is the string you would like to transform? Password
UGFzc3dvcmQ=