Skip to content

Instantly share code, notes, and snippets.

@coreequip
Created April 30, 2014 18:12
Show Gist options
  • Save coreequip/e0387806caafd2c8c22e to your computer and use it in GitHub Desktop.
Save coreequip/e0387806caafd2c8c22e to your computer and use it in GitHub Desktop.
Base64-Encoding of the Inputfile. (with Powershell-Support)
@powershell -Command "& {Write-Host -NoNewline ([Convert]::ToBase64String([IO.File]::ReadAllBytes('%1')))}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment