This package browser is in early development. Mind the rough edges.

perl-crypt-randpasswd

Random password generator

Crypt::RandPasswd provides three functions that can be used to generate random passwords, constructed from words, letters, or characters. This code is a Perl implementation of the Automated Password Generator standard, like the program described in "A Random Word Generator For Pronounceable Passwords". This code is a re-engineering of the program contained in Appendix A of FIPS Publication 181, "Standard for Automated Password Generator".

Installation

Install the latest version of perl-crypt-randpasswd as follows:

guix install perl-crypt-randpasswd

Or install a particular version:

guix install perl-crypt-randpasswd@0.06

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of perl-crypt-randpasswd about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-crypt-randpasswd'><img src='https://packages.guix.gnu.org/packages/perl-crypt-randpasswd/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-crypt-randpasswd/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-crypt-randpasswd)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-crypt-randpasswd][https://packages.guix.gnu.org/packages/perl-crypt-randpasswd/badges/latest-version.svg]]