Password Vault PHP Script

Overview

A new way for IT professionals to manage passwords for client websites, routers, switches and any other device. This system will encrypt and decrypt username, passwords, links and special notes that you need to keep track of. 
With all the other products on the market why do I need this? Simple this can be used in l local intranet for extra security. However if you need to put it on the internet the builtin security will protect your information against many hacking attempts

Features

  1. OpenSSL AES-256-CBC encryption
  2. Captcha on the login form.
  3. Brute Force Attack Auto Blacklist
  4. Auto Logoff

Requirements

Password Vault System Requirements

  •  Internet Connection Required for communication to the Licensing Server
  •  Apache webserver 2.2 +
  •  PHP 5.4.16 + PHP 7 recommended
  •  30 MB Free space minimal
  •  PHP Module PDO
  •  PHP Module date
  •  PHP Module openssl
  •  PHP Module hash
  •  PHP Module zlib
  •  PHP Module session
  •  PHP Module curl
  •  PHP Module mysqli
  •  PHP Module zip
  •  MYSQL Datbase Server version 10+
  •  MYSQL Datbase
  •  Google Chrome, Microsoft Edge, Mozilla Firefox
  •  Internet Explorer, Javascripts may not work

Instructions

 A license key is required to use this system, during the installation simply choose the I do not have a License Key and a license key, you can install as a 30-day trial. Once you have purchased a key, the 30 day trial will automatically be converted within 5 business days.

Installation Troubleshooting, from time to time problems may accrue while installing.

  1. File or Folder write permissions
  2. Missing PHP Modules
  3. Session Timeout errors
  4. db-config.php
  5. public-key.php
  6. private-key.php
  7. password-hash.php
  8. install.lockThe db-config.php file contains your database connection information, the public-key.php, private-key.php and password-hash.php files each contain 1024 random character keys. And the install.lock file is used to tell the system that the database is installed, and you have a working connection to it.

Related