Hacker News new | ask | show | jobs
Secret: A simple self-hosted e2e encrypted alternative to onetimesecret (github.com)
4 points by waffl 1829 days ago
1 comments

I wanted a simple to use, easy to deploy tool to send sensitive data to clients. I was often using onetimesecret which is great, but still felt wary of trusting a hosted service for these things. While they have indeed open sourced their code, I wanted an even simpler/easy to deploy version (just php7/apache) that is also e2e encrypted. I hope this could be useful to others.