Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve security of Blockchain Network #6

Open
manab-kb opened this issue Mar 4, 2023 · 0 comments
Open

Improve security of Blockchain Network #6

manab-kb opened this issue Mar 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request phase-3 This is intended for phase-3 of the project development

Comments

@manab-kb
Copy link
Owner

manab-kb commented Mar 4, 2023

The current implementation of the blockchain network is transparent, but not completely secure. Implement a secure blockchain with the following (at least):

  • Secure encryption for the files that store the blockchain.
  • Secure transfer of packets over ports (add TLS to TCP).
  • Manage possible race conditions to the files storing the blockchain - mutexes and condition variables.
  • Add functionality to verify each node (UAV) while connecting to the Blockchain and GCS.
@manab-kb manab-kb added enhancement New feature or request phase-3 This is intended for phase-3 of the project development labels Mar 4, 2023
@manab-kb manab-kb moved this from 🆕 New to 📋 Backlog in Data Fabric Provider - CN Project Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request phase-3 This is intended for phase-3 of the project development
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants