A free open-source application that allows users send encrypted text other collaborators.
- 🔒 Send text encrypted with Advanced Encryption Standard (AES).
- 🧹 Automatically delete encrypted text from the database at the time specified.
$ git clone [email protected]:pedoch/sendfort.io.git
$ cd sendfort.io
$ npm install
$ npm run dev
You should be able to access it on port 3000
, open your browser and visit http://127.0.0.1:3000 or http://localhost:3000.
There are tons of ways you can contribute, and we're happy to accept all. Please checkout our guide to contributing here. We can't wait to see what you've got for us.