Quick Base64 Decoder
The script is designed to quickly decode the ASCII-encoded Base64 data highlighted in the EnCase GUI.
In ideal circumstances, the amount of data highlighted should be an exact multiple of 4 bytes (excluding carriage-return, line-feed, tab and space characters). If not, the script will pad the data with one or more '=' characters.
The script will write hex and low-ASCII respresentations of the decoded data to the console; it will also (optionally) write the data to a nominated file.
This script was developed for use in EnCase training. For more details, please click the following link:
Download Now