A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: "passwords" thru Flash

  1. #1
    Help Seeker
    Join Date
    Jun 2000
    Location
    NY
    Posts
    94

    "passwords" thru Flash

    I know it's not the most secure way to embed password/authentication schemes using Flash only (client side stuff). I've been told the password is kept as plain text.

    My question is how would a "hacker" type person find out this password? I'm trying to assess the difficulty by which this is done to see if I should bother with server-side authentication... because it's just a personal site.

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    You can open the swf in notepad for instance and look at the code. Or get a third party program that is specialized to open swf files.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Ryan Thomson EvolveDesigns's Avatar
    Join Date
    Oct 2001
    Location
    British Columbia
    Posts
    3,338
    yea you can open in notepad and look for natural words as most of it looks pretty code based. Most people name the password field something like password or pass which would make it even easier as you can just do a search for these words and find it. if you named the password field something like 77djdk with a similar passord it may be a bit harder to spot.

    If you wanted to make it even harder you could store you passwords in a seperate swf file.

    Making your password in swf is fine in my opinion as long as it doesn't have to be totally secure. Most people would never think to try opening an swf in notepad.
    Evolve Designs Interactive Media
    the natural selection

  4. #4
    Help Seeker
    Join Date
    Jun 2000
    Location
    NY
    Posts
    94
    Thanks guys.. I guess I'll leave it be since it's just a personal site.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center