|
-
June 4th, 2012, 09:02 PM
#12
Re: Using this XOR encryption in C++
 Originally Posted by qwerz
Then how do you suggest to encrypt that string with a XORencryption?
You must provide a writable buffer, an actual char array for example. You were not doing that in your attempt.
That's the danger of doing this, and why I mentioned back in my second post on this thread the many ways I can break your code. You still didn't address the NULL first argument -- that hole is still there.
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|