User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: Appauling! No security object vitalized!

  1. #1
    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)

    Appauling! No security object vitalized!

    Blowfish object isn't vitalized (but was for MMF 1.5) so I spend ages changing it to cypher object to find that isn't bloody vitalized either, is there a simple object that can encrypt and decrypt a string that is vitalized so I can store it in an INI in a non-plaintext form ?

  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: Appauling! No security object vitalized!

    Perhaps one needs to be created or an existing one sent to Yves for compilation.

    I think Blowfish might not be multithreaded and thus it can't be used unless it gets updated first.

  3. #3
    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: Appauling! No security object vitalized!

    ah right, fair enough... Gonna try the binary blowfish, but from what I remember, it was buggy unless it was 8, 16, 24, 32... chars long =/

  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: Appauling! No security object vitalized!

    Maybe we can get an interested extension creator to come up with something quick also in this area.

  5. #5
    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: Appauling! No security object vitalized!

    lol, most all busy with other projects... Also how do you save values to INI? Can't work out what to put for the file name, tried blank, appdrive$ + appdir$ + "vitalize.ini", "vitalize.ini" and none seem to work ;s

  6. #6
    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: Appauling! No security object vitalized!

    I will have to do some testing it was dead easy in old Vitalize.

    I wouldn't be surprised if Jamie pops out an extension to help on the data security, he is that kinda guy

  7. #7
    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: Appauling! No security object vitalized!

    Hmmm I am using just Appdrive$+Appdir$+"vitalize.ini"

    File online counting your webpage visits:
    http://www.flyin.com/V4/vitalize_ini.ccn

    Source file (old MMF 1.5 CCA but I recompliled it under Vitalize 4 for above)
    http://www.flyin.com/mmfexamples/vitalize_ini.cca

  8. #8
    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: Appauling! No security object vitalized!

    Yours works but mine doesn't, and it doesn't change anything in the windows directory like vitalize.ini either! Will send you the source via PM in a min

  9. #9
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Appauling! No security object vitalized!

    Don't specify "Vitalize.ini", specify your own INI filename. Vitalize! will write the items to a section of Vitalize.ini with the url of your application.

    The Blowfish object is not vitalized because it's a single threaded extension.

    The Binary object is vitalized and afaik it contains blowfish encryption routines.

  10. #10
    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: Appauling! No security object vitalized!

    Binary Bug: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=73748&Main=1061 5#Post73748
    From what I remember, binary blowfish only works on multiples of 8 character lenghs, unless it was rewritten from the MMF 1.5 version.
    The INI problem has been fixed, it will not work in loops for some strange problem

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Email object SMTP security?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 25th November 2013, 12:52 AM
  2. Security
    By robi in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 27th December 2007, 02:58 PM
  3. Help With Vitalized
    By CrazilyInsane in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 23rd September 2007, 02:56 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
  •