You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current implementation of the blockchain network is transparent, but not completely secure. Implement a secure blockchain with the following (at least):
The text was updated successfully, but these errors were encountered: