Crypt::YAPassGen

Yet Another (pronounceable) Password Generator
Download

Crypt::YAPassGen Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Giulio Motta
  • Publisher web site:
  • http://search.cpan.org/~giulienk/Audio-Beep-0.11/Beep.pod

Crypt::YAPassGen Tags


Crypt::YAPassGen Description

Yet Another (pronounceable) Password Generator Crypt::YAPassGen is yet another (pronounceable) password generator module.SYNOPSIS use Crypt::YAPassGen; my $passgen = Crypt::YAPassGen->new( freq => '/usr/share/dict/mobydick.dat', length => 10, post_subs => , ); my $passwd = $passgen->generate();Crypt::YAPassGen allows you to generate pronounceable passwords using a frequency file extracted from a dictionary of words. This module was inspired by Crypt::PassGen written by Tim Jenness. I started writing this module a couple of years ago, because I wasn't able to make Crypt::PassGen work with an Italian frequency file. This module also offers a different interface and a few more options than Crypt::PassGen, that's why it exists. See "SEE ALSO" for other similar modules. Please beware that passwords generated by this module are LESS secure than truly random passwords, so use it at your own risk! Requirements: · Perl


Crypt::YAPassGen Related Software