User Tag List

Results 1 to 5 of 5

Thread: Ini++ & Ini

  1. #1
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Ini++ & Ini

    Ok, so I'm at a point where I realized that regular ini's do not have encryption. However, I can't just simply switch over to Ini++ for encryption. Ini++ is an entirely different object with new features. This still means I have re-do nearly every single regular ini related events.

    Sad part is, I've already done around 500 events work of ini values + saving of alterables values. Is there any possible way to use Ini++ to load my regular ini file, encrypt that ini file, then decrypt it during runtime? or better yet, ANY alternative extension that can encrypt/decrypt ini's in runtime.

  2. #2
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Ini++ & Ini

    I tried using the blowfish object to decrypt my ini file at the start of the frame, but encrypt the ini at the end of the application.

    however, this isn't working correctly. the extension has no problem encrypting the file, but when decrypting, it just doesn't do it.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Ini++ & Ini

    What if they just change the INI while your application is running?

  4. #4
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Ini++ & Ini

    I'm sorry I'm not quite sure what you mean by that. Do you mean, why not make the encrypt/decrypt events during application time rather than at the beginning/end of application?

    well because I have around 100 values that need to be loaded. the ini has to be decrypted first to load those values.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Ini++ & Ini

    I'd actually go for replacing the extension, nothing else is safe. For instance, in the loading process, you would have to open the ini with ini++ for decryption, save it as an unencrypted file for reading with the normal ini object. Sure, although you instantly remove the unencrypted ini after loading from it, I don't believe it's any problem using some tool like "api guard" to prevent file removal to be possible.

Posting Permissions

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