mirror of
https://github.com/rclone/rclone.git
synced 2025-01-09 07:48:19 +01:00
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
@ -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 New Issue
Block a user