freeella / kubectl-cpbase64

MIT License
0 stars 0 forks source link

Implement PowerShell wrapper for Windows #2

Open freeella opened 4 months ago

freeella commented 4 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

freeella commented 3 months ago

It would be nice to have but I am not using Windows too often.