Hi all. I need to encrypt different data and store it. Currently I get data by chunks until it is fully ready. Compress it with CryptoPP::Deflator. Encrypt with aes-gcm. And put it from memory (stringstream) to zip archive without compression using minizip (just as container). I use FileSink/FileSource interface with istream/ostreams. But this is probably bad for big files that would need big buffers. Can deflate work with chunks so that I won't need to keep full buffer in memory?
Marian -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
