Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
qnd:data_manipulation [2022/12/20 21:02] – [Base64] mgupton | qnd:data_manipulation [2023/08/14 18:11] (current) – mgupton | ||
---|---|---|---|
Line 4: | Line 4: | ||
====== Base64 ====== | ====== Base64 ====== | ||
=== Powershell to encode/ | === Powershell to encode/ | ||
+ | === decode === | ||
<code powershell> | <code powershell> | ||
[System.Text.Encoding]:: | [System.Text.Encoding]:: | ||
</ | </ | ||
+ | === encode === | ||
<code powershell> | <code powershell> | ||
- | [System.Convert]:: | + | [System.Convert]:: |
</ | </ | ||