A simple web app built with Node and React similar to pastebin. The frontend has built in encryption functionality to prevent sniffing from unauthorized users, including the server.
Secret keys are stored in the fragment identifier which are not sent to the server. This also allows for URLs to be able to sent to other users through known safe channels to prevent sniffing.
For a production environment read README.production.md
Requirements:
- Git
- npm (or Yarn)
git clone https://github.com/m-leon/hush.git
npm run setup
npm run start
- Replace Laravel backend with Express
- Replace REST-style API with GraphQL
- Improve frontend with Material-UI
- Replace crypto-js with node-forge
This app has only been audited by me. If you are willing and able to audit please contact me at [email protected]