Git Product home page Git Product logo

keepassphp-ui's Introduction

KeePassPHP-UI

A nice user interface for KeePassPHP, built with jQuery (3.x) and Bootstrap (3.3.7), available in several languages (French, English and partly German so far). KeePassPHP can store and read KeePass password databases, so that you can access your passwords from any device, simply through a web browser. It never stores your text password - in agreement with the KeePass philosophy - so your password database is always kept encrypted, and only you can access it.

See KeePassPHP project for more information.

How to use it?

The keepassphp directory from the KeePassPHP project must be added next to the others. If you want to put it somewhere else, just change the value of KEEPASSPHP_LOCATION in keepassphpui/main.php. And voilà!

You will also find some more configuration options in keepassphpui/main.php that you can change if you have specific needs:

  • KEEPASSPHP_DEBUG: whether you want to activate KeePassPHP debug mode. It just temporarily logs execution data, useful when developing.
  • MAX_FILE_SIZE: the maximum size for kdbx files uploaded to KeePassPHP. The default value is roughly 1 Mb; you may want to change it if you expect heavy databases.

Web server configuration

The directories icons, css and js contain only web resources, so you may want to configure your web server to cache those files and serve them statically. Beside these directories, the web server should only be able to serve index.php and ajaxopen.php; you can deny the access to other files through the web server.

Translation

KeePassPHP-UI can be easily translated: create a new file in keepassphpui/lang/ containing an array of translated strings (see keepassphpui/lang/fr.php and keepassphpui/lang/en.php for, respectively, French and English versions). Then, include this file from keepassphpui/main.php and add a line to have the UI register the language.

keepassphp-ui's People

Contributors

shkdee avatar marclaporte avatar rix1337 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.