This repository contain backend for decentralized messaging app which is developed in GoLang(backend) and Reactjs(frontend).
The app provide following information securities<br/
1.Confidentiality - The message is encrypted with the pulic key of recv and only private key of recv can decrypt the message
2.Non-repundiation - The message sent is signed by private key of sender ,so it can be verify only by public key of sender
3.Integrity - The message are stored on blockChain(decentralized ledger) , so once message sent it can never delete or alter