Main > Programming > Libraries >

Crypt::UnixCrypt 1.0

Crypt::UnixCrypt 1.0

Sponsored Links

Crypt::UnixCrypt 1.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.008 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 859
Date added: 2007-06-19
Publisher: Martin Vorlaender

Crypt::UnixCrypt 1.0 description

Crypt::UnixCrypt is a perl-only implementation of the crypt function.

SYNOPSIS

use Crypt::UnixCrypt;
$hashed = crypt($plaintext,$salt);

# always use this modules crypt
BEGIN { $Crypt::UnixCrpyt::OVERRIDE_BUILTIN = 1 }
use Crypt::UnixCrypt;

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 wont 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 Ill 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 users 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, dont do it: get a good book on encryption and one of the widely available DES libraries.

Crypt::UnixCrypt 1.0 Screenshot

Advertisements

Crypt::UnixCrypt 1.0 Keywords

Bookmark Crypt::UnixCrypt 1.0

Hyperlink code:
Link for forum:

Crypt::UnixCrypt 1.0 Copyright

WareSeeker periodically updates pricing and software information of Crypt::UnixCrypt 1.0 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Crypt::UnixCrypt 1.0 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Crypt::UnixCrypt_XS is a perl xs interface for a portable traditional crypt function. Free Download
Crypt::Util is a lightweight Crypt/Digest convenience API. Free Download
Ruby Crypt library is a pure-ruby implementation of a number of popular encryption algorithms. Free Download
pwcrypt is a command line interface to the crypt() function. Free Download
Crypt::Enigma is a Perl extension for emulating a World War II Enigma. Free Download
Crypt::OpenPGP is a Pure-Perl OpenPGP implementation. Free Download
Crypt is a small C program that utilizes the crypt(3) function to include DES password checking/encryption in shell scripts. Free Download
crypt_blowfish is a modern password hashing for your software and your servers. Free Download