User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17

Thread: Encrypted INI?

  1. #11
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Encrypted INI?

    Security through obscurity is never a good idea, and also you should not encrypt passwords, you should hash them.

    Ini++ has some actions on this and the help explains it a bit.

  2. #12
    Clicker Multimedia Fusion 2
    BrandonC's Avatar
    Join Date
    Jun 2006
    Location
    PA, USA
    Posts
    931
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Encrypted INI?

    Quote Originally Posted by stephen1980
    I looked at your program. The protection you have on it is more than enough for the average user. I have a program that saves usernames/passwords on my website, and I did not use an extreme security measure either.

    stephen1980
    I'm glad I never used it. Security like that is just as much in the concern of the user, for their information, as it is in the designer who is trusted to protect it.

  3. #13
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Encrypted INI?

    What I wrote was just an example. Come up with your own solution and use good protection, also let the user know how their information is handled, best case is you just encrypt the unsername and never store the password.

    Btw. Demigod, a game released a few weeks ago stored the password as plain text. Just to give you an example that not all Designers really care. And this is a comercial game.

  4. #14
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Encrypted INI?

    Quote Originally Posted by BrandonC
    Quote Originally Posted by stephen1980
    I looked at your program. The protection you have on it is more than enough for the average user. I have a program that saves usernames/passwords on my website, and I did not use an extreme security measure either.

    stephen1980
    I'm glad I never used it. Security like that is just as much in the concern of the user, for their information, as it is in the designer who is trusted to protect it.
    This program was requested by a user as more of an example than a full-fledged program. If you don't want to use it, that is up to you.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  5. #15
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Encrypted INI?

    Hash symbols? Well hopefully my encryption will be enough...

  6. #16
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    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)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Encrypted INI?

    Well always keep in mind what your product is intended for.

    I mean really, I don't have anything on my computer that needs amazing government level encryption. If I had something that important, it probably wouldn't be saved on my hard drive :P

  7. #17
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Encrypted INI?

    @ RickyRombo

    http://en.wikipedia.org/wiki/Hash_function


Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. How to decrypt Binary object encrypted data?
    By Mathias in forum Extension Development
    Replies: 0
    Last Post: 13th October 2008, 03:40 PM
  2. [Request]Quicktime Object that plays encrypted
    By LazyCoder in forum Extension Development
    Replies: 2
    Last Post: 18th March 2007, 09:43 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
  •