3rd Party (Maintained by Koozali) git repo for perl-Crypt-Password smeserver
|
||
---|---|---|
.gitattributes | ||
.gitignore | ||
Crypt-Password-0.28.tgz | ||
Makefile | ||
perl-Crypt-Password.spec | ||
README.md |
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.