CODEX icon

CODEX For Linux

  n/a
BSD License    

CODEX is a software designed for applications with a moderate number of clients requesting authentication keys.. #KEY REQUEST  #Authentication key  #Changing key  #Key  #Request  #Authentication  

Description

Free Download

CODEX is a software designed for applications with a moderate number of clients requesting authentication keys

When designing secure applications, it is not uncommon to assume some out-of-band mechanism for distributing keys or other secrets. Other applications without inherent security features could, given a key distribution system, employ symmetric key encryption to add a cryptographic access control mechanism. These applications motivated the development of the CODEX (the Cornell Data Exchange) key distribution system. CODEX is designed for applications with a moderate number of clients (tens or hundreds) requesting keys that change often but not continuously (on the scale of minutes to hours).

CODEX is an moving forward from the ideas implemented in COCA. It employs the RSA and ElGamal encryption schemes, as well as techniques such as threshold cryptography and proactive secret sharing. The COCA page contains a number of useful links for these topics.

Part of the development of CODEX was the creation of a general-purpose toolkit for the various primitives needed by the system. These primitives are discussed in the Implementation section, and the full source code is also available.

Since a random search on Google revealed that this project is now listed on Freshmeat, it is worth mentioning a few significant aspects of the implementation. First, the code is research-quality, not production-quality. The system employs spin-waiting, which can substantially impact the host on which a server runs. For an effective proactive-recovery system, servers must periodically be placed into a known-good state.

This typically involves rebooting from clean (and, if necessary, patched) media and installing new server-specific public/private key pairs, as well as the proactive secret sharing procedure included in the implementation. If, at this point, you still trust the implementation and your operating system enough to use CODEX, be advised that there is currently no credentials mechanism in place.

The existing policy object always accepts any credentials object as valid. Since the entire system depends on enforcing policies for access control, if you want to deploy a CODEX system (as opposed to using the libraries to build your own system) you must implement an actual policy/credentials mechanism.

What's New in This Release:

· This release was updated for compatibility with Doxygen 1.4.1 and to work with g++ through version 3.3.5. · CODEX_Quorum/Socket.cc is now able to handle non-stream sockets (i.e. UDP). · CODEX_Quorum/SocketBuilder.h now has a copy constructor.

User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

CODEX 1.2

add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  main category:
System
  developer:
  visit homepage