-2

I have gone through theory of DES and also AES, and it seems better way to use AES. But I didn't find any help on AES, that I can implement in my android application.

So what should be better implementation of DES in my application. Can you share some links or codes for example, please?

Mat
  • 202,337
  • 40
  • 393
  • 406
Pankaj Kumar
  • 81,967
  • 29
  • 167
  • 186

2 Answers2

1

This may help

http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html

ewan.chalmers
  • 16,145
  • 43
  • 60
1

This is an example that implements AES on Android (using the javax.crypto package).

Valery Viktorovsky
  • 6,487
  • 3
  • 39
  • 47
Buhake Sindi
  • 87,898
  • 29
  • 167
  • 228