perl-Crypt-Password/README.md

15 lines
817 B
Markdown
Raw Normal View History

2024-03-24 12:24:30 +01:00
# 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](https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-Password)
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=perl-Crypt-Password&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## 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.