View Single Post
  #2 (permalink)  
Old 09-21-2008, 04:15 AM
GP200 GP200 is offline
WebProWorld Member
 
Join Date: Aug 2008
Posts: 42
GP200 RepRank 0
Default Re: Flash or Applet .. in Security ?

I would use neither on their own for anything security related. As you suggest they would only supply the interface. I've little experience with Applets except for 3D viewers on Intranets and the like, but have used Flash for log in page graphics/data sending.

The Flash log in pages are only as secure as the script they use, i've used basic PHP login scripts with a Flash interface or the same to work on a server running Tomcat or similar. The point being Flash or your Applet will only provide the interface not the security.

You can make password/login scripts completely in Flash but they are so easy to bypass they are pointless.
Reply With Quote