Download List

Descripción del Proyecto

Ruby/Password is a set of useful methods for creating, verifying, and manipulating passwords. It includes an interface to CrackLib, a library commonly used for checking password strength. It is intended to be used by system administrators who need to write Ruby programs that prompt for, generate, verify, and encrypt passwords.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-02 23:23
0.5.3

packer.h ya no se utiliza cuando se construye. crack.h ahora es siempre necesaria. Esto debería solucionar problemas de compilación en Fedora Core 4, y posiblemente de otros sistemas.
Tags: Code cleanup
packer.h is no longer used when building. crack.h is now always required. This should fix build problems on Fedora Core 4 and possibly other systems.

2004-09-05 06:28
0.5.2

El entorno de generación ha sido modificada para buscar el sistema de diccionario en la ubicación adicional de / var / cache / cracklib / cracklib_dict.pwd, que es donde está en Debian Linux.
Tags: Code cleanup
The build environment has been modified to search for the system dictionary in the additional location of /var/cache/cracklib/cracklib_dict.pwd, which is where it is on Debian Linux.

2004-04-13 05:29
0.5.1

Password.get sería una excepción en el caso improbable de que STDIN alcanzado EOF sin ninguna entrada. Además, ahora soporta una pwgen-v o - Interruptor de versión.
Tags: Minor bugfixes
Password.get would throw an exception in the
unlikely event that STDIN reached EOF without any
input. In addition, pwgen now supports a -v or
--version switch.

2004-04-09 14:41
0.5.0

Un programa nuevo ejemplo, pwgen, ha añadido, con página de manual. Un nuevo método de clase, Password.phonemic, genera contraseñas fonémica. El método de Password.random de edad ha pasado a denominarse Password.urandom y sustituido por un nuevo Password.random portátil. Password.get ahora STDIN detectar si está conectado a un teléfono de texto. Si no, no se pida la contraseña se muestra y no se intentará manipular eco de la terminal. Un Contraseña:: CryptError excepción se plantea ahora si la sal se pasó a Contraseña # cripta contiene un mal carácter. Documentación RDOC ha añadido.
Tags: Major feature enhancements
A new example program, pwgen, has been added, complete with man page. A new class method, Password.phonemic, generates phonemic passwords. The old Password.random method has been renamed Password.urandom and replaced by a new, portable Password.random. Password.get will now detect whether STDIN is connected to a tty. If not, no password prompt is displayed and no attempt will be made to manipulate terminal echo. A Password::CryptError exception is now raised if the salt passed to Password#crypt contains a bad character. RDoc documentation has been added.

2003-11-12 13:04
0.4.1

Una advertencia que se produjo cuando se carga la biblioteca en Ruby 1.8.x se evita.
Tags: Code cleanup
A warning that occurred when loading the library into
Ruby 1.8.x is now avoided.

Project Resources