Search found 4 matches

by iSgomm
Sun Nov 03, 2013 10:26 am
Forum: AES Crypt
Topic: How to build AES Crypt for Android shared Library ( JNI )
Replies: 21
Views: 43744

Re: How to build AES Crypt for Android shared Library ( JNI

Hi, thanks for your time and patience. I modified the C sources eliminating the conversion to UTF-16LE, I modified the java source eliminating the conversion to UTF-16LE, I imported everything into an Android project with JNI, and everything works properly. I still want to properly test the code mak...
by iSgomm
Fri Nov 01, 2013 2:49 pm
Forum: AES Crypt
Topic: How to build AES Crypt for Android shared Library ( JNI )
Replies: 21
Views: 43744

Re: How to build AES Crypt for Android shared Library ( JNI

The text that I enter in the Android consists of ASCII characters without any special coding.
I try to remove the function iconv() let's see what happens .....

Could you tell me where I ported to Android AESCrypt.
Many thanks
by iSgomm
Thu Oct 31, 2013 4:27 pm
Forum: AES Crypt
Topic: How to build AES Crypt for Android shared Library ( JNI )
Replies: 21
Views: 43744

Re: How to build AES Crypt for Android shared Library ( JNI

Thanks for the reply.
But I do not know how to change the source code to convert the input format for passwords into UTF16-LE.
I attach source of eclipse project of AESCrypt, can you help me ?
Many, many thanks....
Greeting
by iSgomm
Thu Oct 31, 2013 3:51 pm
Forum: AES Crypt
Topic: How to build AES Crypt for Android shared Library ( JNI )
Replies: 21
Views: 43744

How to build AES Crypt for Android shared Library ( JNI )

Hi, now i am using MAC OSX MAVERICK and I'm trying to create a shared library within an Android project in eclipse to use it via JNI calls, but when I execute the build command (ndk-build) I receive the following error: Android NDK: WARNING: APP_PLATFORM android-18 is larger than android:minSdkVersi...