The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Crypt::Random::Generator"

lib/Crypt/Random/Generator.pm River stage two • 7 direct dependents • 10 total dependents

VIPUL/Crypt-Random-1.54 - 03 Jun 2021 18:31:44 UTC

Crypt::PRNG - Cryptographically secure random number generator River stage three • 70 direct dependents • 267 total dependents

Provides an interface to the ChaCha20 based pseudo random number generator (thread-safe and fork-safe)....

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

Crypt::Random - Cryptographically Secure, True Random Number Generator. River stage two • 7 direct dependents • 10 total dependents

Crypt::Random is an interface module to the /dev/random device found on most modern unix systems. It also interfaces with egd, a user space entropy gathering daemon, available for systems where /dev/random (or similar) devices are not available. When...

VIPUL/Crypt-Random-1.54 - 03 Jun 2021 18:31:44 UTC

Crypt::RandPasswd - random password generator based on FIPS-181 River stage zero No dependents

Crypt::RandPasswd provides three functions that can be used to generate random passwords, constructed from words, letters, or characters. This code is a Perl implementation of the Automated Password Generator standard, like the program described in "...

JANITOR/Crypt-RandPasswd-0.07 - 18 Jun 2021 08:56:28 UTC

Crypt::Diceware - Random passphrase generator loosely based on the Diceware algorithm River stage one • 2 direct dependents • 3 total dependents

This module generates a random passphrase of words based loosely on the Diceware <http://world.std.com/~reinhold/diceware.html> algorithm by Arnold G. Reinhold. A Diceware passphrase consists of randomly selected words chosen from a list of over seve...

DAGOLDEN/Crypt-Diceware-0.005 - 15 Jul 2014 16:58:38 UTC

Crypt::PW44 - Perl password generator - generate 44-bit passwords using OPIE dictionary from RFC 1760. River stage zero No dependents

This module contains a simple password generator, based on the S/Key calculator (as described in RFC 1760) implemented in Perl. It exports the function "generate_password". This was inspired by the XKCD web comic "Password Strength", permalink http:/...

BRIAND/Crypt-PW44-0.14 - 17 Aug 2017 03:43:41 UTC

Crypt::Primes - Provable Prime Number Generator suitable for Cryptographic Applications. River stage zero No dependents

This module implements Ueli Maurer's algorithm for generating large *provable* primes and secure parameters for public-key cryptosystems. The generated primes are almost uniformly distributed over the set of primes of the specified bitsize and expect...

VIPUL/Crypt-Primes-0.50 - 16 Jan 2003 20:11:04 UTC

Crypt::YAPassGen - Yet Another (pronounceable) Password Generator River stage zero No dependents

"Crypt::YAPassGen" allows you to generate pronounceable passwords using a frequency file extracted from a dictionary of words. This module was inspired by "Crypt::PassGen" written by Tim Jenness. I started writing this module a couple of years ago, b...

GIULIENK/Crypt-YAPassGen-0.02 - 30 May 2004 08:38:39 UTC

Crypt::OTP - Perl implementation of the One Time Pad (hence, OTP) encryption method. River stage zero No dependents

The One Time Pad encryption method is very simple, and impossible to crack without the actual pad file against which the to-be-encrypted message is XOR'ed. Encryption and decryption are performed using excactly the same method, and the message will d...

SIFUKURT/Crypt-OTP-2.00 - 04 Sep 2002 18:53:12 UTC

Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access River stage two • 10 direct dependents • 94 total dependents

"Crypt::OpenSSL::Random" provides the ability to seed and query the OpenSSL and LibreSSL library's pseudo-random number generators. Note: On LibreSSL "random_egd()" is not defined. EXPORT None by default....

RURBAN/Crypt-OpenSSL-Random-0.16 - 13 Apr 2024 13:45:49 UTC

Crypt::IDA - Michael Rabin's Information Dispersal Algorithm River stage zero No dependents

This module splits a secret into one or more "shares" which have the property that if a certain number of shares (the "quorum" or "threshold") are presented in the combine step, the secret can be recovered. The algorithm should be cryptographically s...

DMALONE/Crypt-IDA-0.03 - 16 Sep 2019 11:48:11 UTC

Crypt::RSA - RSA public-key cryptosystem. River stage one • 2 direct dependents • 4 total dependents

Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Crypt::RSA provides arbi...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::SEAL2 - The SEAL stream cipher, version 2.0 River stage zero No dependents

SEAL2 is the second version of the stream cipher, SEAL, designed by Don Coppersmith and Phillip Rogaway. This module supports the following functions: new() Creates a pseudorandom string (PRS), using a user-supplied key as a seed to the pseudorandom ...

JCDUQUE/Crypt-SEAL2-1.0.4 - 14 Jul 2003 13:33:33 UTC

Crypt::Nettle - Perl interface to the Nettle Cryptographic library River stage zero No dependents

DKG/Crypt-Nettle-0.3 - 23 Mar 2011 08:11:22 UTC

Crypt::Spritz - Spritz stream cipher/hash/MAC/AEAD/CSPRNG family River stage zero No dependents

This module implements the Spritz spongelike function (with N=256), the spiritual successor of RC4 developed by Ron Rivest and Jacob Schuldt. Its strength is extreme versatility (you get a stream cipher, a hash, a MAC, a DRBG/CSPRNG, an authenticated...

MLEHMANN/Crypt-Spritz-1.02 - 05 Mar 2017 16:34:41 UTC

Crypt::Nettle::Yarrow - Perl interface to the Yarrow256 random number generator from libnettle River stage zero No dependents

DKG/Crypt-Nettle-0.3 - 23 Mar 2011 08:11:22 UTC

Crypt::PK::DH - Public key cryptography based on Diffie-Hellman River stage three • 70 direct dependents • 267 total dependents

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

Crypt::ECDH_ES - A fast and small hybrid crypto system River stage zero No dependents

This module uses elliptic curve cryptography in an ephemerical-static configuration combined with the AES cipher to achieve a hybrid cryptographical system. Both the public and the private key are simply 32 byte blobs. Use-cases You may want to use t...

LEONT/Crypt-ECDH_ES-0.005 - 05 Feb 2024 00:00:30 UTC

Crypt::PK::DSA - Public key cryptography based on DSA River stage three • 70 direct dependents • 267 total dependents

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

Crypt::PK::ECC - Public key cryptography based on EC River stage three • 70 direct dependents • 267 total dependents

The module provides a set of core ECC functions as well as implementation of ECDSA and ECDH. Supports elliptic curves "y^2 = x^3 + a*x + b" over prime fields "Fp = Z/pZ" (binary fields not supported)....

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC
38 results (0.063 seconds)