/hush

A client-side encrypted chat application

Primary LanguagePHPMIT LicenseMIT

hush

hush is intended to be a messaging service with JS powered client side encryption.

Currently no encryption is implemented and work is mostly centered around creating a stable messaging application.

Installation

  1. Download the latest release
  2. Create a TLS certificate
  3. Set up Apache or Nginx
  4. Optionally (but recommended) enable Perfect Forward Secrecy for Apache or Nginx
  5. Run composer install
  6. Run php app/console doctrine:database:create
  7. Run php app/console doctrine:schema:update --force
  8. Done