Menu

Tree [4fd3f1] 2.3.1 /
 History

HTTPS access


File Date Author Commit
 .github 2022-12-31 Milen Karaganski Milen Karaganski [bbe140] Delete stale.yml
 class 2023-01-04 Milen Karaganski Milen Karaganski [df8f14] v2.3.1
 conf 2022-12-31 Milen Karaganski Milen Karaganski [f81012] v2.0.0
 core 2023-01-04 Milen Karaganski Milen Karaganski [df8f14] v2.3.1
 docs 2023-01-04 Milen Karaganski Milen Karaganski [28a59a] minor fixes
 includes 2023-01-04 Milen Karaganski Milen Karaganski [df8f14] v2.3.1
 langs 2023-01-03 Milen Karaganski Milen Karaganski [6bf1cc] v2.3.0
 public 2023-01-04 Milen Karaganski Milen Karaganski [df8f14] v2.3.1
 vendor 2023-01-04 Milen Karaganski Milen Karaganski [9030bd] [FIX] PSR-4 namespaces
 .gitignore 2023-01-04 Milen Karaganski Milen Karaganski [63668d] updated .gitignore
 .htaccess 2022-12-31 Milen Karaganski Milen Karaganski [f81012] v2.0.0
 CHANGELOG.md 2023-01-04 Milen Karaganski Milen Karaganski [4fd3f1] v2.3.1
 CODEOWNERS 2022-12-31 Milen Karaganski Milen Karaganski [f81012] v2.0.0
 CODE_OF_CONDUCT.md 2022-12-31 Milen Karaganski Milen Karaganski [f81012] v2.0.0
 CONTRIBUTING.md 2022-12-31 Milen Karaganski Milen Karaganski [45957e] code cleanup
 LICENSE 2022-12-31 Milen Karaganski Milen Karaganski [f81012] v2.0.0
 README.md 2023-01-03 Milen Karaganski Milen Karaganski [6bf1cc] v2.3.0
 composer.json 2023-01-04 Milen Karaganski Milen Karaganski [9030bd] [FIX] PSR-4 namespaces
 composer.lock 2023-01-04 Milen Karaganski Milen Karaganski [b5879b] updated .gitignore
 pull_request_template.md 2022-12-31 Milen Karaganski Milen Karaganski [f81012] v2.0.0

Read Me

Simple-Password-Manager

Simple password manager written on PHP with Bootstrap and PDO database connection

Login [Default template]

Screenshot

Domains [Default template]

Screenshot

Records [Default template]

Screenshot

Records [HERO template]

Screenshot

ADMIN - Dashboard

Screenshot

ADMIN - Options

Screenshot

ADMIN - users

Screenshot

Requirements

  • PHP > 7.4 with enabled
    • PDO Extension
    • OpenSSL or Sodium extension
  • MySQL Server 8 OR MariaDB 10
  • Apache > 2.4

Install

From the ZIP file and GUI interface

  • Download .zip file from GitHub
  • Unzip it at folder at your choice

From a GIT repository

  • open terminal and navigate to the folder where you want the script to be installed
  • run command git clone https://github.com/milenmk/Simple-Password-Manager.git

On the server

  • Create vhost file for your installation and restart apache server
  • The Directory in the vhost file must point to the script's web folder
    *
  • docs folder contains sensitive information and MUST NOT be accessible from browser, but only locally
    *
  • Go to docs folder and rename secret.key.example to secret.key and fill the values for
    $decryption_iv/$encryption_iv and $decryption_key/$encryption_key
  • Carefully read the comments what those keys might contain and how long they must be!!!

From your browser:

  • Open your browser and go to main folder URL
  • Complete the installation steps

There is no need to create a database first. There is an option to specify root user credentials, or any other user that
can create databases, that will be used only during installation steps.

The script will create user with read/write access for this table only.

Final steps

  • If the installation is completed successfully, you will be redirected to the registration page.
  • Create your account and start using the software

LICENSE

This software is released 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 (GPL-3+).

See the COPYING file for a full copy of the
license.

DISCLAIMER

This software and it's code are provided AS IS. Do not use it if you don't know what you are doing.
The author(s) assumes no responsibility or liability for any errors or omissions.
It is NOT recommended to use it on a publicly accessible server!

ALL CONTENT IS “AS IS” AND “AS AVAILABLE” BASIS WITHOUT ANY REPRESENTATIONS OR WARRANTIES OF ANY KIND
INCLUDING THE WARRANTIES OF MERCHANTABILITY, EXPRESS OR IMPLIED TO THE FULL EXTENT PERMISSIBLE BY LAW.
WE, THE AUTHORS, MAKE NO WARRANTIES THAT THE SOFTWARE WILL PERFORM OR OPERATE TO MEET YOUR REQUIREMENTS
OR THAT THE FEATURES PRESENTED WILL BE COMPLETE, CURRENT OR ERROR-FREE. WE, THE AUTHORS, DISCLAIMS ALL
WARRANTIES, IMPLIED AND EXPRESS FOR ANY PURPOSE TO THE FULL EXTENT PERMITTED BY LAW.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.