On Fri, Apr 11, 2014 at 1:14 PM, nikhilesh <[email protected]> wrote:
> Hi,
>
> I am looking some way to encrypt/decrypt integer value to integer value or a
> float value to float. Any one have any idea.
>

1. Convert integer to byte array
2. Encrypt byte array
3. Transmit
4. Decrypt byte array
5. Convert byte array to integer

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to