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

NAME

Crypt::Random::Source::Weak::OpenSSLRand - Use OpenSSL::Rand as a Crypt::Random::Source

SYNOPSIS

        use Crypt::Random::Source::Weak::OpenSSLRand;

        my $source = Crypt::Random::Source::Weak::OpenSSLRand->new;

        my $ten_bytes = $source->get(10);

DESCRIPTION

This module is a Crypt::Random::Source plugin that provides OpenSSL::Rand support.

METHODS

Calls randbytes.

SEE ALSO

Crypt::Random::Source, OpenSSL, OpenSSL::Rand

VERSION CONTROL

This module is maintained using Darcs. You can get the latest version from http://nothingmuch.woobling.org/code, and use darcs send to commit changes.

AUTHOR

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT

        Copyright (c) 2008 Yuval Kogman. All rights reserved
        This program is free software; you can redistribute
        it and/or modify it under the same terms as Perl itself.