Coder Social home page Coder Social logo

vs-adm / ruby-password Goto Github PK

View Code? Open in Web Editor NEW

This project forked from savonix/ruby-password

0.0 2.0 0.0 135 KB

A FORK of Ian Macdonald's ruby-password library.

Home Page: http://www.caliban.org/ruby/ruby-password.shtml

License: GNU General Public License v2.0

Ruby 86.20% C 13.80%

ruby-password's Introduction

WHAT IS IT?
-----------

Ruby/Password is a suite of password handling methods for Ruby. It supports
the manual entry of passwords from the keyboard in both buffered and
unbuffered modes, password strength checking, random password generation,
phonemic password generation (for easy memorisation by human-beings) and the
encryption of passwords.

The common CrackLib library is used to perform password strength checking.

From the CrackLib README:

  CrackLib makes literally hundreds of tests to determine whether you've
  chosen a bad password.

  * It tries to generate words from your username and GECOS entry and tries
    to match them against the password you've chosen.

  * It checks for simplistic patterns.

  * It then tries to reverse-engineer your password into a dictionary
    word, and searches for it in your dictionary.

  - after all that, it's PROBABLY a safe(-ish) password.  8-)


The target audience for this library is system administrators who need
to write Ruby programs that prompt for, generate, verify and encrypt
passwords.


THIS FORK
---------

This is a fork from the original software written by Ian Macdonald. I've (Albert Lash of Savonix / Docunext) forked it to try and package it as a Ruby 1.9.1 gem
for my own convenience. I made the version 0.15.4 to try and differentiate from Ian's tree.

INSTALLATION
------------

Please see the INSTALL file for details of how to install Ruby/Password.


USAGE
-----

Please see the RDoc documentation for details of how to use Ruby/Password.


LICENCE
-------

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

Please see the file COPYING for the terms of the licence.

ruby-password's People

Contributors

elijh avatar savonix avatar vs-adm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.