Paketname | libuser-simple-perl |
Beschreibung | Simple user sessions management |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.43-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl (>= 5.6.0-16), libdate-calc-perl, libdbi-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 29292 Byte |
Prüfsumme MD5 | 617dcbdbbab37a49e3dd612e14f99350 |
Prüfsumme SHA1 | dfc0b28a75fa30471bc0f3074d9d2790d1d47907 |
Prüfsumme SHA256 | 556fb30e3b090d17a67d952b4049c5fe1455973ea45c0b4f0a8141d8755dbf37 |
Link zum Herunterladen | libuser-simple-perl_1.43-1_all.deb |
Ausführliche Beschreibung | User::Simple provides a very simple framework for validating users,
managing their sessions and storing a minimal set of information (this
is, a meaningful user login/password pair and the user's name) via a
database. The sessions can be used as identifiers for i.e. cookies on
a Web system. The passwords are stored as MD5 hashes (this means, the
password is not stored in clear text).
.
User::Simple was originally developed with a PostgreSQL database in
mind, but should work with any DBI handle, be it from a real database
(i.e. PostgreSQL, Firebird, MySQL) or from a file-based one
(DBD::CSV, DBD::XBase, DBD::DBM, etc.)
|