From 462b791c705df00a1e83ac0489028e8fc6ee446d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 23 Mar 2015 22:24:34 +0300 Subject: [PATCH] [DOC] Link to Fortuna PRNG Signed-off-by: Sergey Matveev --- doc/govpn.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/govpn.texi b/doc/govpn.texi index 5bffe87..7c9e256 100644 --- a/doc/govpn.texi +++ b/doc/govpn.texi @@ -168,7 +168,8 @@ you really needs security. Moreover it is possible that those OS leaks information about possible PRNG states. And at least Apple OS X and Microsoft Windows are already known to have weak CSPRNGs. -GoVPN could use it's own PRNG implementation like Fortuna, but it is +GoVPN could use it's own PRNG implementation like +@url{https://www.schneier.com/fortuna.html, Fortuna}, but it is much easier to use the right OS, to use free software. Also you should @strong{never} use one key for multiple clients. Salsa20 -- 2.48.1