Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
98 stars 27 forks source link

nk3 secrets: Allow secrets without padding #374

Open robin-nitrokey opened 1 year ago

robin-nitrokey commented 1 year ago

Secrets are sometimes displayed as a base32-encoded string without padding. This should be supported for better usability.

robin-nitrokey commented 1 year ago

Workaround: Append = characters to the secret until its length is a multiple of 8.