You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-DBD-CSV-0.38-2.fc19.noarch
The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma separated values). Such files are mostly used for exporting MS Access and MS Excel data.
RPMPackage perl-Curses-1.28-9.fc19.x86_64
Perl bindings for ncurses, bringing terminal-independent character handling capabilities to Perl.
RPMPackage perl-Curses-1.28-9.fc19.armv6hl
Perl bindings for ncurses, bringing terminal-independent character handling capabilities to Perl.
RPMPackage perl-Crypt-URandom-0.36-1.lbn19.noarch
This Module is intended to provide an interface to the strongest available source of non-blocking randomness on the current platform.
RPMPackage perl-Crypt-SSLeay-0.64-4.fc19.x86_64
This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD & POST requests. Please see perldoc LWP for more information on POST requests. The Crypt::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work.
RPMPackage perl-Crypt-SSLeay-0.64-4.fc19.armv6hl
This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD & POST requests. Please see perldoc LWP for more information on POST requests. The Crypt::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work.
RPMPackage perl-Crypt-Rijndael-1.11-2.fc19.x86_64
This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard.
RPMPackage perl-Crypt-OpenSSL-X509-1.803-2.lbn19.x86_64
Crypt::OpenSSL::X509 - Perl extension to OpenSSL's X509 API.
RPMPackage perl-Crypt-OpenSSL-Random-0.06-1.fc19.x86_64
Crypt::OpenSSL::Random - Routines for accessing the OpenSSL pseudo-random number generator
RPMPackage perl-Crypt-OpenSSL-Random-0.06-1.fc19.armv6hl
Crypt::OpenSSL::Random - Routines for accessing the OpenSSL pseudo-random number generator
RPMPackage perl-Crypt-OpenSSL-RSA-0.28-6.lbn19.x86_64
Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
RPMPackage perl-Crypt-OpenSSL-Bignum-0.04-17.lbn19.x86_64
Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic
RPMPackage perl-Crypt-DH-GMP-0.00010-9.15.lbn19.x86_64
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented mostly in C.
RPMPackage perl-Crypt-DES_EDE3-0.01-18.fc19.noarch
This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption.
RPMPackage perl-Crypt-DES-2.05-19.fc19.armv6hl
DES encryption module.
RPMPackage perl-Crypt-DES-2.05-19.fc19.x86_64
DES encryption module.
RPMPackage perl-Crypt-CBC-2.29-15.fc19.noarch
This is Crypt::CBC, a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by SSLeay.
RPMPackage perl-Coro-6.23-2.fc19.x86_64
This module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
RPMPackage perl-Coro-6.23-2.fc19.armv6hl
This module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
RPMPackage perl-Convert-PEM-0.08-9.fc19.noarch
This is Convert::PEM, a module implementing read/write access to ASN.1-encoded PEM files (with optional encryption).