Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
/ hush-archived Public archive

Encrypted Text Storage Site

Notifications You must be signed in to change notification settings

m-leon/hush-archived

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 [email protected]

License

MIT

About

Encrypted Text Storage Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published