On 20 Apr, 23:12, philmasterplus <philmasterp...@[EMAIL PROTECTED]
> wrote:
> First, however, I would like to submit my previous code for peer
> review.
I am not sure what the problem is that your library
is trying to solve. Obfuscation is normally something
that is done when the data use is known. The algorithm
usually exploits this knowledge. I have not heard of a
general-purpose binary data obfuscator before. It sounds
like a kind of feeble encryption to me, based on security
through obscurity. Can you tell me more about the motivation
for this library please?
I know it is very basic. I know that loading a file into
> memory via std::string is a bad idea, but as I posted in comp.lang.c+
> +, it is a tem****ary measure.
My approach would be to use buffered I/O.
If you want a heavy duty string you can always use rope :-)
Regards,
Andrew Marlow
--
[ See http://www.gotw.ca/resources/clcm.htm
for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]


|