Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adambutler/kevlar
Secrets created by kevlar.io are kept until they are accessed, they are then deleted permanently from the server.
https://github.com/adambutler/kevlar
Last synced: about 1 month ago
JSON representation
Secrets created by kevlar.io are kept until they are accessed, they are then deleted permanently from the server.
- Host: GitHub
- URL: https://github.com/adambutler/kevlar
- Owner: adambutler
- License: mit
- Created: 2014-08-26T15:55:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T13:19:53.000Z (almost 10 years ago)
- Last Synced: 2024-06-17T03:33:53.823Z (6 months ago)
- Language: Ruby
- Homepage: http://kevlar.io
- Size: 342 KB
- Stars: 56
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starts - adambutler/kevlar - Secrets created by kevlar.io are kept until they are accessed, they are then deleted permanently from the server. (others)
- awesome-open-ror - Kevlar - Secrets created by kevlar.io are kept until they are accessed, they are then deleted permanently from the server. (Random)
README
# 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](https://cloud.githubusercontent.com/assets/1238468/4661977/0080baae-552b-11e4-8349-02a211c5cc2f.png)
![image](https://cloud.githubusercontent.com/assets/1238468/4661980/08b24ff8-552b-11e4-9153-0263fa3f22ad.png)
![image](https://cloud.githubusercontent.com/assets/1238468/4661983/10b92e7e-552b-11e4-9e56-b54adb51847d.png)
## Installing
```
$ 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.
## Contributing
Contributions are welcome, please follow [GitHub Flow](https://guides.github.com/introduction/flow/index.html)