PassHub - online password manager

v1.2.4 -View the change log

Online password manager for small teams.

Tired of rummaging through emails, notes and spreadsheets to find a password? PassHub helps you store and organize logins for all your teams.

This self-host solution means youown your data, And avoid all the security issues associated with big players.

What features would you like to see in PassHub? Fill out this one-minute survey and let me know!

What is included

  • PassHub Password Manager App
  • Written documentation, including installation guides and user guides
  • API Documentation for Developers
  • 6 months support
  • به روز رسانی آینده

Detailed function

  • Responsive material design
    Enjoy an attractive and usable interface based on Google's material design standards. Compatible with smartphones, tablets and desktops.
  • Optional two-step verification
    If enabled, users will need to set up 2-step verification using an authenticator app such as Google Authenticator.This option increases account security to prevent malicious third parties from obtaining user passwords.
  • Protect user password
    User Accounts created to access PassHub have passwords securely hashed
  • Secure Login Storage
    Login information stored in PassHub securely encrypts all fields with a unique key
  • custom permissions
    Create and assign groups to users, each with custom access to pages and categories.
  • Private "My Login" category
    Each user has their own private "My Login" category, which cannot be viewed by other users.
  • Categories
    Create categories and assign logins to them
  • Поиск в реальном времени
    Quickly find the right login by keyword, category, or both
  • copy to clipboard
    On modern browsers, just click on a field to copy its value to the clipboard
  • Multiple field types
    Store any text content in the login by creating fields with text, textarea, or password field types
  • CSV and activity log export
    Export all login data as a backup
  • Updater
    Upgrade your existing installation to the latest version.
  • well documented code
    The code uses DocBlocks for all classes and methods and is heavily commented.
  • Multilingual support
    Using the new settings screen, admins can choose their custom translations!
  • Activity record
    Use activity logging to record who did what to logins, categories, users and settings. Active records can be exported using the Tools page.
  • Settings page
    Customize PassHub to meet your requirements! Change settings for interface language, user session timeout, enforce SSL, enable 2-step verification, enable activity log, and more.

Specifications

  • Built with Fat Free Framework
  • object-oriented code
  • Defend against XSS and CSRF attacks
  • Complies with the PSR-1 Basic Coding Standard and PSR-2 Coding Style Guidelines to ensure a high level of technical interoperability between shared PHP code.
  • Complies with PSR-4 autoloader requirements.

Web Hosting Requirements

In order for PassHub to work properly, your web hosting must meet the following requirements:

  • Serveur Web Apache
  • PHP 5.5 or higher (7.3+ recommended) -If this requirement is not met, please check the PHP version switcher in your web host control panel, or contact your web host for an upgrade
  • MySQL 5.5 or later

And Ihighly recommendedYou install an SSL certificate and access PassHub only viahttps: //replacehttp://. Otherwise, your login information could be sniffed out by malicious third parties. SSL encrypts information sent to your web hosting service, protecting your data from third parties.Contact your web host to install one.

your feedback

Are you an existing buyer? I would love to hear your opinion. Please rate PassHub, write a quick review,request function, Or if you have ideas for improvement, please contact me!

Change log

This application follows Semantic Versioning.

[1.2.4] – 2021-06-24

Changed
- Updated libraries - Materialize, jQuery, Underscores, Velocity, Sortable to latest versions
- Moved to handlebars.js templating engine for improved security
- Use strict mode in all JS for improved code error checking
- Removed all inline CSS
- Updater support for 1.2.4

[1.2.3] – 2020-08-29

Fixed
- Compatibility with PHP 7.4+ - order of arguments to implode() function

Changed
- Updater support for 1.2.3

[1.2.2] – 2019-07-30

Fixed
- Fix bug that occured in Google Chrome where dropdown would hide immediately after showing
- Category names now support special characters (utf8) 
- Login field names now support special characters (utf8) 
- Fix textarea not expanding after saving/opening an existing login

Changed
- Update version number in file headers
- Updater support for 1.2.2

[1.2.1] – 2019-03-09

Fixed
- Dropdowns now extend to support longer language strings
- Updater support for 1.2.1

[1.2.0] – 2019-02-18

This release features 2-step authentication, active logging, and translation support. Additionally, PHP 7.X is now supported and recommended for best speed and security.Read the full feature list below!

If you have an existing PassHub installation, use the included updater to upgrade quickly and easily.

Added
- Two Step Verification
- Multiple language support! This allows you to add your own language strings.
- Customizable session timeout
- Option to show category badges on cards
- Option to force SSL
- Option to enable activity logging (activity can be exported to a CSV file on the Tools page by users with permission)
- Option to show "Last edited by" on login and user cards
Changed
- Updated fat-free framework to 3.6
- Updated libraries to latest versions
- Improved crypt key strength    
- Protect original admin user from deletion by other admins
- Minimum PHP version is now 5.5
Fixed
- PHP 7.X support
- Smoother card animation transitions
- Fix HTML special characters truncating field data
- Categories now appear in their correct sorting order in the Groups page
- Prevent duplicate group names causing second group's permissions to overwrite the first

[1.1.0] – 2016-12-22

Highlights include a new group feature for assigning permissions to pages and login categories, an updater, and a CSV export tool.

If you have an existing PassHub installation, use the new updater to upgrade quickly and easily.

Added
- Groups feature. Assign users to a group which allows you to specify page and category permissions.
- Add underscore JS library

Changed
- Refactored JavaScript. New functions.js file holds utility functions.
- Improve formatting on installer complete page
- New ACL structure to allow granular read, edit, update, delete permissions for pages and categories
- JS: Update Velocity and Velocity UI to 1.3.2
- Now uses JS for copy to clipboard - works on modern browsers including Microsoft Edge, Chrome, Safari, and Firefox

Fixed
- MySQL table names are all lowercase to avoid conflict with case-insensitive MySQL configurations.
- The installer now auto-detects MySQL utf8mb4 support and falls back to utf8 for MySQL versions less than 5.5.3.
- Fix action buttons overlapping textarea
- Installer - check if database is empty, fix errors not showing correctly
- Fix ampersands and other special characters being encoded as entities during installation
- JS: Remove redundant modal init calls
- Fix baseUrl and CSRF not defined when on auth pages

[1.0.1] – 2015-11-25

Added
- Favicon/app shortcut icon

Fixed
- Strings in config.ini are no longer split into arrays when commas are part of the string. Previously generated 500 internal server error after installation.

[1.0.0] – 2015-10-22

Credits

  • Materialize - A modern responsive front-end framework based on Material Design
  • Fat-Free Framework - A powerful and easy-to-use PHP micro-framework designed to help you build dynamic and robust web applications quickly!
  • Burgers - ACL with user class and fat free framework
  • php-passgen - MIT licensed library for generating cryptographically secure passwords in PHP
  • php-encryption - Classes for symmetric encryption in PHP
  • jQuery - A fast, small and feature-rich JavaScript library
  • Jen - A portable and secure Javascript password/number generator
  • Sortable - JavaScript library for modern browsers and touch devices
  • speed. js - Accelerates JavaScript animations
  • PHP Coding Standard Fixer - PSR-1 and PSR-2 Coding Standard Fixer for your code

PassHub - online password manager [Free Download]
PassHub - online password manager [Nulled]
PHP Scripts » Help and Support Tools

METADATA
  • High Resolution: Yes
  • Compatible Browsers: IE10, IE11, Firefox, Safari, Chrome, Edge
  • Files Included: JavaScript JS, HTML, CSS, PHP, SQL
  • Software Version: PHP 7.x, PHP 5.5, PHP 5.6