From 4596309f2ea7c0789a4542383bb43f25bf671e9b Mon Sep 17 00:00:00 2001 From: andrewclausen Date: Sat, 3 Jan 2015 06:41:27 -0800 Subject: [PATCH] added otrcat --- Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects.md b/Projects.md index 9f57c04b..9a1d3281 100644 --- a/Projects.md +++ b/Projects.md @@ -166,6 +166,7 @@ If you find a project in this list that is dead or broken, please either mark it * [ketama.go](https://github.com/mncaudill/ketama.go) - libketama-style consistent hashing * [kindi](https://github.com/uwedeportivo/Kindi) - encryption command line tool * [openssl](https://github.com/spacemonkeygo/openssl) - openssl bindings for go + * [otrcat](https://github.com/andrewclausen/otrcat) - a general purpose command-line tool for communicating using the Off-The-Record protocol * [scrypt](https://code.google.com/p/go/source/browse?repo=crypto#hg%2Fscrypt) - Go implementation of Colin Percival's scrypt key derivation function * [simpleaes](https://github.com/tadzik/simpleaes) - AES encryption made easy * [SRP](https://code.google.com/p/go-srp/) - SRP: Secure Remote Password - Implementation in go