Skip to content

Commit

Permalink
zfsprops: add some guidance around choosing AES vs chapoly
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Norris <robn@despairlabs.com>
  • Loading branch information
robn committed Feb 27, 2023
1 parent e727695 commit 20c2712
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man/man7/zfsprops.7
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,12 @@ selected, which is currently
In order to provide consistent data protection, encryption must be specified at
dataset creation time and it cannot be changed afterwards.
.Pp
On systems lacking hardware-accelerated AES (many non-x86 boards)
.Sy chacha20-poly1305
will usually offer better performance without compromising security.
On x86, or when datasets may be mounted on on older versions of ZFS, an AES
suite is the best choice.
.Pp
For more details and caveats about encryption see the
.Sx Encryption
section of
Expand Down

0 comments on commit 20c2712

Please sign in to comment.