Encode/Decode base64 text
Hi there,
I've been looking for some base64 coding/decoding, the only thing I've found is:
do script "echo 'texthere' | openssl base64 -d"
The thing is that it works except for a word length limit, the word I'm trying to work with is very long (The sentence doesn't have spaces, but ampersands instead).
Is there any other Applescript method I can use?
Thank you very much