Skip to content

Instantly share code, notes, and snippets.

@cahilfoley
Created October 28, 2020 03:06
Show Gist options
  • Save cahilfoley/6307eadf15e33f9803206f8d697cfa58 to your computer and use it in GitHub Desktop.
Save cahilfoley/6307eadf15e33f9803206f8d697cfa58 to your computer and use it in GitHub Desktop.
node -e "require('readline').createInterface({input:process.stdin,output:process.stdout,historySize:0}).question('Input> ',p => { b64=Buffer.from(p.trim()).toString('base64');console.log(b64);process.exit(); })"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment