Open freeella opened 7 months ago
See PowerShell examples:
[convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes()) [Text.Encoding]::UTF8.GetString([convert]::FromBase64String())
https://stackoverflow.com/questions/37046771/base64-encode-string-command-line-windows
It would be nice to have but I am not using Windows too often.
See PowerShell examples:
https://stackoverflow.com/questions/37046771/base64-encode-string-command-line-windows