User Tag List

Results 1 to 2 of 2

Thread: Blowfish encryption oddity

  1. #1
    No Products Registered

    Join Date
    Jan 2008
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Blowfish encryption oddity

    So my program has a bunch of text files that are stored externally, and I'd like to have them encrypted. I have a "save" event that seems to encrypt them all just fine. But when the "load" event occurs to decrypt them, it only seems to decrypt every other file. I gave them all different keys, and no matter what I do, the same files are decrypted while the same ones are gibberish. From what I can see, all the files are being modified, so it looks like the gibberish files are simply being decrypted the wrong way, or something.

    What's going on?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    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)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish encryption oddity

    Why are you encrypting each lot of text with a different key that seems inefficient.
    Change the method.
    Save each text files to a separate bank using the binary object then run a 2 or 3 encryption pass if you want good security. The encryption method is similar to Tripple des (3des). You encrypt the file with key 1 then decrypt with key 2 then re encrypt with key 3.

Similar Threads

  1. [Extension] Flash Blowfish encryption
    By Pharanygitis in forum SWF/Flash Export Module Version 2.0
    Replies: 13
    Last Post: 23rd October 2012, 11:48 AM
  2. A tutorial on using Blowfish Encryption
    By frankodragon in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th May 2009, 01:04 PM
  3. Encryption/Blowfish Question
    By LWFX in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 25th March 2009, 01:33 PM
  4. Help with INI, Blowfish & encryption.
    By Gerblegod7 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 7th January 2007, 02:44 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
  •