Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
Ross Muir edited this page Jun 13, 2014 · 14 revisions

MaidSafe-Passport wiki

Description

Creates cryptographically secure Public Key Infrastructure mechanism via a mixture of asymmetric encryption currently RSA and secure hashing currently SHA512.

With this library and a secure DHT such as MaidSafe-Routing there is no requirement for a certificate authority. Removing another server system and the related human administration, allows developers to create autonomous distributed secure systems.

MaidSafe uses this feature to ensure nodes (and humans) can be securely validated and regulated in a mathematical manner that is as fair as the rules developers create and not via any human administrator.

Features

  • Fully encapsulated and tested security system
  • Identify network assets with clarity and confidence
  • Remove certificate authorities and associated security weaknesses (and payments)
  • Includes key revocation capability when in conjunction with MaidSafe-Routing and MaidSafe-Vault via MaidSafe-Network-Filesystem.

Status

This library is considered BETA quality and is provided with a full test suite and QA suite. This can be considered for use in production quality systems at this time.