HOW DO I VIEW THE BASE64-ENCODED DATA THAT APPEARS IN THE FILES AND MESSAGES?
The data is always either encrypted, or just base64-encoded. If the data is only base64-encoded, then type “decode” and paste the data. Now hit enter and you will see the decoded contents. But if the data is encrypted, it will probably start with 3 A’s (“AAA”). Type “decrypt” on the command-line (testwallet). Now paste the data and hit enter. The decrypted data will be displayed on your screen.