docs: crypt: fix typo

This commit is contained in:
ToBeFree 2023-02-28 12:50:53 +01:00 committed by GitHub
parent dd72aff98a
commit 9e1443799a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ custom salt is effectively a second password that must be memorized.
based on XSalsa20 cipher and Poly1305 for integrity. based on XSalsa20 cipher and Poly1305 for integrity.
[Names](#name-encryption) (file- and directory names) are also encrypted [Names](#name-encryption) (file- and directory names) are also encrypted
by default, but this has some implications and is therefore by default, but this has some implications and is therefore
possible to turned off. possible to be turned off.
## Configuration ## Configuration