SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Crypt-xDBM_File rpm build for : OpenSuSE. For other distributions click perl-Crypt-xDBM_File.

Name : perl-Crypt-xDBM_File
Version : 1.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.8.1 Date : 2023-07-20 20:18:27
Group : Development/Libraries/Perl Source RPM : perl-Crypt-xDBM_File-1.02-lp155.8.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Encrypt almost any kind of dbm file
Description :
Crypt::xDBM_File encrypts/decrypts the data in a gdbm,ndbm,sdbm (and maybe
even berkeleyDB, but I didn\'t test that) file. It gets tied to a hash and
you just access the hash like normal. The crypt function can be any of the
CPAN modules that use encrypt, decrypt, keysize, blocksize (so Crypt::IDEA,
Crypt::DES, Crypt::Blowfish, ... should all work)

You can in a single dbm file mix encryption methods, just be prepared to
handle the binary muck that you get from trying to decrypt with an
algorithm different from the one a key was originally encrypted in (for
example if you do a keys or values, you\'ll get all of the keys regardless
of who encrypted them).

***IMPORTANT*** Encryption keys (the key you pass in on the tie line) will
be padded or truncated to fit the keysize(). Data (the key/values of the
hash) is padded to fill complete blocks of blocksize(). The padding is
stripped before being returned to the user so you shouldn\'t need to worry
about it (except truncated keys). Read the doc that comes with crypt
function to get an idea of what these sizes are. If keysize or blocksize
returns a zero the default is set to 8 bytes (64 bits).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Crypt-xDBM_File-1.02-lp155.8.1.noarch.rpm
     

Provides :
perl(Crypt::xDBM_File)
perl-Crypt-xDBM_File

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Crypt::Blowfish)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Crypt
/usr/lib/perl5/vendor_perl/5.26.1/Crypt/xDBM_File.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Crypt-xDBM_File
/usr/share/doc/packages/perl-Crypt-xDBM_File/Changes
/usr/share/man/man3/Crypt::xDBM_File.3pm.gz

 
ICM