Code Monkey home page Code Monkey logo

padlocker-server's Introduction

PadLocker Design

PadLocker is a client service and web interface designed to enable the mostly-secure delivery of encryption keys in a mostly-trusted environment.

Goals

  • Do not require modification of standard Linux services (allow key reading via normal open() calls)
  • Prevent the need for any encryption keys to be written to disk on client servers
  • Allow rules-based automatic key delivery approval
  • Allow manual approval-based key delivery approval, and require it by default
  • Support LDAP authentication and LDAP group authorization on an individual key basis
  • Support server-side storage of keys in an encrypted, secure-when-off form

Client

  • Take a config file that lists locations on disk of fifos to create/watch, and any metadata required about those files
  • On startup, attempt to create all fifos
  • Watch all fifos for ability to write (preferably with select or something nice)
  • When a fifo is writeable, make a request to the server, including all known metadata about the fifo being read
  • If the connection to the server times out without returning a key, do something reasonable

Server

  • Take a config file that lists keys to be dispersed, including matching patterns for metadata, and authorization information
  • Authenticate web-based users via LDAP
  • Notify users viewing the interface of incoming requests for the contents of fifos
  • Upon automatic or manual approval, return the requested key to the client

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.