/pwdrop

Exchange passwords and other secrets, securely

Primary LanguageHTML

Exchange passwords, securely

CircleCI

pwdrop is a website for securely sending a password or other secret to someone else.

It is built using serverless technology from Google Cloud and deployed using Firebase.

The project is hosted on Firebase almost for free, the only fee being for scheduling a cleanup function once a day.

Prerequisites

  • Node.js
  • Firebase CLI

Usage

Install dependencies:

cd functions && npm install && cd..

To run and test locally:

firebase serve

To deploy to your Firebase project:

firebase deploy