You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://rr-developer.github.io/LUKS-on-Raspberry-Pi/
There should be "/" before etc/crypttab in very beautiful documentation. I am using it right now, and would like to say thank you very much for your support.
Current situation:
_File: etc/crypttab
At the end of the file a new line should be appended with the next content:
sdcard /dev/mmcblk0p2 none luks_
Expected:
_File: /etc/crypttab
At the end of the file a new line should be appended with the next content:
sdcard /dev/mmcblk0p2 none luks_
Another current situation:
cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 –keysize 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2
https://rr-developer.github.io/LUKS-on-Raspberry-Pi/
There should be "/" before etc/crypttab in very beautiful documentation. I am using it right now, and would like to say thank you very much for your support.
Current situation:
_File: etc/crypttab
At the end of the file a new line should be appended with the next content:
sdcard /dev/mmcblk0p2 none luks_
Expected:
_File: /etc/crypttab
At the end of the file a new line should be appended with the next content:
sdcard /dev/mmcblk0p2 none luks_
Another current situation:
cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 –keysize 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2
Another Expected:
cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 –-key-size 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2
The text was updated successfully, but these errors were encountered: