Crypt::Libcrypt - simple binding to POSIX crypt(3)

NAME

Crypt::Libcrypt - simple binding to POSIX crypt(3)

SYNOPSIS


    use Crypt::Libcrypt;

    my $crypted = crypt($password, $salt );

    # Or if crypt_gensalt is available

    $crypted = crypt($password);

Crypt::Libcrypt v0.1.3

Simple binding to crypt(3) from unix-like systems

Authors

  • Jonathan Stowe

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Crypt::Libcrypt

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.