Help for this page

Select Code to Download


  1. or download this
    use Bytes::Random::Secure;
    use List::Util 'shuffle';
    ...
    for ( 1 .. 10 ) {
      print gen_pass(), "\n";
    }