Files
sysPass/README
2013-10-27 16:12:10 +01:00

71 lines
2.5 KiB
Plaintext

/**
* sysPass
*
* @author nuxsmin
* @link http://syspass.org
* @copyright 2012 Rubén Domínguez nuxsmin@syspass.org
*
* This file is part of sysPass.
*
* sysPass is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* sysPass is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
*
*/
sysPass es una aplicación web en PHP para la gestión de claves en un entorno
multiusuario.
Esta aplicación es derivada de phpPasswordManager, la cual ha sido reescrita
casi por completo, añadiendo nuevas funcionalidades que permiten:
- Seguridad basada en grupos y pefiles de usuario.
- Acceso mediante LDAP y BBDD.
- Encriptación de claves con clave maestra global.
- Gestión de usuarios, grupos y perfiles.
- Posibilidad de subir adjuntos para las cuentas.
- Log de eventos de auditoría.
- Backup "portable".
- Enlaces a Wiki.
- Histórico de cambios en cuentas.
- Importación desde phpPMS.
Para realizar la instalación siga los pasos que se indican en el archivo
'INSTALL' o en http://wiki.syspass.org/doku.php/es:instalar
Esta aplicación está bajo licencia GNU GPLv3. Para más detalles sobre la misma,
en el archivo COPYING se encuentra una copia de esta.
-----------------------------------------------------------------------------------------
sysPass is a PHP web based application, for passwords management in a multiuser
environment.
This application derives from phpPasswordManager, that was almost fully rewritten,
and added new features that allows:
- Group/Profile based security.
- LDAP and DB access.
- Password encryption with global master password.
- Users/Groups management.
- Attachments can be uploaded.
- Audit event log.
- Backup "portable".
- Wiki links.
- Accounts changes history.
- Import from phpPMS.
To install you can follow steps on 'INSTALL' file or at
http://wiki.syspass.org/doku.php/es:installl
This software is published under GNU GPLv3 license. For details about that, there is
a copy on 'COPYING' file.