Skip to content

Buddypassword is a simple personal and shared password manager

License

Notifications You must be signed in to change notification settings

superkekko/buddypassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buddypassword

Buddypassword is a simple personal and shared password manager self hosted

Install and upgrade

Requirements

  • apache 2.4 (or Nginx)
  • php 8.0

Installation

Copy the files in the folder and give access to public. Default user is superadmin/superadmin

Updates

Just copy fhe new version files

Security

To ensure the security of stored passwords, two levels of encryption are applied in addition to the system login.

During password storage, AES-CBC (SHA-256) encryption is applied with a key stored only on the local device (by saving an MD5-encrypted cipher in a cookie) through JavaScript (using the Web Crypto API module). This encrypted information is then further encrypted during storage in the database using another protocol, AES-256-CBC, with the key stored on the server (randomly generated during the installation process).

Firefox

https://addons.mozilla.org/it/firefox/addon/buddypassword/

Chrome

to be inserted

To do

Modules

About

Buddypassword is a simple personal and shared password manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published