First tried plain base64 .. but after "Salted___" came only rubbish.
I looked this up online, noticed it was a SSL encryption using base64 .. so I put the cyphertext in a txt file and used openssl to decrypt:
openssl enc -d -aes-256-cbc -a -A -in ./input.txt -out ./output.txt
The password I had to guess :-)