You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Encode-Detect-1.01-29.lbn25.x86_64
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset.
RPMPackage perl-Email-Date-Format-1.005-12.lbn25.noarch
This module can be used to emit RFC 2822 style date strings.
RPMPackage perl-EV-4.25-2.lbn25.x86_64
This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the included documentation is comprehensive, one might also consult the documentation of libev itself (<http://cvs.schmorp.de/libev/ev.html>) for more subtle details on watcher semantics or some discussion on the available backends, or how to force a specific backend with "LIBEV_FLAGS", or just about in any case because it has much more detailed information.
RPMPackage perl-Crypt-Twofish-2.17-19.lbn25.x86_64
Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html.
RPMPackage perl-Crypt-Simple-0.06-35.lbn25.noarch
This little module will convert all your data into nice base64 text that you can save in a text file, send in an email, store in a cookie or web page, or bounce around the Net. The data you encrypt can be as simple or as complicated as you like.
RPMPackage perl-Crypt-SSLeay-0.72-23.lbn25.x86_64
These Perl modules provide support for the HTTPS protocol under the World-Wide Web library for Perl (LWP), so that a LWP::UserAgent can make HTTPS GET, HEAD, and POST requests. This package contains Net::SSL module 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.13-11.lbn25.x86_64
This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard.
RPMPackage perl-Crypt-Random-1.52-2.lbn25.noarch
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 Math::Pari is installed, Crypt::Random can generate random integers of arbitrary size of a given bitsize or in a specified interval.
RPMPackage perl-Crypt-RSA-1.99-27.lbn25.noarch
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 arbitrary size key-pair generation, plaintext-aware encryption (OAEP) and digital signatures with appendix (PSS). For compatibility with SSLv3, RSAREF2, PGP and other applications that follow the PKCS #1 v1.5 standard, it also provides PKCS #1 v1.5 encryption and signatures.
RPMPackage perl-Crypt-RC4-2.02-21.lbn25.noarch
A simple implementation of the RC4 algorithm, developed by RSA Security, Inc. Here is the description from RSA's website: RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA Security). It is a variable key-size stream cipher with byte-oriented operations. The algorithm is based on the use of a random permutation. Analysis shows that the period of the cipher is overwhelmingly likely to be greater than 10100. Eight to sixteen machine operations are required per output byte, and the cipher can be expected to run very quickly in software. Independent analysts have scrutinized the algorithm and it is considered secure.
RPMPackage perl-Crypt-Primes-0.50-36.lbn25.noarch
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 expected time for generation is less than the time required for generating a pseudo-prime of the same size with Miller-Rabin tests. Detailed description and running time analysis of the algorithm can be found in Maurer's paper, "Fast Generation of Prime Numbers and Secure Public-Key Cryptographic Parameters" (1994).
RPMPackage perl-Crypt-OpenSSL-X509-1.812-2.lbn25.x86_64
Crypt::OpenSSL::X509 - Perl extension to OpenSSL's X509 API.
RPMPackage perl-Crypt-OpenSSL-Random-0.15-4.lbn25.x86_64
Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL and LibreSSL library's pseudo-random number generators.
RPMPackage perl-Crypt-OpenSSL-RSA-0.31-2.lbn25.x86_64
Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
RPMPackage perl-Crypt-OpenSSL-Guess-0.11-4.lbn25.noarch
Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any platforms.
RPMPackage perl-Crypt-OpenSSL-DSA-0.19-9.lbn25.x86_64
Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL
RPMPackage perl-Crypt-OpenSSL-Bignum-0.09-6.lbn25.x86_64
Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide access to bignum values produced by other OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
RPMPackage perl-Crypt-OpenSSL-AES-0.02-36.lbn25.x86_64
Crypt::OpenSSL::AES - A Perl wrapper around OpenSSL's AES library
RPMPackage perl-Coro-6.540-2.lbn25.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-CGI-4.43-1.lbn25.noarch
CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers. Some HTML generation utilities are included as well. CGI.pm performs very well in in a vanilla CGI.pm environment and also comes with built-in support for mod_perl and mod_perl2 as well as FastCGI.