Crypt-RSA 1.96
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Crypt::RSA::DataFormat, Crypt::RSA::Version
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Crypt-RSA-1.96/lib/Crypt/RSA.pm -- Around line 534: Non-ASCII character seen before =encoding in 'Genèche'. Assuming CP1252 Around line 583: =over without closing =back
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Crypt::RSA, Crypt::RSA::DataFormat, Crypt::RSA::Debug, Crypt::RSA::ES::OAEP, Crypt::RSA::ES::PKCS1v15, Crypt::RSA::Errorhandler, Crypt::RSA::Key, Crypt::RSA::Key::Private, Crypt::RSA::Key::Private::SSH, Crypt::RSA::Key::Public, Crypt::RSA::Key::Public::SSH, Crypt::RSA::Primitives, Crypt::RSA::SS::PKCS1v15, Crypt::RSA::SS::PSS, Crypt::RSA::Version
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/Crypt/RSA.pm: HASH(0x560c41eab818)
- lib/Crypt/RSA/ES/OAEP.pm: HASH(0x560c426ad668)
- lib/Crypt/RSA/ES/PKCS1v15.pm: HASH(0x560c42902d88)
- lib/Crypt/RSA/Key.pm: HASH(0x560c42a931a0)
- lib/Crypt/RSA/Key/Private.pm: HASH(0x560c42adece0)
- lib/Crypt/RSA/SS/PKCS1v15.pm: HASH(0x560c428d81a0)
- lib/Crypt/RSA/SS/PSS.pm: HASH(0x560c42ab49e8)
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
Crypt::RSA | RSA public-key cryptosystem. | metacpan | |
Crypt::RSA::DataFormat | Data creation, conversion and reporting primitives. | metacpan | |
Crypt::RSA::Debug | Debug routine for Crypt::RSA. | metacpan | |
Crypt::RSA::ES::OAEP | Plaintext-aware encryption with RSA. | metacpan | |
Crypt::RSA::ES::PKCS1v15 | PKCS #1 v1.5 padded encryption scheme based on RSA. | metacpan | |
Crypt::RSA::Errorhandler | Error handling mechanism for Crypt::RSA. | metacpan | |
Crypt::RSA::Key | RSA Key Pair Generator. | metacpan | |
Crypt::RSA::Key::Private | RSA Private Key Management. | metacpan | |
Crypt::RSA::Key::Private::SSH | SSH Private Key Import | metacpan | |
Crypt::RSA::Key::Public | RSA Public Key Management. | metacpan | |
Crypt::RSA::Key::Public::SSH | SSH Public Key Import | metacpan | |
Crypt::RSA::Primitives | RSA encryption, decryption, signature and verification primitives. | metacpan | |
Crypt::RSA::SS::PKCS1v15 | PKCS #1 v1.5 signatures. | metacpan | |
Crypt::RSA::SS::PSS | Probabilistic Signature Scheme based on RSA. | metacpan | |
Crypt::RSA::Version | 1.96 | metacpan |
Provides
Name | File | View |
---|---|---|
Crypt::RSA::Key::Private::SSH::Buffer | lib/Crypt/RSA/Key/Private/SSH.pm | metacpan |