Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect "keysize" option and option separator #8

Open
sasuw opened this issue Jan 2, 2022 · 1 comment
Open

Incorrect "keysize" option and option separator #8

sasuw opened this issue Jan 2, 2022 · 1 comment

Comments

@sasuw
Copy link

sasuw commented Jan 2, 2022

The line

cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 –keysize 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2

should be

cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 --key-size 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2

(the option separator for "key-size" should be two hyphens instead of one en dash and the "key-size" option has a hyphen, i.e. "key-size" instead of "keysize")

@fspreiss
Copy link

fspreiss commented Jan 4, 2022

There are already PRs (#4 and #5) to address this, but unfortunately the repository owner hasn't reacted to any of them yet.

@rr-developer, given that you are the repository owner, would you mind merging one of the two PRs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants