base64

Previous topic - Next topic

amarliani

To Ian Price:
in a thread in january you mentioned that you have an example of how to use base64 to encrypt/decrypt a file. Could you please post it? I could very well use that for my actual project, and I think several of us too... THX in advance, Achim

Moru

I needed base64 encoding/decoding earlier and wrote my own code for it, don't know how compatible it is with other software but try it out and see if it works for you.

http://gamecorner.110mb.com/index.php?page=base64-encode-decode-library

amarliani

PERFECT! At first glance this seems to be exactly what I need, and it seems to work fine for me. Thanks al lot!!! =D

amarliani

Yep, I gave it a try and it worked perfectly for me with very little changes in your code. Thanks again!

Moru

Great to hear someone else had use for it :-) Did you have to change anything in my decode/encode routines or what was it?

Ian Price

Sorry - I completely missed this post. At least you managed to get a solution :)
I came. I saw. I played.