Skip to content

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

License

Notifications You must be signed in to change notification settings

adambutler/kevlar

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published