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.
This commit is contained in:
Alireza Alavi 2023-09-25 11:20:02 +03:30 committed by GitHub
parent 6ac67b68fc
commit 93e0010d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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