This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Documentation
scottmmack edited this page Jan 6, 2014
·
10 revisions
The Passport API provides a self-certifying Public Key Infrastructure, PKI, independent of the requirement for any central directory. A variety of key types are available for performing different tasks, while public keys, like any other piece of data, are stored at random locations on the maidsafe network. Authorised entities can retrieve public keys from the network in order to validate any other entity or perform various other operations both securely and autonomously. The API relies on a cryptographic component that forms part of the common project.
The following files comprise Passport's public API.
- passport.h includes the Passport class definition and various free functions which together satisfy the requirements for completely secure and anonymous transactions/communication on the network. The Passport class members are identities defined in the header types.h.
- types.h defines network identities for authentication, data storage/retrieval and secure communication.
MaidSafe Passport Library
MaidSafe Project
- MaidSafe
- MaidSafe-API
- MaidSafe-Common
- MaidSafe-Passport
- MaidSafe-RUDP
- MaidSafe-Routing
- MaidSafe-Encrypt
- MaidSafe-Drive
- MaidSafe-Network-Filesystem
- MaidSafe-Vault
- MaidSafe-Vault-Manager
MaidSafe Papers