SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Crypt-UnixCrypt
Version : 1.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 20:20:34
Group : Development/Libraries/Perl Source RPM : perl-Crypt-UnixCrypt-1.0-lp155.7.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : Perl-Only Implementation of the C< Crypt> Function
Description :
This module is for all those poor souls whose perl port answers to the use
of \'crypt()\' with the message `The crypt() function is unimplemented due to
excessive paranoia.\'.

This module won\'t overload a built-in \'crypt()\' unless forced by a true
value of the variable \'$Crypt::UnixCrypt::OVERRIDE_BUILTIN\'.

If you use this module, you probably neither have a built-in \'crypt()\'
function nor a crypt(3) manpage; so I\'ll supply the appropriate portions of
its description (from my Linux system) here:

crypt is the password encryption function. It is based on the Data
Encryption Standard algorithm with variations intended (among other things)
to discourage use of hardware implementations of a key search.

$plaintext is a user\'s typed password.

$salt is a two-character string chosen from the set [a-zA-Z0-9./]. This
string is used to perturb the algorithm in one of 4096 different ways.

By taking the lowest 7 bit of each character of $plaintext (filling it up
to 8 characters with zeros, if needed), a 56-bit key is obtained. This
56-bit key is used to encrypt repeatedly a constant string (usually a
string consisting of all zeros). The returned value points to the encrypted
password, a series of 13 printable ASCII characters (the first two
characters represent the salt itself).

Warning: The key space consists of 2**56 equal 7.2e16 possible values.
Exhaustive searches of this key space are possible using massively parallel
computers. Software, such as crack(1), is available which will search the
portion of this key space that is generally used by humans for passwords.
Hence, password selection should, at minimum, avoid common words and names.
The use of a passwd(1) program that checks for crackable passwords during
the selection process is recommended.

The DES algorithm itself has a few quirks which make the use of the
crypt(3) interface a very poor choice for anything other than password
authentication. If you are planning on using the crypt(3) interface for a
cryptography project, don\'t do it: get a good book on encryption and one of
the widely available DES libraries.

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-UnixCrypt-1.0-lp155.7.1.noarch.rpm
     

Provides :
perl(Crypt::UnixCrypt)
perl-Crypt-UnixCrypt

Requires :
perl(:MODULE_COMPAT_5.26.1)
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/UnixCrypt.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Crypt-UnixCrypt
/usr/share/doc/packages/perl-Crypt-UnixCrypt/CHANGES
/usr/share/doc/packages/perl-Crypt-UnixCrypt/README
/usr/share/man/man3/Crypt::UnixCrypt.3pm.gz

 
ICM