rubixchain / rubixgoplatform

GNU General Public License v3.0
8 stars 17 forks source link

Receiver not verifying Quorums' and Sender's signatures #188

Open Maneesha-rubix opened 1 month ago

Maneesha-rubix commented 1 month ago

At present, the receiver is not verifying the quorums' as well as sender's signature. If a receiver does not verify the sender's signature and quorums' signatures, several security and integrity issues can arise:

1. Tampering and Data Integrity

2. Non-Repudiation

3. Man-in-the-Middle (MITM) Attacks

4. Loss of Trust in the System

harirubix commented 1 month ago

Refer : https://github.com/rubixchain/rubixgoplatform/tree/hari/recv-validation . Need to modify structure as per #185