From 52831307fccccaa8eddc3ab2fc9c5e685d9c3e26 Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 24 Aug 2016 17:33:22 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d086e59..63c0b05 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,4 @@ -## I get the error "There is no suitable CSPRNG installed on your system" +## How to fix "There is no suitable CSPRNG installed on your system"? This error means you do not have a secure cryptographic random number generator installed on your system. This is however required by PrivateBin for security reasons. Have a look at the [requirements list](https://github.com/PrivateBin/PrivateBin/wiki/Installation#requirements) to see what you are missing.