3rd Party (Maintained by Koozali) git repo for perl-Crypt-Password smeserver
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.
 
Go to file
Jean-Philippe Pialasse f7dd76f750 * Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.28-2.sme
- fix missing deps for el8/SME11
2 months ago
.gitattributes * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2 months ago
.gitignore initial commit of file from CVS for perl-Crypt-Password on Sun Mar 24 22:24:38 AEDT 2024 2 months ago
Crypt-Password-0.28.tgz * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2 months ago
Makefile * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2 months ago
README.md * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1 2 months ago
perl-Crypt-Password.spec * Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.28-2.sme 2 months ago

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.