Sifar

Sifar can be used to check for strong passwords. Apart from the standard tests for length and homogeneity, it can check passwords that sound and spell similar to a given word.

Sifar can also generate passwords that satisfy the same criteria.

Installation

Requirements

You need english-0.4.0. This is installed automatically if ActiveMerchantCcavenue is installed as a gem.

More information on english can be found at rubyworks.github.com/english.

As a gem (recommended)

Install the gem:

> sudo gem install sifar

To use the Sifar gem in a Rails application, add the following line in your environment.rb:

config.gem 'sifar'

As a Rails plugin

To add Sifar as a plugin in a Rails application, run the following command from your application root:

> ./script/plugin install [email protected]:meshbrain/sifar.git

Copyright © 2010 Suman Debnath. See LICENSE for details.