mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-24 16:29:00 +00:00
PDKF is a key derivation function
do not use the word "encryption", as it is actually closer to "hashing" anyways.
This commit is contained in:
parent
5f882e976d
commit
ecee5a0b51
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ Key files
|
|||
When initialized with the ``init -e keyfile`` command, |project_name|
|
||||
needs an associated file in ``$HOME/.attic/keys`` to read and write
|
||||
the repository. The format is based on msgpack_, base64 encoding and
|
||||
PBKDF2_ SHA256 encryption, which is then encoded again in a msgpack_.
|
||||
PBKDF2_ SHA256 hashing, which is then encoded again in a msgpack_.
|
||||
|
||||
The internal data structure is as follows:
|
||||
|
||||
|
|
Loading…
Reference in a new issue