Code Monkey home page Code Monkey logo

pwrrb's Introduction

pwrrb: pwrcall and pwrtls for Ruby

pwrcall is an experimental and lightweight remote procedure call system (RPC) with integrated capability-based security, started by Mark Schloesser. pwrtls is an encrypted and authenticated transport layer between TCP and pwrcall, based on ideas from Daniel Bernstein's CurveCP.

This repository contains my Ruby implementation of pwrcall and pwrtls, based on EventMachine and Fibers. This code is to be considered WORK IN PROGRESS and not even close to being finished.

Requirements

You will need at least the following Ruby gems:

  • eventmachine (for event magic)
  • bson, msgpack, or json and yajl-ruby (for message packing)
  • nacl (for hyper security)
  • colorize (for increased fancyness)
  • rb-readline (for non-blocking readline and interactive pwrcall shell)

TODO

  • pwrcall
    • standardized error messages, etc.
    • auto-detect if connection uses pwrtls or not
  • pwrsh
    • log messages overwrite prompt when previous command was silent (";" at end or just "\n")
    • pry kills stty return key
  • pwrtls
    • knownhosts/authorizedkeys authentication (on both sides)
    • verify all crypto boxes and keys
    • increment lnonce in keyfile (open, read, write, close; all in getlnonce method)
  • pwrtools
    • logger
      • prefix all server log output with client number
      • finer debug levels
  • documentation
    • install howto, Gemfile, packaging, etc.

pwrrb's People

Contributors

fw42 avatar heipei avatar

Stargazers

 avatar  avatar

Watchers

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