You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tinycaptcha

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinycaptcha

1.0.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

TinyCaptcha

Gem wrapper for tiny captcha in C with no dependencies.

Example

Features

  • No dependencies. No ImageMagick. No RMagick;
  • Simple, Easy to use;
  • High performance.

Usage

Put tinycaptcha in your Gemfile:

gem 'tinycaptcha'
TinyCaptcha.generate(style, length, strikethrough, outline)

Parameters

```rb
# style - Allows :colorful or :black_white.
# length - length of the generated string. default: 5, allows: [3 - 7]
# strikethrough - enable/disable Strikethrough. true / false
# outline - enable/disable Outline style. true / false
TinyCaptcha.generate(style, word_length, strikethrough, outline)


FAQs

Package last updated on 11 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts