User Tag List

Results 1 to 5 of 5

Thread: Encryption/Blowfish Question

  1. #1
    No Products Registered

    Join Date
    Mar 2009
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Encryption/Blowfish Question

    Let's just say I have some info that is somewhat important that needs to be encrypted.
    Would leaving Blowfish at the default settings and encrypting with a say 20byte confusing key be enough protection? or are there some other methods from the extension that might be better? Thanks!

  2. #2
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Encryption/Blowfish Question

    Unless the info is VERY important that's more then enough.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Encryption/Blowfish Question

    Does anyone have a simple example of how to use Blowfish Encryption Object to encrypt a text file and then a way to decrypt it again later?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Encryption/Blowfish Question

    No worries about this now, i found the Encryption object and it was simple to figure out how to change the string right away.

    If anyones interested its as simple as after setting a condition -

    Encrypt$( "Encryption object", string$( "Info" ), Str$(123))

    With the 'Info' being the text you need done and '123' the key which can be changed. Then just do the same with Decrypt when you want to get it back to normal.

  5. #5
    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: Encryption/Blowfish Question

    You can add extra layers of encryption by Encrypting then decrypting with a different key then re encrypting with another different key.
    You can't encrypt an already encrypted file or string. you'll break your data; so to overcome this you just decrypt with a different key. This is how Tripple DES encryption works.

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. Blowfish encryption oddity
    By Yumblie in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st July 2010, 07:53 AM
  3. 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
  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
  •