Sha256: 6bf8351d649008f98dac03624272ba2b0d75913b219a4e6d9b63219c3c33cdce
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 KB
Contents
# YoPass - Share Secrets Securely [![Build Status](https://travis-ci.org/JHaals/yopass.png?branch=master)](https://travis-ci.org/JHaals/yopass) YoPass is a website that store secrets encrypted(AES 256) in memory(memcached) for a fixed period of time. Secrets can then be shared more securely over channels such as IRC and Email. The decryption password for the secret can be sent over SMS to improve security. * AES-256 encryption * Secrets can only be viewed once * No secrets are written to disk * No accounts and user management required * Secrets self destruct after X hours #### Workflow * Generate secret * Paste into the yopass website * Receive URL with or without decryption key(can be sent over sms) * Share with the intended person. * Secret is automatically removed when it's viewed by your friend * feel safe ### Installation gem install yopass * install and start memcached * edit yopass.yaml and move it to /etc * done! ### SMS providers Lacking your SMS provider? Just fork the repo and submit a pull request. Use the bulksms provider in ```lib/sms_provider/bulksms.rb``` as example ##### Supported Providers Bulksms ### Screenshot ![YoPass website](http://f.cl.ly/items/2F2T1L3a3R162K2G383q/yopass.png)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yopass-1.1.5 | README.md |
yopass-1.1.4 | README.md |
yopass-1.1.2 | README.md |