in reply to Re^2: Base64 and byte arrays
in thread Base64 and byte arrays
If you're going to use string xor, why do it a character at a time? The point of the second snippet was to show how to get an array of bytes for future reference.
And your solution doesn't work. It appends a junk character.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Base64 and byte arrays
by jwkrahn (Abbot) on Feb 05, 2009 at 04:38 UTC | |
by ikegami (Patriarch) on Feb 05, 2009 at 05:01 UTC |