[android-developers] Re: Easy and fast String obfuscation?

2012-07-06 Thread Francisco M. Marzoa Alonso
Hi, JFTR, I have find a good implementation of the Rot13 algorithm for Java that is perfect for my needs with just slights modifications on the character mapping to add Spanish ones. And I think it will be easy to implement the same in PHP also. Though PHP has his own rot13 but it uses just

[android-developers] Re: Easy and fast String obfuscation?

2012-07-06 Thread Pent
Just use a 3rd party base64 library, it's a very small piece of code. e.g. http://www.source-code.biz/base64coder/java/ Pent -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Easy and fast String obfuscation?

2012-07-06 Thread b0b
On Friday, 6 July 2012 12:47:03 UTC+2, Fran wrote: Hi there, I am looking for a way to obfuscate some strings in a way that they may be unobfuscated later. The point is that my app -a casual game- will take some lines from a file on an http server, and I do not want to have it as