Hi, everyone. How can I use a block cipher, such as Blowfish in ECB mode, just like a stream cipher, i.e. I don't have to make sure that the size of the buffer to be encrypted is in multiples of the block size. In FAQ, there is a solution using StreamTransformationFilter, StringSink and std::string. The problem is that I haven't used STL before so I wonder if there is an alternative way that can obtain the same goal. Thanks.
