Advertisement
jcassette

ZFS encryption on Intel J1900

Sep 16th, 2022
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. root@truenas[/mnt/tank]# rm aes-*/urandom
  2. root@truenas[/mnt/tank]# for d in aes-*; do
  3. echo $d; dd if=/dev/urandom of=$d/urandom bs=1m count=1000
  4. done
  5. aes-128-ccm
  6. 1000+0 records in
  7. 1000+0 records out
  8. 1048576000 bytes transferred in 11.802695 secs (88842082 bytes/sec)
  9. aes-128-gcm
  10. 1000+0 records in
  11. 1000+0 records out
  12. 1048576000 bytes transferred in 34.358824 secs (30518391 bytes/sec)
  13. aes-256-ccm
  14. 1000+0 records in
  15. 1000+0 records out
  16. 1048576000 bytes transferred in 39.272086 secs (26700288 bytes/sec)
  17. aes-256-gcm
  18. 1000+0 records in
  19. 1000+0 records out
  20. 1048576000 bytes transferred in 42.785918 secs (24507503 bytes/sec)
  21. root@truenas[/mnt/tank]#
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement