shell Powershell Base64

# run the below in Powershell
[Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("your-string"))

# example output
eW91ci1zdHJpbmc=
Convert a string to Base64 representation - e.g. for use with Azure DevOps tokens.

Updated: Thursday 9th October 2025, 23:00am

There are 0 comments

Leave a comment of your own

Comments are currently closed.