Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
qnd:data_manipulation [2021/12/15 20:44] – created mgupton | qnd:data_manipulation [2023/08/14 18:11] (current) – mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Data Manipulation ====== | ====== Data Manipulation ====== | ||
* [[qnd: | * [[qnd: | ||
+ | |||
+ | ====== Base64 ====== | ||
+ | === Powershell to encode/ | ||
+ | === decode === | ||
+ | <code powershell> | ||
+ | [System.Text.Encoding]:: | ||
+ | </ | ||
+ | === encode === | ||
+ | <code powershell> | ||
+ | [System.Convert]:: | ||
+ | </ | ||