perl-Crypt-Password/README.md
2024-03-24 17:15:57 -04:00

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.