Popular recipes tagged "reverse_turing_test"http://code.activestate.com/recipes/tags/reverse_turing_test/2009-03-21T14:29:30-07:00ActiveState Code RecipesGeneration of captcha without using any fonts (Python)
2009-03-21T14:29:30-07:00Agnius Vasiliauskashttp://code.activestate.com/recipes/users/4169134/http://code.activestate.com/recipes/576695-generation-of-captcha-without-using-any-fonts/
<p style="color: grey">
Python
recipe 576695
by <a href="/recipes/users/4169134/">Agnius Vasiliauskas</a>
(<a href="/recipes/tags/captcha/">captcha</a>, <a href="/recipes/tags/reverse_turing_test/">reverse_turing_test</a>).
Revision 3.
</p>
<p>Generation of captcha image composed of numbers without using any fonts. As such it adds more variability to symbols (because every symbol is generated using random noise). And because of this - should be more secure than known set of fonts.</p>