You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Crypt-Password/README.md

817 B

perl-Crypt-Password

SMEServer Koozali local git repo for perl-Crypt-Password smeserver

Documentation

https://metacpan.org/pod/Crypt::Password

Bugs

CPAN bug report are here

Show list of Koozali outstanding bugs: here

Description

This is just a wrapper for perl's crypt(), which can do everything you would probably want to do to store a password, but this is to make usage easier. The object stringifies to the return string of the crypt() function, which is (on Linux/glibc et al) in Modular Crypt Format.