Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodecross/nodex
E2E Secure Messaging Platform
https://github.com/nodecross/nodex
decentralized-identifiers edge-computing embedded-security end-to-end-encryption identity iot iot-device iot-platform iot-security root-of-trust rust security
Last synced: 3 months ago
JSON representation
E2E Secure Messaging Platform
- Host: GitHub
- URL: https://github.com/nodecross/nodex
- Owner: nodecross
- License: apache-2.0
- Created: 2021-09-08T13:14:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T05:15:59.000Z (9 months ago)
- Last Synced: 2024-04-14T06:45:59.550Z (9 months ago)
- Topics: decentralized-identifiers, edge-computing, embedded-security, end-to-end-encryption, identity, iot, iot-device, iot-platform, iot-security, root-of-trust, rust, security
- Language: Rust
- Homepage: https://nodecross.io
- Size: 8.47 MB
- Stars: 113
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
NodeX - E2E Secure Messaging Platform
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 of [decentralized identifiers (DIDs)](https://www.w3.org/TR/did-core/) as a basis of security and privacy. Build atop [DIDComm messaging protocol](https://github.com/decentralized-identity/didcomm-messaging) 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.
[Explore NodeX Docs](https://docs.nodecross.io)
## Features
- 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## Install
- [Build Guide](https://docs.nodecross.io/installation/00-overview.html)
## Developer's Document
- NodeX Official Website
https://nodecross.io- NodeX Developers Portal
https://docs.nodecross.io## Contribution
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.## Security
[SECURITY](SECURITY.md)
## License
[Apache License 2.0](LICENSE)