From 181ed55662865cad7dd7b8f12ca7a317334c26a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Joe=20Pant=C5=AF=C4=8Dek?= Date: Tue, 21 May 2024 00:21:21 +0200 Subject: [PATCH] docs: crypt: fix incorrect terminology This fixes the misuse of the key-derivation term (salt) used in place of symmetric cipher nonce (IV) in the crypt remote documentation. --- docs/content/crypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/crypt.md b/docs/content/crypt.md index f0fa99e66..52e49dba0 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -182,7 +182,7 @@ A long passphrase is recommended, or `rclone config` can generate a random one. The obscured password is created using AES-CTR with a static key. The -salt is stored verbatim at the beginning of the obscured password. This +IV (nonce) is stored verbatim at the beginning of the obscured password. This static key is shared between all versions of rclone. If you reconfigure rclone with the same passwords/passphrases