Crypt-HSXKPasswd
view release on metacpan or search on metacpan
lib/Crypt/HSXKPasswd.pm view on Meta::CPAN
C<warnings> - L<http://search.cpan.org/perldoc?warnings>
=back
The module can also optionally use the following Perl modules:
=over 4
=item *
C<Data::Entropy::Algorithms> - L<http://search.cpan.org/perldoc?Data%3A%3AEntropy%3A%3AAlgorithms>
Used by the RNG class C<Crypt::HSXKPasswd::RNG::Data_Entropy>.
=item *
C<Devel::StackTrace> - L<http://search.cpan.org/perldoc?Devel%3A%3AStackTrace>
Used for printing stack traces with error messages if
C<$XKPasswd::DEBUG> and C<$XKPasswd::LOG_ERRORS> both evaluate to true. If the
module is not installed the stack traces will be omitted from the log messages.
=item *
C<Email::Valid> - L<http://search.cpan.org/perldoc?Email%3A%3AValid>
Used by the Random.Org RNG class C<Crypt::HSXKPasswd::RNG::RandomDotOrg>.
=item *
C<LWP::UserAgent> - L<http://search.cpan.org/perldoc?LWP%3A%3AUserAgent>
Used by the Random.Org RNG class C<Crypt::HSXKPasswd::RNG::RandomDotOrg>.
=item *
C<Math::Random::Secure> - L<http://search.cpan.org/perldoc?Math%3A%3ARandom%3A%3ASecure>
Used by the RNG class C<Crypt::HSXKPasswd::RNG::Math_Random_Secure>.
=item *
C<Mozilla::CA> - L<http://search.cpan.org/perldoc?Mozilla%3A%3ACA>
Indirectly required by the Random.Org RNG class
C<Crypt::HSXKPasswd::RNG::RandomDotOrg> because without it C<LWP::UserAgent>
can't use HTTPS, and the Random.Org API uses HTTPS.
=item *
C<URI> - L<http://search.cpan.org/perldoc?URI>
Used by the Random.Org RNG class C<Crypt::HSXKPasswd::RNG::RandomDotOrg>.
=back
=head1 INCOMPATIBILITIES
This module has no known incompatibilities.
=head1 BUGS AND LIMITATIONS
There are no known bugs in this module.
Please report any bugs you may find on the module's GitHub page:
L<https://github.com/bbusschots/xkpasswd.pm>.
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2014-15, Bart Busschots T/A Bartificer Web Solutions
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
=over 4
=item 1.
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
=item 2.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
=back
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The following components of this package are covered by the more restrictive
GPL V2 license L<https://www.gnu.org/licenses/gpl-2.0.html>:
=over 4
=item *
The C<share/sample_dict_DE.txt> text file.
=item *
The C<Crypt::HSXKPasswd::Dictionary::DE> Perl module.
=item *
The C<share/sample_dict_FR.txt> text file.
=item *
The C<Crypt::HSXKPasswd::Dictionary::FR> Perl module.
( run in 2.465 seconds using v1.01-cache-2.11-cpan-437f7b0c052 )