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:
This release fixes a bug whereby an additional null byte was added to the output stream if the input stream was an exact multiple of 4-bytes.
Tested with OpenText Forensic (EnCase) 25.3.0.85.
Please upgrade to one of the following broswers: Internet Explorer 11 (or greater) or the latest version of Chrome or Firefox