Some way for encryption text in Android ??
The extension AES its good for this , but it not ported for Android/Ios/Html :(
Is very difficult to port this extension for all platforms?
Thanks.
Printable View
Some way for encryption text in Android ??
The extension AES its good for this , but it not ported for Android/Ios/Html :(
Is very difficult to port this extension for all platforms?
Thanks.
Any idea please ?
Good question, the string parser object can get md5 signature at least. Probably not what you are looking for, but would be possible to protect stringdata by storing an md5 of the string + a hidden password.
f.ex if you want to protect the string "score:50.000" so it can't be modified when stored externally or sent to a server, you can md5 "score:50.000"+"password"
You would still save/send the text as cleartext, but by also saving/sending the passworded md5 key and making sure that it matches, the users won't be able to mess with your data.
Thanks for your interest...but the perfect is the Aes extension.
This is for professional app and i have encryption any data in device.
Yeah, i would like to see aes ported, i am just giving suggestions on a way to solve the problem with available extensions. You can save data protected/encrypted with the in-app android object, although i am not sure exactly how it does that.
The AESFusion object was made by Jamie McLaughlin. You should try contacting him if you'd like to see the extension ported for Android, unless the source code is already available.
AES Fusion object is aivalable for Android.
where is this?
once is installed from extension manager will be available also for android, try and let me know
I just tried, and it seems to be working. It's a bit misleading there isn't an icon to represent in the extension manager though.
Thanks!!!! ;)
Works perfect!!!
...Only lack Ios version
......breaks when the password is incorrect in Android (force close app) :O
can you post a device log, this will help to correctly point the issue.
thanks in advance