Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Crypt::UnixCrypt_XS 0.09

    Download button

    No screenshots available
    Downloads: 405  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Boris Zentner | More programs
    Perl Artistic License / FREE
    October 4th, 2006, 21:21 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Crypt::UnixCrypt_XS description

    A perl xs interface for a portable traditional crypt function.

    Crypt::UnixCrypt_XS is a perl xs interface for a portable traditional crypt function.

    SYNOPSIS

    use Crypt::UnixCrypt_XS qw/crypt/;
    my $hashed = crypt( $password, $salt );

    use Crypt::UnixCrypt_XS qw/crypt_rounds fold_password
    base64_to_block block_to_base64
    base64_to_int24 int24_to_base64
    base64_to_int12 int12_to_base64/;
    $block = crypt_rounds( $password, $nrounds, $saltnum, $block );
    $password = fold_password( $password );
    $block = base64_to_block( $base64 );
    $base64 = block_to_base64( $block );
    $saltnum = base64_to_int24( $base64 );
    $base64 = int24_to_base64( $saltnum );
    $saltnum = base64_to_int12( $base64 );
    $base64 = int12_to_base64( $saltnum );


    This module implements the DES-based Unix crypt function. For those who need to construct non-standard variants of crypt, the various building blocks used in crypt are also supplied separately.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    perl xs interface | crypt function interface | Perl module | module | perl | xs

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM