2017 © Pedro Peláez
 

symfony-bundle qpass-db-bundle

Symfony bundle for storing passwords in separate database (encrypted)

image

querdos/qpass-db-bundle

Symfony bundle for storing passwords in separate database (encrypted)

  • Wednesday, April 26, 2017
  • by querdos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

QPassDbBundle

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

A symfony bundle that allow you to create local encrypted database for passwords storage, (*2)

Behind the scene

The goal of this bundle is to provide you a simple way to create and manage passwords storage for your users (or other things...), (*3)

The logic in it is simple: * Creation of a database with a given name and password. The database is an SQLite3 one and the main file is encrypted using GnuPG (symetric encryption) * There are two main linked entities, QDatabase and QPassword. After the database creation, an instance of a QDatabase is created. When adding a password, a QPassword instance is created, with a label and a pass_id. * Now, if you want to access the database, the process is simple: * With a given password, the database is unlocked * Either you want to retrieve all saved passwords * Or you can retrieve a password with the given pass_id * The database is locked again and saved to the db_dir directory * When adding a new password: * The database is unlocked (the decrypted file is placed in the /tmp directory of your system) * The password is added to the plain database * The original file will be overwritten by the updated database * For removal and edition, the process is the same, (*4)

Documentation

For usage documentation, please see: Resources/doc/index.md, (*5)

The Versions

26/04 2017

dev-master

9999999-dev

Symfony bundle for storing passwords in separate database (encrypted)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hamza ESSAYEGH

security encryption database passwords doctrine symfony

21/04 2017

v1.1

1.1.0.0

Symfony bundle for storing passwords in separate database (encrypted)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hamza ESSAYEGH

security encryption database passwords doctrine symfony

20/04 2017

v1.0

1.0.0.0

Symfony bundle for storing passwords in separate database (encrypted)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hamza ESSAYEGH

security encryption database passwords doctrine symfony