- Notifications
You must be signed in to change notification settings - Fork7
E2E Secure Messaging Platform
License
nodecross/nodex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NodeX is an open-source toolkit for building end-to-end secure messaging between all devices including IoT, micro services, and on-premise servers, using features ofdecentralized identifiers (DIDs) as a basis of security and privacy. Build atopDIDComm messaging protocol which works over any transports, it makes end-to-end messaging reliable, secure, and easy.
This repo where we develop libraries to be installed into your devices. It enables device's IDs and keys management with root of trust (RoT), automated provisioning, mutual authentication, and end-to-end secure messaging across network boundary.
- Device's IDs and keys management with RoT
- Automated provisioning without centralized servers and certificate authorities and intermediaries
- Mutual authentication and end-to-end secure messaging while ensuring confidentiality, integrity, and authenticity
- Attribute based access control and dynamic policy management
- Rust library with multiple language extensions for python and nodejs
- Mutiple OS support for Linux kernel x86(32bit) & x86-64(64bit), FreeRTOS ARM Cortex-M33(32bit)
- RoT extensions for TPM, ARM TrustZone, and Renesas SCE
NodeX Official Website
https://nodecross.ioNodeX Developers Portal
https://docs.nodecross.io
First off, thank you for considering making contributions. It's people like you that make NodeX better. There are many ways in which you can participate in the project, for example:
- File a bug report. Be sure to include information like what version of NodeX you are using, what your operating system and CPU is, and steps to recreate the bug.
- Suggest a new feature.
About
E2E Secure Messaging Platform