Skip to content

Instantly share code, notes, and snippets.

@jclulow
Created May 13, 2013 21:01
Show Gist options
  • Select an option

  • Save jclulow/5571493 to your computer and use it in GitHub Desktop.

Select an option

Save jclulow/5571493 to your computer and use it in GitHub Desktop.
jclulow@jmcbook ~ $ node -e "console.log(new Buffer('some string').toString('base64'))"
c29tZSBzdHJpbmc=
jclulow@jmcbook ~ $ node -e "console.log(new Buffer('c29tZSBzdHJpbmc=', 'base64').toString())"
some string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment