This is an old revision of the document!


Data Manipulation

Base64

Powershell to encode/decode base64

[System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String((Get-Content data.txt)))
[System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes((Get-Content test.txt))
  • qnd/data_manipulation.1671570111.txt.gz
  • Last modified: 2022/12/20 21:01
  • by mgupton