Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / November 2005



Tip: Looking for answers? Try searching our database.

Secure Remoting . . . .

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
faEight - 27 Oct 2005 03:33 GMT
So I want to have users login using flash, which will be sent to a ColdFusion
login routine - thing is, I don't want to send user/password info in the clear.
How do I get flash remoting to SSH or hash or the like?
flashdefined - 01 Nov 2005 21:38 GMT
FlashPlayer doesn't support SSH, so you can't use that.  Basically, you'd have
to come up with your own hash algorithm for encrypting and passing the
information, but since it all happens in AS, and thus is accessible to
decompilers, there isn't much point in that either.

The best you can do is use SSL for your secure remoting.

I've mentioned the need for high-grade encryption to MM several times
(including some of the developers on the security team), but have yet to hear
anything back that was positive...the best was "maybe code signing in Flash 9".
faEight - 01 Nov 2005 22:22 GMT
ah kool.  Well, i have now been trying SSH - like using loadvar to send http arguments to my CF MX7 server, but I can't seem to get the variable from flash to CF or vice versa.
molebhai - 12 Nov 2005 07:16 GMT
I had the same problem a while back untill i found that someone wrote
an md5 function for flash.
Encrypt the username and password using the the md5 and send that to
your server script which probably has md5 built in to process it.
Its not a real solution to this problem, more of a backdoor.
And if someone still wants to crack your password they will be able to.
Decryting md5 is hard but not impossible.
But still .. its better than nothing.

link: http://www.sephiroth.it/file_detail.php?id=69

> Amol

> So I want to have users login using flash, which will be sent to a ColdFusion
> login routine - thing is, I don't want to send user/password info in the clear.
>  How do I get flash remoting to SSH or hash or the like?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.