Base32, Base64
Base-* are numeral systems. Especially Base32 and Base64 are often used.
Decode
Base16
Base32
Base64
PowerShell Encoded Command
If we found the PowerShell command contained
-encodedcommand
when malware analysis, we can decode it with CyberChef.Paste the PowerShell command.
Add the "From Base64" operation to Recipe.
Add the "Decode Text" operation to Recipe and choose the "UTF-16LE" Encoding.
Encode
Base16
Base32
Base64
Generate Random Passwords
Base64
Last updated