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.
This commit is contained in:
parent
a5700a4a53
commit
181ed55662
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue