Managed Projects

The StreamModule System

  Analyzed almost 3 years ago

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

17.9K lines of code

0 current contributors

almost 5 years since last commit

1 users on Open Hub

Activity Not Available
4.0
   
I Use This

The CAKE Protocol

  Analyzed almost 3 years ago

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.

11.7K lines of code

0 current contributors

almost 6 years since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This

SparklesFutures

  Analyzed almost 3 years ago

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.

3.44K lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This

MakePW

  Analyzed almost 3 years ago

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