MessageSecure
Full OpenSource privnote clone. Messages are encrypted with PGP on the client side and are never stored or transmitted unencrypted.
Development
Start the application
go run main.go
cp .env.example .env
After copying, the variables still need to be adjusted.
Motivation
I wanted to build a free Privnote clone to firstly build up my Go knowledge and to build a service that can be trusted as all content is openly available on the net.