Managed Projects

The StreamModule System

  No analysis available

A set of libraries designed to make it easier to write programs that communicate asynchronously without resorting to threads or RPC.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: lgpl21_or...

The CAKE Protocol

  No analysis available

A networking protocol in which all messages are addressed to a public key, and are signed by the source public key. Public key identifiers are treated like IP addresses. They represent the destination or source of any particular message.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl, gpl3_or_l...

SparklesFutures

  No analysis available

A library for handling futures that depend on other futures with a work_queue of fulfilled promises that are delivered in the thread the promise lives in. Also allows for the propagation of error conditions and exceptions through futures.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl3

MakePW

  No analysis available

A very simple script to generate site passwords from a master password and a site name. Does so in such a way as to make the master password basically unguessable, and the resulting site password will also have many bits of entropy making it very hard to guess. To be technical, it runs 200000 ... [More] iterations of PKCS#5 v2.0 PBKDF2 with the master password as the key and the site name as the salt and base64 encodes the result (plus a bit of modification) to generate the site password. A Javascript version that relies on sjcl is in here now, and it needs a web page wrapper. Hopefully, an Android applet version will also be added soon. [Less]

0 lines of code

1 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3