Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    App::Genpass 2.32

    Download button

    No screenshots available
    Downloads: 72  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Sawyer X | More programs
    Perl Artistic License / FREE
    September 20th, 2012, 14:56 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    App::Genpass description

    Quickly and easily create secure passwords

    If you've ever needed to create 10 (or even 10,000) passwords on the fly with varying preferences (lowercase, uppercase, no confusing characters, special characters, minimum length, etc.), you know it can become a pretty pesky task.

    This module makes it possible to create flexible and secure passwords, quickly and easily.

     use App::Genpass;
     my $genpass = App::Genpass->new();

     my $single_password = $genpass->generate(1); # returns scalar
     my @single_password = $genpass->generate(1); # returns array
     my @multiple_passwords = $genpass->generate(10); # returns array again
     my $multiple_passwords = $genpass->generate(10); # returns arrayref


    App::Genpass includes a program called genpass, which is a command line interface to this module. If you need a program that generates passwords, use genpass.

    SYNOPSIS

     use App::Genpass;

     my $genpass = App::Genpass->new();
     print $genpass->generate, "\n";

     $genpass = App::Genpass->new( readable => 0, length => 20 );
     print "$_\n" for $genpass->generate(10);



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    secure password | Perl module | Perl | secure | password

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM