open-vault/changelog/11887.txt
Martin Lee 10f29e0503
base32.DecodeString expects length 8 for the buffer (#11887)
Add padding to the input key to ensure it reaches that length.
2021-07-14 07:38:10 -04:00

4 lines
87 B
Plaintext

```release-note:bug
secret/totp: pad input key to ensure length is a multiple of 8
```