[TYPO3-dev] Call for extension review: Password manager

Christian Kuhn lolli at schwarzbu.ch
Sat Jul 5 01:37:50 CEST 2008


Hi folks,

I am proud to announce the first version of a password manager extension 
for the TYPO3 backend.

If you ever had the problem to manage dozens of passwords for different 
services, you have written them down to paper or stuffed into a more or 
less secure excel sheet or the like, this extension might be a better 
solution.
This extension provides a backend module to store, manage and retrieve 
passwords with informations like name, link, username and the password 
to the service. The password itself is encrypted with openssl public key 
mechanism and stored encrypted in the TYPO3 database.
The module features a group system to enable multiple backend users to 
access passwords.

A first alpha version 0.0.1 (key: passwordmgr) with a manual has been 
released to TER and needs some reviewers.

This extension has been written with a (hopefully) straight MVC pattern 
in mind for TYPO3 >= 4.2.0 and php >= 5.2.0. It makes use of some php 
SPL features like ArrayAccess and Iterator.

Development information can be found on forge [1]. I kindly ask for code 
reviews, testers, bug reports, feature requests and general feedback.

Have fun,
Christian

[1] http://forge.typo3.org/projects/show/extension-passwordmgr




More information about the TYPO3-dev mailing list