Kevlar is a Ruby on Rails applications sharing secrets that are kept until they are accessed, they are then deleted permanently from the server.
Kevlar requires no registration to create secrets, although not as secure as PGP kevlar is the website equivalent of sending an e-mail and asking the recipient to delete the e-mail once it has been read.
Here are a few screensots from http://kevlar.io
$ git clone [email protected]:adambutler/kevlar.git
$ cd kevlar
$ bundle install
$ rake db:create
$ rake db:migrate
$ cp .env.example .env
Modify the .env
file to set your own secret used to encrypt secrets.
Contributions are welcome, please follow GitHub Flow