Open Silvest89 opened 1 month ago
cc @derekbit @ChanYiLin Do you think we should support this? I don't have much knowledge about this part it seem reasonable to support more parameters?
cc @derekbit @ChanYiLin Do you think we should support this? I don't have much knowledge about this part it seem reasonable to support more parameters?
Supporting more options makes sense to me as well. cc @mantissahz
Yes, we could add these options if the cryptsetup
commands or libraries support them.
Is your feature request related to a problem? Please describe (👍 if you like this request)
Currently Longhorn supports argon2i through the luks format. However for argon2id more args can be used
Currently supported
--pbkdf-memory
,--pbkdf-parallel
and--iter-time
that makes for a more customizable argon2id encryption.Describe the solution you'd like
Support for more luksformat options.