diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-16 20:07:50 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-01-16 20:07:50 +0700 |
commit | f8b5879fed1d5185a931206fd2784825567947ae (patch) | |
tree | 10de3a49238bb835fc1622df74ea013cb3fa461d /_oasis | |
parent | 1032bd5008dace98bd1c8910f8b586658646568b (diff) | |
download | vyconf-f8b5879fed1d5185a931206fd2784825567947ae.tar.gz vyconf-f8b5879fed1d5185a931206fd2784825567947ae.zip |
Add a function for making secure session tokens.
Right now it uses a SHA-1 sum of 30 random bits. I hope that's secure enough.
Diffstat (limited to '_oasis')
-rw-r--r-- | _oasis | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ Executable "vyconfd" Path: src MainIs: vyconfd.ml CompiledObject: best - BuildDepends: ppx_deriving.runtime, ppx_deriving_yojson.runtime, lwt, lwt.unix, lwt.ppx, toml, fileutils, ocaml-protoc, ocplib-endian, vyconf + BuildDepends: ppx_deriving.runtime, ppx_deriving_yojson.runtime, lwt, lwt.unix, lwt.ppx, toml, fileutils, ocaml-protoc, ocplib-endian, sha, vyconf Executable "vytree_test" Path: test |