/kevlar

Secrets created by kevlar.io are kept until they are accessed, they are then deleted permanently from the server.

Primary LanguageRubyMIT LicenseMIT

Kevlar

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

image

image

image

Installing

$ git clone git@github.com: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.

Contributing

Contributions are welcome, please follow GitHub Flow