This tool can be used to simplify encoding/decoding base64 strings with powershell
HOW TO USE
- Git clone script
- Open powershell terminal
- Import-Module ./Convert-Base64.ps1
- Invoke-Base64StringEncode string
- Invoke-Base64StringDecode string
Also accepts pipeline input, and arrays of strings
* Thanks to thejooosh for their contributions :) *

