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