User Tag List

Results 1 to 5 of 5

Thread: Blowfish and " '' "

  1. #1
    No Products Registered

    Join Date
    May 2007
    Posts
    366
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Blowfish and " '' "

    Is there any way for Blowfish to NOT use a "? when I save the encrypted string, and it contains an ", when I try to read it, it is NOT happy...

    If I set it to filter the ", it doesn't decrypt properly...

    Thanks in advance!





  2. #2
    Clicker Multimedia Fusion 2 Developer
    Matt's Avatar
    Join Date
    Jun 2006
    Location
    Connecticut
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish and " '' "

    Blowfish doesn't add any characters to your data. It only encrypts the data that's there. It will convert filtered characters to a special code (but it should unfilter those on decryption). It should decrypt the data back to its original form. If you send me an example, I can see if there's a bug.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish and " '' "

    The bug isn't in the blowfish object per say, but when I save it in an ini file, and then load it into an editbox, it gets upset if there is an " in it.
    I'll post an example tomorrow...

    Thanks

  4. #4
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish and " '' "

    you mean you load the encrypted string, probably because the INI doesnt save files in unicode so you lose all the special char codes that are in blowfish encryptions, use another storage or maybe try to make your own with the binary object.

  5. #5
    No Products Registered

    Join Date
    May 2007
    Posts
    366
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish and " '' "

    Thanks NK II!

Similar Threads

  1. "Load text file" from "The Edit Object" BUG?
    By MOBii in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th December 2013, 05:43 AM
  2. "Cannot load joystick2.mfx" when "Compress the runtime" unchecked. Fine when checked.
    By DistantJ in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 14th September 2013, 09:44 PM
  3. "Rendertarget ping/pong" and "Pixel shaders" Can TGF2 do this?
    By CloudExSolider in forum The Games Factory 2 - Technical Support
    Replies: 13
    Last Post: 7th April 2013, 08:21 PM
  4. "Bug" For Saving and Loading Frame Positions AND "Timer Glitch"?
    By Zarpo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th March 2012, 12:40 PM
  5. Issues with "Clickteam Movement Controller" and "Runtime" Object
    By jimmyorpheus in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 29th November 2011, 07:10 AM

Posting Permissions

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