Re: [android-developers] Re: encryption and decryption DES

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 12:36 PM, jaafar zbeiba jaafarinformati...@gmail.com wrote: sorry I'm still a beginner so what's the solution ? Learn Java. No, seriously. - TreKing

[android-developers] Re: encryption and decryption DES

2011-03-29 Thread lbendlin
byte [] newPlainText cipher.doFinal = (ciphertext); Really? -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: encryption and decryption DES

2011-03-29 Thread DanH
I've only been programming in Java for about 15 years, so I'm a bit of a novice. So please someone tell me what the heck this means: byte [] plainText ss.getBytes = (); On Mar 29, 9:20 am, jaafar zbeiba jaafarinformati...@gmail.com wrote: hello I tried encryption of any errors I ecplise but

[android-developers] Re: encryption and decryption DES

2011-03-29 Thread miguel
You can use the Bouncy Castle libraries instead. On 29 mar, 16:20, jaafar zbeiba jaafarinformati...@gmail.com wrote: hello I tried encryption of any errors I ecplise but the problem when I run the emulator I get error message on exception here is the code [Code] package example.com.cryptage;

Re: [android-developers] Re: encryption and decryption DES

2011-03-29 Thread jaafar zbeiba
sorry I'm still a beginner so what's the solution ? -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: encryption and decryption DES

2011-03-29 Thread Indicator Veritatis
You still haven't figured it out? We cannot help you because the code you posted is so messed up. I don't know what went wrong when you posted it, but it looks like a massive cut-and-paste failure. The code you posted won't even compile, for reasons lbendlin and DanH have already pointed out.