Re: [android-developers] Encrypting in PHP and Decrypting in Android

2009-11-25 Thread Raymond Rodgers
Here's the Android side of things. I did this under 1.1 I believe, but it still compiled and worked under 1.5. I suspect it'll probably work under 2.0, but I'll leave it up to you to locate and/or implement a Base-64 encoding/decoding scheme. Again, this is basic functionality to allow interope

Re: [android-developers] Encrypting in PHP and Decrypting in Android

2009-11-25 Thread Raymond C. Rodgers
Here is PHP code I lifed out of a project that I've now abandoned. I'll find and post the Android side of things later. The basics are that I used the Rijndael-128+ECB encryption combined with Base-64 encoding to transmit information back and forth between the application and the web server. Th