User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14

Thread: Encryption in Android possible?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export Module
    ximo's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    128
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Encryption in Android possible?

    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.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export Module
    ximo's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    128
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any idea please ?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    SoftWarewolf's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    941
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    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.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export Module
    ximo's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    128
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your interest...but the perfect is the Aes extension.
    This is for professional app and i have encryption any data in device.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    SoftWarewolf's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    941
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    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.

  6. #6
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  7. #7
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jan 2014
    Location
    Paris, France
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AES Fusion object is aivalable for Android.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export Module
    ximo's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    128
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where is this?

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by EdwardF View Post
    AES Fusion object is aivalable for Android.
    The extension manager does only provide it for Windows and Flash.

  10. #10
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    once is installed from extension manager will be available also for android, try and let me know
    Regards,


    Fernando Vivolo

    ... new things are coming ...

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Encryption...
    By ulissescappato in forum Android Export Module 2.5
    Replies: 4
    Last Post: 26th February 2014, 12:58 AM
  2. Ini Encryption
    By Panchos in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th August 2013, 12:12 PM
  3. Swf encryption
    By Pecon7 in forum SWF/Flash Export Module Version 2.0
    Replies: 6
    Last Post: 6th July 2011, 08:08 PM
  4. SQL with encryption!
    By neat_Kliker2 in forum Extension Development
    Replies: 4
    Last Post: 23rd March 2007, 12:44 PM
  5. Mp3 Encryption?
    By Stevie_J in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 18th March 2007, 02:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •