User Tag List

Results 1 to 10 of 10

Thread: MMF2 Encryption

  1. #1
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MMF2 Encryption

    Hello,

    Are there any tools available to encrypt the applications you develop in MMF2? Or do you have to program the encryption, yourself?

    -Variant

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    1,027
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    What exactly is your objective?

  3. #3
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    Just to protect the coding and prevent people from cheating, copying, etc.

    -Variant

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    1,027
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    When an exe is compiled there is no possible way to get an mfa back out of it.

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    Also, there's really no way to stop hackers. Not even big time publishers can do it.

    However, if all you want to do is encrypt game data and saves, then use an array object that supports encryption or ini+

  6. #6
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    What's ini+? I am more worried about people cheating or editing save files than hackers?

    -Variant

  7. #7
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    Here are some INI++ Features:
    Comparison and Encryption - INI++ allows the files to be compressed and encrypted when saved to disk.

    Path Features – You can select the path that relative paths are relative to. You can save to directories which do not exist and they will be created. There is a read-only mode if you do not wish to modify the file.

    Initial Data – You can specify initial data to be loaded into the object in the frame editor, as well as an initial file to load.

    Dialog Box – INI++ features a dialog box which can be opened at run-time. It is helpful for debugging or cheat menus.

    Case Sensitive – If you wish, the INI file can be case sensitive.

    Repeated Groups and Items – Repeated groups can be merged together. Repeated groups and items can also be automatically renamed.

    Debugging Tools – View and modify the INI file as text from the Multimedia Fusion Debugger.

    Auto Save – INI++ can be set so it does not automatically rewrite the file to disk when it has been modified, however it can still do this if desired.

    No Limits – There are no limits for the size of the INI files, the number of groups, the number of items, and the size of values.

    Searching – There are actions and expressions for searching INI files and even putting the results in other INI++ objects.

    Merging Functions – There are new functions for merging INI files.

    Sub-groups – Groups with sub-groups can be simulated with the object.

    Global Data Stores – An infinite number of global data stores that can be shared across sub-applications.

    Hashed Values – There are functions for having hashed data values, which is useful for passwords and etc.

    Get and Set as Text –INI files can be loaded in directly as text, or the data can be received as a string.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  8. #8
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    Thanks, that helps a lot, I'll use that object for my game save files. Is the ini++ extension included in the MMF2 Standard Edition?

    -Thanks, To All, Variant

  9. #9
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    It is an extension not included with MMF2. I think you can download in the Released Extension sub-forum.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  10. #10
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Encryption

    Thanks.

    -Variant

Similar Threads

  1. Ini Encryption
    By Panchos in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th August 2013, 12:12 PM
  2. Swf encryption
    By Pecon7 in forum SWF/Flash Export Module Version 2.0
    Replies: 6
    Last Post: 6th July 2011, 08:08 PM
  3. Is there any cross-software encryption in MMF2?
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th May 2009, 12:38 PM
  4. File Encryption object (3EE) for MMF2? (Request)
    By Mathias in forum Extension Development
    Replies: 3
    Last Post: 25th September 2006, 05:03 PM
  5. File encryption (no MMF2 related)
    By Blizna in forum Extension Development
    Replies: 7
    Last Post: 4th July 2006, 05:48 PM

Posting Permissions

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