WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Rock Lobster Inc. v2.5

Really Simple CAPTCHA

Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.

Really Simple CAPTCHA

The facts

Rating
4.2★ from 131
Active installs
300k+
Price
Free
Last updated
23 Aug 2026
Added
Mar 2009
Requires WP
7.1
Tested up to
WP 7.1
Requires PHP
8.3
Downloads
9,418,165

Our analysis

AI-assisted

Really Simple CAPTCHA is a WordPress plugin designed to integrate with other plugins, primarily Contact Form 7. It generates CAPTCHA images and stores the correct answers as temporary files, which helps avoid conflicts with PHP sessions.

This plugin is suitable for developers looking to add a basic CAPTCHA solution to their forms. However, it is noted for its simplicity and may not provide strong security against spam.

Best for: This plugin suits developers needing a simple CAPTCHA solution for their WordPress forms.

What it does well

  • Free to use from the WordPress.org directory
  • Works with Contact Form 7 and other plugins
  • Stores CAPTCHA answers as temporary files
  • Generates both image and text files for CAPTCHA

Where it falls short

  • Not designed for strong security against spam
  • Requires integration with other plugins to function

Verdict

Really Simple CAPTCHA offers a straightforward method for adding CAPTCHA to forms, but its simplicity may limit its effectiveness against more sophisticated spam attacks.

From the developer

Rock Lobster Inc.'s own description of Really Simple CAPTCHA, lightly tidied.

Really Simple CAPTCHA does not work alone and is intended to work with other plugins. It is originally created for Contact Form 7, however, you can use it with your own plugin.

Note: This product is “really simple” as its name suggests, i.e., it is not strongly secure. If you need perfect security, you should try other solutions.

How does it work?

Really Simple CAPTCHA does not use PHP “Sessions” for storing states, unlike many other PHP CAPTCHA solutions, but stores them as temporary files. This allows you to embed it into WordPress without worrying about conflicts.

When you generate a CAPTCHA, Really Simple CAPTCHA creates two files for it; one is an image file of CAPTCHA, and the other is a text file which stores the correct answer to the CAPTCHA.

The two files have the same (random) prefix in their file names, for example, “a7hk3ux8p.png” and “a7hk3ux8p.txt.” In this case, for example, when the respondent answers “K5GF” as an answer to the “a7hk3ux8p.png” image, then Really Simple CAPTCHA calculates hash of “K5GF” and tests it against the hash stored in the “a7hk3ux8p.txt” file. If the two match, the answer is confirmed as correct.

How to use with your plugin

Note: Below are instructions for plugin developers.

First, create an instance of ReallySimpleCaptcha class:

$captcha_instance = new ReallySimpleCaptcha();

You can change the instance variables as you wish.

// Change the background color of CAPTCHA image to black
$captcha_instance->bg = array( 0, 0, 0 );

See really-simple-captcha.php if you are interested in other variables.

Generate a random word for CAPTCHA.

$word = $captcha_instance->generate_random_word();

Generate an image file and a corresponding text file in the temporary directory.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for stopping spam.

Akismet Anti-spam: Spam Protection

The best anti-spam protection to block spam comments and spam in a contact form. The most trusted antispam sol...

Free 5M+ installs 4.7★ (1,186)
Disable Comments

Allows administrators to globally disable comments on their site. Comments can be disabled according to post t...

Free 1M+ installs 4.7★ (280)
Antispam Bee

Sophisticated antispam plugin for effective daily comment and trackback spam-fighting. Built with data protect...

Free 700k+ installs 4.8★ (226)
Advanced Google reCAPTCHA

Captcha protection against spam comments & brute force login attacks using Google reCAPTCHA.

Free 200k+ installs 4.8★ (430)