A system for managing identities, contacts and their cryptographic keys based on the Walytis blockchain.
Project description
Walytis Decentralised Identity Management
A system for managing identities, contacts and their cryptographic keys based on the Walytis blockchain.
It implements the World-Wide-Web-Consoritum's (W3C's) Decentralised Identifiers (DIDs) specifications.
In the context of W3C's DID architecture, walytis_identities is a DID method, meaning that walytis_identities is a system for creating DIDs and managing DID-Documents. walytis_identities achieves this using the Walytis blockchain.
Project Status EXPERIMENTAL
This library is very early in its development.
The API of this library IS LIKELY TO CHANGE in the near future!
Basic Functionality
Communication With a walytis_identities Identity
- A WaltyisFriends identity is served by a Walytis blockchain.
- The blockchain is used to publish DID-documents, which contain cryptographic public keys.
- Other parties can join a walytis_identities identity's blockchain, get the currently valid DID document, and use the cryptographic keys therein for authentication and encryption when communicating with that identity.
Security of DID-Document Publishing
- When creating a walytis_identities identity, a set of cryptographic keys called identity-control-keys are generated. These are used for authenticating the publication of DID-documents. These keys are distinct from the keys published in the DID-documents, instead they are published on the blockchain alongside DID-documents and used to sign the DID-documents. These keys are the ownership of the identity.
- These keys are automatically renewed, by publishing the new keys on the blockchain, signed by the latest currently valid key.
- The management of these keys, and their validity and renewal, is independent of the management, validity and renewal of DID-documents and the keys publishing therein.
Managing Multiple Devices (Identity Owners)
Device Management
- the list of devices that are members of an identity is published on the identity-control blockchain
Device Authentication
- each device has cryptographic keys which they use for authentication
- each device updates its keys using a dedicated device-keys blockchain
Inter-Device Communication
- data is only shared with devices that authenticate as one of the identity-member-devices listed on the identity-control-blockchain
- identity owners need to share the following keys whenever an owner renews any of the keys: - private keys for the public keys published in DID documents - private keys for the identity control keys
Key Renewal For Identity Control And Communication
- A device decides to renew the keys.
- It waits until a significant number of its other devices are online
- it shares the new private key with the others
- it publishes the public key on the blockchain
Services:
URI specs: https://www.rfc-editor.org/rfc/rfc3986
Related Projects
For more info, see:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file walytis_identities-0.1.5.tar.gz.
File metadata
- Download URL: walytis_identities-0.1.5.tar.gz
- Upload date:
- Size: 40.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
752e52d905bbbf63df571a52128b714a20472b7d6bc7b5ac86e7016620b26fd9
|
|
| MD5 |
a04841d08175e73ea03c07e5379d1bdc
|
|
| BLAKE2b-256 |
96b9bde5e18c3e10bb150607d1bceca5c69f4acf892405f30e62d295a6949b9f
|
File details
Details for the file walytis_identities-0.1.5-py3-none-any.whl.
File metadata
- Download URL: walytis_identities-0.1.5-py3-none-any.whl
- Upload date:
- Size: 36.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16edcea3118cd9294cf133ca42545e731114036a640743ea80604b97d19a7ef8
|
|
| MD5 |
8047fc43fe47dade6d070b7cae13eb62
|
|
| BLAKE2b-256 |
f498155feef7ce12dbc79e3009d8b196b8d1dffe6e219c54f0fb5f7e9e26b86f
|