GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Authen::Simple::Password(3) User Contributed Perl Documentation Authen::Simple::Password(3)

Authen::Simple::Password - Simple password checking

    if ( Authen::Simple::Password->check( $password, $encrypted ) ) {
        # OK
    }

Provides a simple way to verify passwords.

check( $password, $encrypted )

Returns true on success and false on failure.

  • Plain

    Plaintext

  • Crypt

    crypt(3)

  • Crypt Modular
  • $1$

    MD5-based password algorithm

  • $apr$

    MD5-based password algorithm, Apache variant

LDAP
  • {CLEARTEXT}

    Plaintext.

  • {CRYPT}

    Uses crypt(3)

  • {MD5}

    MD5 algorithm

  • {SMD5}

    Seeded MD5 algorithm

  • {SHA}

    SHA-1 algorithm

  • {SSHA}

    Seeded SHA-1 algorithm

  • MD5 algorithm

    Encoded as binary, Base64 or hexadecimal.

  • SHA-1 algorithm

    Encoded as binary, Base64 or hexadecimal.

  • SHA-2 256 algorithm

    Encoded as binary, Base64 or hexadecimal.

Authen::Simple

crypt(3).

Christian Hansen "chansen@cpan.org"

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2012-04-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.