Skip to content

nabeelnoor/DecentralizedMessagingApp-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Messaging App

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

About

Restful API in golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages