WindowsLOCALRuns in your browserInput may contain sensitive information
PowerShell Base64 Helper
Encode or decode PowerShell -EncodedCommand text using its required UTF-16LE format.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
Avoid live production secrets; use dummy or masked data where possible. Data handling details
Result
How it works
PowerShell's `-EncodedCommand` expects Base64 of UTF-16LE text, not UTF-8. This helper also provides an explicitly labeled ordinary UTF-8 Base64 mode for data interchange. Encoding changes representation only; review any command before running it.