Package perl-Term-ReadPassword: Information

    Binary package: perl-Term-ReadPassword
    Version: 0.11-alt2
    Architecture: noarch
    Build time:  Oct 23, 2023, 02:47 AM
    Source package: perl-Term-ReadPassword
    Category: Development/Perl
    Report package bug
    License: Unknown
    Summary: Asking the user for a password
    Description: 
    This module lets you ask the user for a password in the traditional way, from the keyboard, without echoing.
    This is not intended for use over the web; user authentication over the web is another matter entirely.
    Also, this module should generally be used in conjunction with Perl's crypt() function, sold separately.
    The read_password function prompts for input, reads a line of text from the keyboard, then returns that line to the caller.
    The line of text doesn't include the newline character, so there's no need to use chomp.

    Maintainer: Vitaly Kuznetsov

    List of contributors:
    Vitaly Kuznetsov

    Last changed


    Nov. 15, 2010 Vitaly Kuznetsov 0.11-alt2
    - build repaired
    Sept. 1, 2008 Vitaly Kuznetsov 0.11-alt1
    - 0.11
    - build repaired
    June 29, 2007 Vitaly Kuznetsov 0.07-alt1
    - Initial for Sisyphus