recaptcha.client package

Submodules

recaptcha.client.captcha module

recaptcha.client.mailhide module

recaptcha.client.mailhide.ashtml(email, public_key, private_key)[source]

Wraps an email address with reCAPTCHA Mailhide and returns html that displays the email

recaptcha.client.mailhide.asurl(email, public_key, private_key)[source]

Wraps an email address with reCAPTCHA mailhide and returns the url. public_key is the public key from reCAPTCHA (in the base 64 encoded format). Private key is the AES key, and should be 32 hex chars.

Module contents