PowerShell module that simplifies base64 encoding and decoding
PowerShell
Base64 PowerShell Module
Converting text to base64 and reverse.
The module exports two functions, ConvertTo-Base64String and ConvertFrom-Base64String. Furthermore the module adds the ToBase64String() and FromBase64String() methods to the
System.String type.