Search found 2 matches
- Fri Jun 15, 2012 6:21 am
- Forum: AES Crypt
- Topic: AESCrypt for Android
- Replies: 3
- Views: 7471
Re: AESCrypt for Android
Thanks for the reply. I have replaced the "mac = generateRandomBytes(8);" instead of fixed DEFAULT_MAC. In my PC run java program from command line, it takes only a second to encrypt or decrypt file but in android application it takes 7-10 seconds to encrypt or decrypt files (<255 KB). I have notice ...
- Thu Apr 19, 2012 11:23 am
- Forum: AES Crypt
- Topic: AESCrypt for Android
- Replies: 3
- Views: 7471
AESCrypt for Android
I tried AESCrypt.java in my Android application. NetworkInterface.getHardwareAddress() call does not exist in the Android Java library, so I have commented that code and use DEFAULT_MAC as mac. It works fine in my application. I have passed version 2 in encrypt function.
But in this forum there is ...
But in this forum there is ...