Skip to content

MurmuDev/broadcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broadcast

A Node.js PGP-like message sending app Currently in Development Stage.

Goal

Our prime goal is to provide end-to-end information broadcast.

We are worried about organisations and government spying on our messages.

If we dont have your private keys, then there is no back-door :)

API description:

Endpoints:

  • /allKey
    Get all entities from the public key table in JSON.

  • /uploadKey
    Upload a single key file as request.

  • /uploadMessage
    Upload a single message text file as request.

  • /getByMail
    Get a single entity from the public key table in JSON.

  • /messageByMail
    Get all the messages broadcasted by single email sender.

About

A Node.js app for PGP-like message sharing

Resources

Stars

Watchers

Forks