Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Equim-chan/soda-old

Repository files navigation

soda

Soda is a tiny CLI application that helps establishing a one-to-one encrypted and authenticated channel for private communication, driven by NaCl's public-key cryptosystem Box (Curve25519 + XSalsa20 + Poly1305).

Install

dep and goversioninfo are required.

$ git clone https://github.com/Equim-chan/soda.git $GOPATH/src/ekyu.moe/soda
$ cd $GOPATH/src/ekyu.moe/soda
$ make
$ make install
$ $GOPATH/bin/soda

License

Apache-2.0

Releases

No releases published

Packages

No packages published