Tag Archives: decode

Windows: Decode Win32 Error codes

Hi,

if you have a Windows Errorcode like 0xc000021a and want to decode it to a human readable format you can use certutil.
Continue reading Windows: Decode Win32 Error codes

Advertisment to support michlstechblog.info

Powershell: Encode and decode Base64 strings

Hi,

short post today. How to en- and decode base64 strings.
Continue reading Powershell: Encode and decode Base64 strings