From 93e0010d689114cdf1651df223a546b92b0fca9d Mon Sep 17 00:00:00 2001 From: Alireza Alavi Date: Mon, 25 Sep 2023 11:20:02 +0330 Subject: [PATCH] Update README.md | Add FAQ section to README.md README.md needs a FAQ section so the issues will get less flooded with trivial questions. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 59b8cac..105a7c9 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,13 @@ croc --pass YOURPASSWORD --relay "myreal.example.com:9009" send [filename] Note: when including `--pass YOURPASSWORD` you can instead pass a file with the password, e.g. `--pass FILEWITHPASSWORD`. +## FAQ +### Q: How Secure is croc? Is It Resistant To Bruteforcing Codes? +> If when I send the file, I generate a code and on ANY other computer you can receive the file just by putting in the three word code, isn't it possible that a malicious actor just sits there and bruteforces files by putting in thousand or millions of codes? + +A: Answered in (issue #614)[https://github.com/schollz/croc/issues/614] . + + ## License MIT