Maybe this would help? http://stackoverflow.com/questions/10247896/aes-rijndael-encrypt-between-c-and-java
Regards Mark Drew On 27 Feb 2013, at 16:18, Bert Dawson <[email protected]> wrote: > > Hi > > I need to decrypt a string which was originally encrypted in C#. It works > fine for normal ascii strings, but not with extended ascii characters, e.g. > the ö in Citroën. It returns the unrepresentable character 65533 > > This is the code that was used for the encryption: > http://pastebin.com/gxv6cuYJ > > And this is what I'm using to decrypt > http://pastebin.com/vFqGXr0j > > Any help would be greatly appreciated. > > Cheers > Bert > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354713 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

