Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

71 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hush

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.

Hosting (Development)

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

Roadmap

  • Replace Laravel backend with Express
  • Replace REST-style API with GraphQL
  • Improve frontend with Material-UI
  • Replace crypto-js with node-forge

Audit

This app has only been audited by me. If you are willing and able to audit please contact me at max@maxleon.net

License

MIT

About

Encrypted Text Storage Site

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages