3rd Party (Maintained by Koozali) git repo for perl-Crypt-Password smeserver
Go to file
2024-03-24 20:03:38 -04:00
.gitattributes * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2024-03-24 17:15:57 -04:00
.gitignore initial commit of file from CVS for perl-Crypt-Password on Sun Mar 24 22:24:38 AEDT 2024 2024-03-24 22:24:38 +11:00
Crypt-Password-0.28.tgz * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2024-03-24 17:15:57 -04:00
Makefile * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2024-03-24 17:15:57 -04:00
perl-Crypt-Password.spec * Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.28-2.sme 2024-03-24 20:03:38 -04:00
README.md * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2024-03-24 17:15:57 -04: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

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.