Crypt-NaCl-Sodium 1.0.7.0
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- 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_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Crypt::NaCl::Sodium | NaCl compatible modern, easy-to-use library for encryption, decryption, signatures, password hashing and more | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::aead | Authenticated Encryption with Additional Data (ChaCha20/Poly1305 MAC, AES256-GCM) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::auth | Secret-key message authentication (HMAC-SHA256, HMAC-SHA512, HMAC-SHA512/256 ) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::box | Public-key authenticated encryption (Curve25519/XSalsa20/Poly1305 MAC) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::generichash | Generic hashing (Blake2b) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::hash | SHA-2 hash functions (SHA-256, SHA-512) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::onetimeauth | One-time authentication (Poly1305) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::pwhash | Password hashing (yescrypt) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::scalarmult | Diffie-Hellman (Curve25519) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::secretbox | Secret-key authenticated encryption (XSalsa20/Poly1305 MAC) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::shorthash | Short-input hashing (SipHash-2-4) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::sign | Public-key signatures (Ed25519) | v1.0.7.0 | metacpan |
| Crypt::NaCl::Sodium::stream | Stream ciphers (XSalsa20, ChaCha20, Salsa20, AES-128-CTR) | v1.0.7.0 | metacpan |
| Data::BytesLocker | Guarded storage for sensitive data | v1.0.7.0 | metacpan |