forked from nuxsmin/sysPass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
71 lines (60 loc) · 2.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/**
* sysPass
*
* @author nuxsmin
* @link http://syspass.org
* @copyright 2012-2015 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.
Funcionalidades:
- 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.
- Exportación a XML y packup "portable".
- Enlaces a Wiki.
- Histórico de cambios en cuentas.
- Importación desde XML, CSV y phpPMS.
- Temas visuales
- Multilenguaje
Para realizar la instalación siga los pasos que se indican 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.
Functionalities:
- Group/Profile based security.
- LDAP and DB access.
- Password encryption with global master password.
- Users/Groups management.
- Attachments can be uploaded.
- Audit event log.
- XML exporting and "portable" backups.
- Wiki links.
- Accounts changes history.
- Import from XML, CSV and phpPMS.
- Visual themes
- Multilanguage
To install you can follow steps at http://wiki.syspass.org/doku.php/en:install
This software is published under GNU GPLv3 license. For details about that, there is
a copy on 'COPYING' file.