The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "CCM"

Crypt::CCM - CCM Mode for symmetric key block ciphers River stage zero No dependents

The module implements the CCM Mode for Authentication and Confidentiality....

OYAMA/Crypt-CCM-0.03 - 28 Oct 2007 03:49:18 UTC - Search in distribution

Crypt::AuthEnc::CCM - Authenticated encryption in CCM mode River stage three • 62 direct dependents • 246 total dependents

CCM is a encrypt+authenticate mode that is centered around using AES (or any 16-byte cipher) as a primitive. Unlike EAX and OCB mode, it is only meant for packet mode where the length of the input is known in advance....

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC - Search in distribution

Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for distributions built by CCM River stage zero No dependents

You probably don't want to use this. ; VERSION [Git::NextVersion] ; GATHER [Git::GatherDir] exclude_filename = LICENSE exclude_filename = README.md [PruneCruft] [PruneFiles] filename = dist.ini [CopyFilesFromBuild] copy = LICENSE [ExecDir] ; PREREQS ...

CCM/Dist-Zilla-PluginBundle-Author-CCM-0.012 - 08 Apr 2022 21:53:56 UTC - Search in distribution

Crypt::PKCS11::CK_AES_CCM_PARAMS - Perl interface to PKCS #11 CK_AES_CCM_PARAMS structure River stage one • 1 direct dependent • 1 total dependent

This is the Perl interface for the C structure CK_AES_CCM_PARAMS in PKCS #11. See PKCS #11 documentation for more information about the structure and what it is used for....

JELU/Crypt-PKCS11-1.03 - 16 Feb 2015 14:00:14 UTC - Search in distribution

ccm_project_diff - show differences between two projects River stage zero No dependents

"ccm_project_diff" shows the differences between two projects in terms of the workarea paths of the projects' members. It does *not* need maintained workareas, though. "--terse" listing (default) "ccm_project_diff" traverses both projects and outputs...

RSCHUPP/VCS-CMSynergy-1.52 - 23 Jan 2020 09:43:42 UTC - Search in distribution

graphql - Command-line GraphQL client River stage zero No dependents

"graphql" is a command-line program for executing queries and mutations on a GraphQL <https://graphql.org/> server....

CCM/GraphQL-Client-0.605 - 30 Mar 2022 01:40:46 UTC - Search in distribution

File::KDBX - Encrypted database to store secret text and files River stage one • 1 direct dependent • 2 total dependents

File::KDBX provides everything you need to work with KDBX databases. A KDBX database is a hierarchical object database which is commonly used to store secret information securely. It was developed for the KeePass password safe. See "Introduction to K...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC - Search in distribution

Math::Yapp - Perl extension for working with Polynomials. Yes, I know there are *many!* Polynomial packages. And like them, I started it for (geeky) fun, then got obsessed with it as a learning experience. Enjoy! River stage zero No dependents

Man, if that synopsis don't say it all, what can I possibly add? :-) OK, as mentioned above, this is a fun project. The plan, not necessarily all implemented at the first release, is to provide many kinds of operations on the polynomials that intimid...

JASALOMON/Math-Yapp-1.07 - 26 Feb 2017 21:40:36 UTC - Search in distribution

Crypt::Util - A lightweight Crypt/Digest convenience API River stage one • 1 direct dependent • 1 total dependent

This module provides an easy, intuitive and forgiving API for wielding crypto-fu. The API is designed as a cascade, with rich features built using simpler ones. this means that the option processing is uniform throughout, and the behaviors are genera...

NUFFIN/Crypt-Util-0.11 - 27 May 2010 09:58:24 UTC - Search in distribution

Sah::Schema::language::code - Language code (alpha-2 or alpha-3) River stage one • 1 direct dependent • 1 total dependent

Accept only current (not retired) codes. Alpha-2 or alpha-3 codes are accepted....

PERLANCAR/Sah-Schemas-Language-0.005 - 18 Nov 2023 00:06:18 UTC - Search in distribution

Alien::ZMQ - find and install libzmq, the core zeromq library River stage zero No dependents

Upon installation, the target system is probed for the presence of libzmq. If it is not found, libzmq 3.2.4 is installed in a shared directory. In short, modules that need libzmq can depend on this module to make sure that it is available, or use it ...

CCM/Alien-ZMQ-0.06 - 28 Sep 2013 23:10:01 UTC - Search in distribution

Handel::Order - Module for maintaining order contents River stage one • 2 direct dependents • 2 total dependents

Handel::Order is a component for maintaining simple order records....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC - Search in distribution

fkpx-agent - File::KeePass::Agent::KDBX program River stage zero No dependents

This is a drop-in replacement for fkp-agent that uses the newer File::KDBX backend to add provide support for loading newer KDBX4 files....

CCM/File-KeePass-Agent-KDBX-0.902 - 04 May 2022 19:29:36 UTC - Search in distribution

File::KeePass::KDBX - Read and write KDBX files (using the File::KDBX backend) River stage one • 1 direct dependent • 1 total dependent

This is a File::KeePass compatibility shim for File::KDBX. It presents the same interface as File::KeePass (mostly, see "Discrepancies") but uses File::KDBX for database storage, file parsing, etc. It is meant to be a drop-in replacement for File::Ke...

CCM/File-KeePass-KDBX-0.902 - 15 May 2022 18:59:39 UTC - Search in distribution

Crypt::EAMessage - Simple-to-use Abstraction of Encrypted Authenticated Messages River stage zero No dependents

This module provides an easy-to-use method to create encrypted and authenticated messages from arbitrary Perl objects (anything compatible with Storable). Note that Perl 5.38+ Corinna class objects are not serializable with Storable. While there are ...

JMASLAK/Crypt-EAMessage-1.232011 - 20 Jul 2023 01:57:56 UTC - Search in distribution

BlueCoat::SGOS - A module to interact with Blue Coat SGOS-based devices. River stage zero No dependents

MMLANGE/BlueCoat-SGOS-1.05 - 19 Mar 2013 03:57:33 UTC - Search in distribution

Hash::Diff - Return difference between two hashes as a hash River stage one • 1 direct dependent • 3 total dependents

Hash::Diff returns the difference between two hashes as a hash. diff ( <hashref>, <hashref> ) Diffs two hashes. Returns a reference to the new hash. left_diff ( <hashref>, <hashref> ) Returns the values in the left hash that is not, or different from...

BOLAV/Hash-Diff-0.010 - 07 Aug 2018 09:08:02 UTC - Search in distribution

Dist::Zilla::LocaleTextDomain - Tools for managing Locale::TextDomain language catalogs River stage zero No dependents

Locale::TextDomain provides a nice interface for localizing your Perl applications. The tools for managing translations, however, is a bit arcane. Fortunately, you can just use this plugin and get all the tools you need to scan your Perl libraries fo...

CCM/Dist-Zilla-LocaleTextDomain-0.91 - 10 Nov 2017 02:01:43 UTC - Search in distribution

Continuus - Perl interface to Continuus CM River stage zero No dependents

The Continuus perl module is a interface to the most common Continuus functions....

HENKE/Continuus-0.1 - 02 Oct 2000 10:46:49 UTC - Search in distribution

File::KDBX::XS - Speed up File::KDBX River stage zero No dependents

This module provides some speed improvement for File::KDBX. There is no public interface. This distribution contains code from CryptX and LibTomCrypt <https://www.libtom.net/LibTomCrypt/>, bundled according to their own licensing terms (which are als...

CCM/File-KDBX-XS-0.900 - 01 May 2022 01:42:57 UTC - Search in distribution
25 results (0.049 seconds)