<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: CAPTCHA in Flex - Running Example</title>
	<atom:link href="http://www.flexer.info/2007/11/01/captcha-in-flex-running-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2007/11/01/captcha-in-flex-running-example/</link>
	<description>flex developers web corner</description>
	<pubDate>Sat, 22 Nov 2008 00:27:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2007/11/01/captcha-in-flex-running-example/#comment-897</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Wed, 05 Nov 2008 13:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/01/running-example/#comment-897</guid>
		<description>Phil, thank you for comment. The Flex/Flash Captcha is not the same as one used in HTML forms. 

In HTML you need use it server-side because a script can automatically submit data to the form's action URL (which is visible). 

In case of Flex/Flash to be able to submit to a web service (web service that is not easily visible) you need either to use a script that graphically recognizes inputs in flash player either to know, from inside, the web service and how to use it (which can be secured easily). 

This CAPTCHA is for graphically advanced scripts that can read screens, can recognize inputs and automatically submit data into it.

And YES for some people the security is increased if they see a CAPTCHA. Even though using Flex/Flash client-side to interact with the server-side do not require such thing being itself secure enough.</description>
		<content:encoded><![CDATA[<p>Phil, thank you for comment. The Flex/Flash Captcha is not the same as one used in HTML forms. </p>
<p>In HTML you need use it server-side because a script can automatically submit data to the form&#8217;s action URL (which is visible). </p>
<p>In case of Flex/Flash to be able to submit to a web service (web service that is not easily visible) you need either to use a script that graphically recognizes inputs in flash player either to know, from inside, the web service and how to use it (which can be secured easily). </p>
<p>This CAPTCHA is for graphically advanced scripts that can read screens, can recognize inputs and automatically submit data into it.</p>
<p>And YES for some people the security is increased if they see a CAPTCHA. Even though using Flex/Flash client-side to interact with the server-side do not require such thing being itself secure enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.flexer.info/2007/11/01/captcha-in-flex-running-example/#comment-895</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 05 Nov 2008 06:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/01/running-example/#comment-895</guid>
		<description>I'll grant you that it looks very pretty. However unless the captcha is generated server side and then sent to the flex as a graphic (png/jpeg) via AMF or some other method there is little to no point using this class.

I would also suggest that given the standard color of the text and the font used even if this were generated server side it would be very easy to segment.

This class can only provide the user with a false sense of security. If you want a captcha - generate it server side and make it hard to segment.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll grant you that it looks very pretty. However unless the captcha is generated server side and then sent to the flex as a graphic (png/jpeg) via AMF or some other method there is little to no point using this class.</p>
<p>I would also suggest that given the standard color of the text and the font used even if this were generated server side it would be very easy to segment.</p>
<p>This class can only provide the user with a false sense of security. If you want a captcha - generate it server side and make it hard to segment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
