I need to be able to import images via XML. The images are base64 encoded. I found the troi encryption plug-in, but I don't want to use it because of licensing issues.
I think I need to write my own plug-in.
I have c and c++ base 64 encryption/decryption source code ready to use. I should only have to hook them in.
I'm primarily aiming for Mac OS X, but will also need windows.
So how do I do this for 8.5?
What will I need?
Anyone have a good tutorial I can check out?