Boost logo

Boost :

Subject: [boost] Library for base64
From: deninok (shev.denis_at_[hidden])
Date: 2010-05-14 12:55:24


Hi all!

Is there any interest in a library for base64 encoding?

Something like this:

int main() {
    base64_encoder encode;
    
    std::string pure = "Hello world!";
    std::string enc;

    encode( pure, enc );
    // In enc: SGVsbG8gd29ybGQh
    ...
}

Library uses boost::dynamic_bitset.

Denis

-- 
View this message in context: http://old.nabble.com/Library-for-base64-tp28561821p28561821.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk