Crypt::Random::Source::Weak::openssl

Get random bytes from the OpenSSL command line utility.
Download

Crypt::Random::Source::Weak::openssl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yuval Kogman
  • Publisher web site:
  • http://search.cpan.org/~nobull/

Crypt::Random::Source::Weak::openssl Tags


Crypt::Random::Source::Weak::openssl Description

Get random bytes from the OpenSSL command line utility. Crypt::Random::Source::Weak::openssl is a Perl module to get random bytes from the OpenSSL command line utility.SYNOPSIS use Crypt::Random::Source::Strong::openssl; my $source = Crypt::Random::Source::Weak::openssl->new my $bytes = $source->get(1024); # get 1kb of random bytesThis is a weak random byte source because openssl rand is a PRNG.This is a subclass of Crypt::Random::Source::Base::Proc.Due to the retarded nature of the rand command line utility's interface, it must repeatedly be invoked with default_chunk_size as number of random bytes to generate. Requirements: · Perl


Crypt::Random::Source::Weak::openssl Related Software