Posted on 2009-08-20 19:52:51-07 by netticat
Migration from Authen::Captcha to GD::SecurityImage
I am currently using Authen::Captcha and would like to switch to GD-SecurityImage. You recommend to use GD::SecurityImage::AC. To my understanding this would have the advantage that I still can use Authen's captcha handler functions while the image engine is provided by the new GD-SecurityImage. My question is about installation: Does GD::SecurityImage::AC completely *replace* GD::SecurityImage or do I need to install both modules to make it work (meaning that GD::SecurityImage is needed too)? In case I only need GD::SecurityImage::AC, would there be a high security risk because the latest ...::AC update is quite old, well it has not been updated this year.(released on 1.11 2008)?
Direct Responses: 11344 | Write a response
Posted on 2009-08-21 13:22:46-07 by burak in response to 11338
Re: Migration from Authen::Captcha to GD::SecurityImage
Hi, Authen::Captcha has not been updated for years and it has a fixed interface. GD::SecurityImage::AC tries to match that fixed functionality with extra GD::SecurityImage features. There are some CAVEATs mentioned in the GD::SecurityImage::AC documentation, other than that it's fully compatible and can replace Authen::Captcha. Afterall, it was written to replace Authen::Captcha. I no longer maintain GD::SecurityImage::AC but the current maintainer implemented some security features in it as I recall. GD::SecurityImage::AC does not replace GD::SecurityImage. GD::SecurityImage is an image generator and GD::SecurityImage::AC is a CAPTCHA handler. You can say that GD::SecurityImage::AC is a front-end to GD::SecurityImage. As for the release date issue; If there will not be some security issues or major bugs, I don't expect any updates to GD::SecurityImage::AC. It fulfilled it's purpose.
Direct Responses: 11348 | Write a response
Posted on 2009-08-21 15:54:12-07 by netticat in response to 11344
Re: Migration from Authen::Captcha to GD::SecurityImage
This answered all my questions and more. So maybe I should try to write the captcha handler part myself. Unfortunately I'm not very experienced in Perl even more a beginner and I'm unsure if I would be able to manage it. I will think about it. Anyway thanks for your kind and helpful reply!
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.