Giter VIP home page Giter VIP logo

coffer's Introduction

Coffer is very much in development - and should not be used to store import information

Coffer is a light weight password manager built with Go, React, and Electron.

Install (TBC)

To install Coffer you can download the pre-compiled binary from the 'releases' section of GitHub, just select the version for your OS and architecture and download Coffer.

Development

We actively welcome PRs and love to see the community contributing to Coffer. If you want to open a PR for a feature, or just want to hack on it, follow the intstructions below.

Install dependencies

  • Install GB, the vendoring Go vendoring tool
    go get github.com/constabulary/gb/...
  • Install Electron + electron-packager globally for your OS
    npm install -g electron electron-packager

Setting up coffer

  • Clone the repo, git clone https://github.com/spaceshuttl/coffer.git
  • cd into the directory, install dependencies,
    cd coffer && npm install
  • Build the repo, make build
  • Run the backend ./bin/service
  • Run the front end, npm run app

Note: There is a unison build system coming soon, hopefully there will be a single binary you can run.

Data retention

Coffer stores all passwords within a local file (~/.coffer/store.bolt by default.) All writes to the disk are encrypted with AES-256.

TODO

Backend

  • Rewrite endpoints in gorilla/websocket
  • Rewrite backend into neat unison API to be used.
  • Encrypt disk transaction
  • Add SSL support to the WS connection
  • [-] Write tests

Frontend

  • Write up HTML structure
  • Write React components
  • Implement WebSockets
  • Automatically hide passwords, show on click/hover
  • Implement some store to hold the WS connection

Meta

  • Create build + packing system
  • Add bower dependency management system

coffer's People

Contributors

tobbbles avatar

Watchers

 avatar  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.