Updated FAQ (markdown)

rugk 2016-08-24 19:40:36 +02:00
parent 9eb194af7e
commit e442875741

5
FAQ.md

@ -53,6 +53,11 @@ The longer answer is: ZeroBin is outdated and not maintained anymore. As you may
You may also look at the release notes of PrivateBin to see what else changed.
### But JavaScript encryption is not secure!
At first, this is not a question. Secondly we acknowledge that and are well aware that JavaScript cannot provide the same level of security as other methods do. That is why we explicitly mention this issue [in our Readme](https://github.com/PrivateBin/PrivateBin#what-it-doesnt-provide).
However people have different security requirements and sometimes a fast way to send someone an encrypted message is needed. If you want to be secure against any attacks, we strongly recommend you to **host your own PrivateBin instance** and use transport encryption (HTTPS and more) to prevent any modification of the data send and received by PrivateBin.
## Technical
### How to fix "There is no suitable CSPRNG installed on your system"?