> If the m_store is accumulating plain text, SecByteBlock might be > prudent. Otherwise, for efficiency, perhaps there might be a need for > a SecureStringStore.
I'm not sure what you mean by "accumulating plain text". StringStore is similar to StringSource, except that you can't attach a BufferedTransformation to it, and instead you call CopyTo() or TransferTo() to pass its data to other free-standing BufferedTransformation objects. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
