Acme-CPANModules-RandomPassword

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    random passwords

VERSION
    This document describes version 0.002 of
    Acme::CPANModules::RandomPassword (from Perl distribution
    Acme-CPANModules-RandomPassword), released on 2023-04-10.

DESCRIPTION
    App::genpw can generate passwords with patterns and wordlists. It loads
    secure random number generator if available. By default it generates
    12-20 character-long passwords comprising of ASCII letters and digits.
    There are several variants which are basically wrappers for convenience:
    App::genpw::base64, App::genpw::base58, App::genpw::base56,
    App::genpw::wordlist (use words from wordlists), App::genpw::ind (use
    Indonesian words). The module will use "rand()" from
    "Data::Entropy::Algorithms" if the module is available, for stronger
    random number generation.

    Crypt::GeneratePassword creates secure random pronounceable passwords.
    It provides function "word()" which generates a sequence of letters with
    vocals in between consonants so the word is still pronounceable, even
    though it's a nonsense word. It also provides "chars()" which produces a
    sequence of random letters, digits, and some symbols. It still uses
    "rand()" by default which is not cryptographically secure.

    Crypt::RandPasswd implements the old FIPS 181 (1993, withdrawn 2015)
    standard to generate pronounceable password, which is no longer
    recommended.

    Crypt::PassGen, yet another module to create random words that look like
    real words. It does not use a secure random number generator by default.

    Data::SimplePassword

    String::MkPasswd

    Data::Random::String and Data::Random.

    Text::Password::Pronounceable::RandomCase

    String::Random

    String::Urandom

    Crypt::XkcdPassword, a password generator module inspired by
    <http://xkcd.com/936/>.

    CtrlO::Crypt::XkcdPassword, another password generator module inspired
    by <http://xkcd.com/936/>.

    App::GenPass

    Crypt::PW44

    Crypt::YAPassGen

    Session::Token

    Text::Password::Pronounceable

    For other types of random data, see other lists mentioned in the See
    Also section.

    Keywords: random secure password

ACME::CPANMODULES ENTRIES
    App::genpw
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    App::genpw::base64
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    App::genpw::base58
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    App::genpw::base56
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    App::genpw::wordlist
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    App::genpw::ind
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    Crypt::GeneratePassword
        Author: NEILB <https://metacpan.org/author/NEILB>

    Crypt::RandPasswd
        Author: JANITOR <https://metacpan.org/author/JANITOR>

    Crypt::PassGen
        Author: TJENNESS <https://metacpan.org/author/TJENNESS>

    Data::SimplePassword
        Author: RYOCHIN <https://metacpan.org/author/RYOCHIN>

    String::MkPasswd
        Author: CGRAU <https://metacpan.org/author/CGRAU>

    Data::Random::String
        Author: MAKIS <https://metacpan.org/author/MAKIS>

    Data::Random
        Author: BAREFOOT <https://metacpan.org/author/BAREFOOT>

    Text::Password::Pronounceable::RandomCase
        Author: MDOM <https://metacpan.org/author/MDOM>

    String::Random
        Author: SHLOMIF <https://metacpan.org/author/SHLOMIF>

    String::Urandom
        Author: MBROOKS <https://metacpan.org/author/MBROOKS>

    Crypt::XkcdPassword
        Author: TOBYINK <https://metacpan.org/author/TOBYINK>

    CtrlO::Crypt::XkcdPassword
        Author: DOMM <https://metacpan.org/author/DOMM>

    App::GenPass



( run in 2.330 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )