php - on captcha-code and best-practices implementation -


i had discussion friend using captcha-code , it's implementation, here come out discussion:

  • it usefull in preventing brute-force login attemps;
  • it can circumvented;
  • it not user-friendly;
  • a approach of it, hard implement;

i want know geeks best-practices of implementing captcha-code in cms system.

as always, thank's time.

for codeigniter created recaptcha library , recaptcha view adding our sites simple. google's recaptcha implementation easy integrate.

http://www.google.com/recaptcha


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -