User Tag List

Results 1 to 3 of 3

Thread: Ini Encryption

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleFirefly 3D Module

    Join Date
    Oct 2006
    Posts
    138
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Ini Encryption

    I understand the INI++ object has encryption, but it crashes when loading encrypted inis for me, maybe based on the larger size of it.

    What are the common methods of loading/saving encrypted data into a file from INI object, and being able to decrypt and load it back into INI later

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

    Join Date
    Dec 2010
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I remember having this problem a long time ago, I think it's some sort of bug in the extension itself that haven't been fixed, which is why is crashes... always.

    The Blowfish Object can encrypt/decrypt strings, so it could be used for encrypting each string based on your key to the INI. You can also encrypt individual files and point it to the INI too.

    If it's for a password, it's even better to use hashing, the QuickHash Object since that only supports one-way encryption, but then again, if someone knows where this INI is, it opens it for tampering (if the whole file is unencrypted)

    There's other extensions that can handle encryption too.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Jun 2006
    Posts
    988
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't use the encryption, it's quite simply just not working and I believe may lead to corruption.

    I think hashing is a good way to go if you're worried about people modifying the data. Make up a checksum from your data points and add it to the end of the file.

Similar Threads

  1. Swf encryption
    By Pecon7 in forum SWF/Flash Export Module Version 2.0
    Replies: 6
    Last Post: 6th July 2011, 08:08 PM
  2. Example: One-time pad encryption
    By Decal in forum File Archive
    Replies: 0
    Last Post: 24th November 2010, 03:37 AM
  3. sha1/md5 encryption?
    By Darkhog in forum Extension Development
    Replies: 2
    Last Post: 18th January 2009, 02:35 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

Tags for this Thread

Posting Permissions

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