App-genpw

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

         %d   Random digit (0-9)
         %h   Random hexdigit (0-9a-f in lowercase [default] or 0-9A-F in uppercase).
              Known arguments:
              - "u" (to use the uppercase instead of the default lowercase digits)
         %a   Random letter/digit (Alphanum) (A-Z, a-z, 0-9; combination of %l and %d)
         %s   Random ASCII symbol, e.g. "-" (dash), "_" (underscore), etc.
         %x   Random letter/digit/ASCII symbol (combination of %a and %s)
         %m   Base64 character (A-Z, a-z, 0-9, +, /)
         %b   Base58 character (A-Z, a-z, 0-9 minus IOl0)
         %B   Base56 character (A-Z, a-z, 0-9 minus IOol01)
         %%   A literal percent sign
         %w   Random word. Known arguments:
              - "stdin:" (for getting the words from stdin, the default)
              - "wordlist:NAME" (for getting the words from a L<WordList> module)
              - "arraydata:NAME" (for getting the words from an L<ArrayData> module, the
                Role::TinyCommons::Collection::PickItems::RandomPos will be applied).

        Filter names are modules in the "Data::Sah::Filter::perl::"
        namespace (without the prefix). To list available filters, you can
        use pmlist or list-sah-filter-rule-modules:

lib/App/genpw.pm  view on Meta::CPAN

    %d   Random digit (0-9)
    %h   Random hexdigit (0-9a-f in lowercase [default] or 0-9A-F in uppercase).
         Known arguments:
         - "u" (to use the uppercase instead of the default lowercase digits)
    %a   Random letter/digit (Alphanum) (A-Z, a-z, 0-9; combination of %l and %d)
    %s   Random ASCII symbol, e.g. "-" (dash), "_" (underscore), etc.
    %x   Random letter/digit/ASCII symbol (combination of %a and %s)
    %m   Base64 character (A-Z, a-z, 0-9, +, /)
    %b   Base58 character (A-Z, a-z, 0-9 minus IOl0)
    %B   Base56 character (A-Z, a-z, 0-9 minus IOol01)
    %%   A literal percent sign
    %w   Random word. Known arguments:
         - "stdin:" (for getting the words from stdin, the default)
         - "wordlist:NAME" (for getting the words from a <pm:WordList> module)
         - "arraydata:NAME" (for getting the words from an <pm:ArrayData> module, the
           Role::TinyCommons::Collection::PickItems::RandomPos will be applied).

Filter names are modules in the `Data::Sah::Filter::perl::` namespace (without
the prefix). To list available filters, you can use <prog:pmlist> or
<prog:list-sah-filter-rule-modules>:

lib/App/genpw.pm  view on Meta::CPAN

 %d   Random digit (0-9)
 %h   Random hexdigit (0-9a-f in lowercase [default] or 0-9A-F in uppercase).
      Known arguments:
      - "u" (to use the uppercase instead of the default lowercase digits)
 %a   Random letter/digit (Alphanum) (A-Z, a-z, 0-9; combination of %l and %d)
 %s   Random ASCII symbol, e.g. "-" (dash), "_" (underscore), etc.
 %x   Random letter/digit/ASCII symbol (combination of %a and %s)
 %m   Base64 character (A-Z, a-z, 0-9, +, /)
 %b   Base58 character (A-Z, a-z, 0-9 minus IOl0)
 %B   Base56 character (A-Z, a-z, 0-9 minus IOol01)
 %%   A literal percent sign
 %w   Random word. Known arguments:
      - "stdin:" (for getting the words from stdin, the default)
      - "wordlist:NAME" (for getting the words from a L<WordList> module)
      - "arraydata:NAME" (for getting the words from an L<ArrayData> module, the
        Role::TinyCommons::Collection::PickItems::RandomPos will be applied).

Filter names are modules in the C<Data::Sah::Filter::perl::> namespace (without
the prefix). To list available filters, you can use L<pmlist> or
L<list-sah-filter-rule-modules>:

script/genpw  view on Meta::CPAN

 %d   Random digit (0-9)
 %h   Random hexdigit (0-9a-f in lowercase [default] or 0-9A-F in uppercase).
      Known arguments:
      - "u" (to use the uppercase instead of the default lowercase digits)
 %a   Random letter/digit (Alphanum) (A-Z, a-z, 0-9; combination of %l and %d)
 %s   Random ASCII symbol, e.g. "-" (dash), "_" (underscore), etc.
 %x   Random letter/digit/ASCII symbol (combination of %a and %s)
 %m   Base64 character (A-Z, a-z, 0-9, +, /)
 %b   Base58 character (A-Z, a-z, 0-9 minus IOl0)
 %B   Base56 character (A-Z, a-z, 0-9 minus IOol01)
 %%   A literal percent sign
 %w   Random word. Known arguments:
      - "stdin:" (for getting the words from stdin, the default)
      - "wordlist:NAME" (for getting the words from a L<WordList> module)
      - "arraydata:NAME" (for getting the words from an L<ArrayData> module, the
        Role::TinyCommons::Collection::PickItems::RandomPos will be applied).

Filter names are modules in the C<Data::Sah::Filter::perl::> namespace (without
the prefix). To list available filters, you can use L<pmlist> or
L<list-sah-filter-rule-modules>:



( run in 0.323 second using v1.01-cache-2.11-cpan-05162d3a2b1 )