Skip to content

DjeeBay/PasswordManager

Repository files navigation

KeepassManager

Introduction

KeepassManager is a KeePass-like web application (mobile friendly).

Features

  • Manage users and give them permissions
  • Manage categories
  • Edit your keepass hierarchy as you want
  • Import existing KeePass (XML)
  • Icon management
  • Entries copy/paste
  • Manage favorites

kpm.gif

Install

composer install
php artisan migrate
php artisan key:generate
php artisan db:seed
php artisan storage:link
npm install
npm run prod

How to

You will have to create an admin account in database yourself by using standard Laravel password encryption (bcrypt function). Or you can execute php artisan db:seed --class=CreateAdminUserSeeder

Main Technologies

  • PHP (Laravel 6)
  • Javascript (VueJS)
  • Bosket (vue) for the treeview thing
  • CoreUI (which includes Bootstrap 4)
  • vue-js-modal
  • vue-js-notification

And of course thanks to the original KeePass software.

About

KeePass-like web app, including user management, permissions and import XML from KeePass

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •