Hi I have a couple of questions, firstly am I correct in assuming that the Rijndael encrytion method cannot handle ASCII extended codes (> 127).
Secondly if this is so I want to convert ASCII code characters 128 - 154 (Hebrew Dos) to 97 - 123 (Lower case + 1). The string.Replace function doesn't seem to work, I assume because it's looking for unicode characters. So what function can I use to replace these ASCII characters in the string or alternativly which encryption methods will handle ASCII extended codes.
Thanks for any help
David
Secondly if this is so I want to convert ASCII code characters 128 - 154 (Hebrew Dos) to 97 - 123 (Lower case + 1). The string.Replace function doesn't seem to work, I assume because it's looking for unicode characters. So what function can I use to replace these ASCII characters in the string or alternativly which encryption methods will handle ASCII extended codes.
Thanks for any help
David