Giter VIP home page Giter VIP logo

keepasshttp-objc-1's Introduction

Usage

keepasshttp-objc exposes a KeePass client via HTTP. To implement this functionality, a developer needs to do the following.

  1. Implement the protocol defined in KPHKeePassClient
  2. Pass that implementation into a new instance of KPHServer

The server handles all network communication, and the KeePassClient leaves the heavy lifting to a KeePass compatible client (such as MacPass).

Tips Working with the Browser Plugins

Testing changes to keepasshttp-objc against a browser requires a few steps. These methods return either plugin to a blank state.

Chrome

  1. Delete all saved databases from the plguin admin page
  2. Reload the plugin

Firefox

  1. Disable the plugin
  2. Restart the browser
  3. Delete the saved key from the password manager
  4. Enable the plugin
  5. Restart the browser

Important URLs

Name Purpose Link
Mono Used as a reference for partial .NET reimplementations https://github.com/mono/mono/tree/master/mcs/class/corlib/System
KeePass GitLab Mirror Original project is hosted as a zipped source archive. This is easier to navigate https://github.com/dlech/keepass2
KeePassHttp Plugins Repo What this project interfaces with https://github.com/pfn/passifox/
KeePassHttp Repo What is being rebuilt in Obj-C. A fork of kph, with better URL matching https://github.com/mpern/keepasshttp

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.