shimunn / fido2luks

Decrypt your LUKS partition using a FIDO2 compatible authenticator
Mozilla Public License 2.0
132 stars 19 forks source link

Add new option --pin-input to pass the authenticator pin value in cli #15

Closed saravanan30erd closed 4 years ago

saravanan30erd commented 4 years ago

@shimunn

Refer: #14

Added new option --pin-input to pass the authenticator pin value in cli. I don't have any prior rust experience, so feedback welcome :)

shimunn commented 4 years ago

Like I said in the linked issue, I'm not a big fan of passing secrets around via cli args.