Files
glorytun/README.md
2015-11-12 16:07:23 +01:00

460 B

glorytun

glorytun depends on libsodium version >= 1.0.4 and needs an AES-NI capable CPU.

To build and install the latest version:

$ git clone https://github.com/angt/glorytun
$ cd glorytun
$ ./autogen.sh
$ ./configure
$ make
# make install

To create and use a new secret key:

$ dd if=/dev/random iflag=fullblock of=glorytun.key bs=32 count=1
$ glorytun keyfile glorytun.key [...]