Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaals committed Jan 29, 2018
1 parent ecfc929 commit 6e8ea28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The sole purpose of Yopass is to minimize the amount of passwords floating aroun

There is no perfect way of sharing secrets online and there is a trade off in every implementation. Yopass is designed to be as simple and "dumb" as possible without compromising on security. There's no mapping between the generated UUID and the user that submitted the encrypted message. It's always best send all the context except password over another channel.

__[Demo available here](https://yopass.se)__ but I'd suggest you run your own if you care about security.
__[Demo available here](https://yopass.se)__. It's recommended to host your own if you care about security. You can run Yopass on AWS Lambda backed by dynamodb, see [yopass-lambda](https://github.com/yopass/yopass-lambda)

* End-to-End encryption using [SJCL](https://bitwiseshiftleft.github.io/sjcl/)
* Secrets can only be viewed once
Expand All @@ -34,4 +34,4 @@ Plain(make sure this is restricted to localhost)
##### Install locally

go get github.com/jhaals/yopass
MEMCACHED=memcache:11211 go run yopass.go
MEMCACHED=memcache:11211 go run yopass.go

0 comments on commit 6e8ea28

Please sign in to comment.