Text::Password::Pronounceable::Harden

Harden your pronounceable passwords
Download

Text::Password::Pronounceable::Harden Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Mario Domg?rgen
  • Publisher web site:
  • http://search.cpan.org/~mdom/

Text::Password::Pronounceable::Harden Tags


Text::Password::Pronounceable::Harden Description

Harden your pronounceable passwords Althouh less secure than random passwords, most people have less problems to remember chunks of pronounceable characters rather than individual characters themselves. Text::Password::Pronounceable produces those, but it has the one disadvantage that it only uses lower case characters.Text::Password::Pronounceable::Harden is a Perl module that tries to solve this shortcoming by providing a generic text filter to generate passwords that are at the same time easy to remember and harder to crack.It's intended to be used with filters like Text::Pipe::RandomCase, but you can actually use any of Text::Pipes filters if you want to.SYNOPSIS use Text::Password::Pronounceable::Harden; my $pwgen = Text::Password::Pronounceable::Harden->new(min => 8, max => 12); $pwgen->add_filter('RandomCase', probability => 2 ); $pwgen->generate(); Requirements: · Perl


Text::Password::Pronounceable::Harden Related Software