From 43dc5a9b3e50c86760907af960cf6906c0fe748c Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 4 Apr 2022 06:52:24 +0000 Subject: [PATCH] Add warning about unknown SEIC curve (#886) --- docs/file-sharing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/file-sharing.md b/docs/file-sharing.md index 7c3e8535..85a899c7 100644 --- a/docs/file-sharing.md +++ b/docs/file-sharing.md @@ -46,6 +46,9 @@ Discover how to privately share your files between your devices, with your frien **Croc** is a way to easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies, resulting in a smaller application. + !!! Warning + The default encryption curve SIEC is fairly unknown and has not been tested thoroughly. We recommend using the `--curve` [option](https://github.com/schollz/croc/blob/master/README.md#change-encryption-curve) to switch to a more widely known curve such as the p521 curve. + [Visit schollz.com](https://schollz.com/blog/croc6){ .md-button .md-button--primary } **Downloads**