Quote Originally Posted by Harm Wibier View Post
Hi Oscar,

Note that it is possible that the results are the same but they just look different. That can happen because the debugger now tries to interpret it as UTF-8, so if there are bytes above 128 it will look funky. Which is why using UChar arrays is better, then you can compare the bytes as numbers to see if the data is the same.

If you can post a small example to look at I am happy to give it test run..
it's a year ago now, but IIRC we did our own variation on cCryptographer because as supplied it decrypted stuff that had been encrypted with crypt but produced different results. As these were financial data it mattered.