toy app for sending and receiving encrypted messages
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Orelli 28d85fe971 readme 10 years ago
.gitignore yeah 10 years ago
README.md readme 10 years ago
client.go note title and body are encrypted separately 10 years ago
cm.go oh hai 10 years ago
key.go hi 10 years ago
meta.go server can send messages to clients i suppose 10 years ago
note.go note title and body are encrypted separately 10 years ago
request.go you can encrypt and decrypt big notes now 10 years ago
server.go unbreak the key iterator 10 years ago
whisper.go hi 10 years ago

README.md

get the dependencies:

go get code.google.com/p/go.crypto/ssh go get github.com/syndtr/goleveldb

then go build and have fun