[android-developers] Re: Android encryption Google App Engine decryption

2011-01-19 Thread DanH
I can't give you code, but I'll give you a hint: Just as important as using the same algorithm such as RSA is using the same protocol -- the stuff surrounding the actual algorithm. Having identical conditions on both sides for such things as block size, salt vector algorithm, etc, is critical --

[android-developers] Re: Android encryption Google App Engine decryption

2011-01-18 Thread DanH
Use an algorithm that's common to both. On Jan 18, 1:00 am, Beginner ayrton.merc...@gmail.com wrote: Hi, I'm trying to implement a fairly straight-forward protocol. Where Android clients would encrypt certain data before sending it over to my google app engine server. However, it seems like

[android-developers] Re: Android encryption Google App Engine decryption

2011-01-18 Thread Beginner
Right. Thanks for rephrasing my question. Which algorithm should I use that's common on both? An example - or reference link - would be awesome. Thanks On Jan 18, 8:23 am, DanH danhi...@ieee.org wrote: Use an algorithm that's common to both. On Jan 18, 1:00 am, Beginner