> > 1. A libb64 library is copied to src/support/base64. (this is a > > sourceforge project with a do-whatever-you-want license). Functions > > are provided to encode/decode a file to/from base64 strings. > > QByteArray::fromBase64(). It's even ok to use in support/*...
This is great. I did not know QT has to/fromBase64 functions. Thanks. Bo