User Tag List

Results 1 to 7 of 7

Thread: Blowfish and encoding

  1. #1
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Blowfish and encoding

    I finally got rid of Moosock in my MMORPG's server (I had some instability with it), I now use a C# script via .Net

    Everything seems to work fine, except that I use a blowfish encryption, and the string sent from my client is not received the way it should be :
    D6%0Db7YZQ%0Ct is sent
    ?D?6%0D?b7YZ?Q%0Ct?? is what I receive in MMF

    it's nearly what I want, but I can't decrypt such a string...
    I know some of you have worked with Blowfish and external apps, did you run into such problems ? Do you know which encoding I should use (in my StreamReader class) ?

    The last option would be to use Blowfish's filtering options, but that would be many characters to filter I guess, do you know which I should filter (0-31, and anything above 127) ?

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Blowfish and encoding

    If your using blowfish in MMF and want to decrypt it with PHP I remember there is some sort of problem doing that.

    I can't remember what it was but for some reason the 2 blowfishes couldn't understand each other.

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish and encoding

    yep I heard something about this too, but there is a recent post stating that it was just something like setting the right parameters in php.

    My problem is from MMF to MMF, but this doesn't really change anything, my problem is to find an encoding that give the same results as blowfish does in mmf.

    Blowfish is not the problem here, actually, it's just the way my streamreader gets the informations

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Blowfish and encoding

    Interesting on the blowfish.

    Sorry I can't help on your question - To be honest I don't understand what you are doing, but I hope someone does as encryption is always interesting to me.

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish and encoding

    Maybe you know of another encryption extension I could use that would only generate ASCII characters ?

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Blowfish and encoding

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=73776

  7. #7
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Blowfish and encoding

    thanks Jamie, I didn't even make a search before asking :blush:

    EDIT : This seems perfect indeed ! What algorithm does it use ? It really won't generate any out of ascii value ?

    This would be a real relief, thank you very much

Similar Threads

  1. Saving a text file with specific Encoding?
    By mega21 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 25th December 2012, 02:33 PM
  2. Sound resampling/re-encoding when building?
    By LIJI in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 3rd April 2012, 03:59 PM
  3. Binary Object Encoding to hex bug?
    By gamefreak202 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 23rd June 2009, 08:42 PM
  4. Encoding with UTF-8 or ISO-8859-2..
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th January 2007, 12:28 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
  •