otp
otp copied to clipboard
One Time Password for 2-Factor-Authentication implemented in Rust
Results
2
otp issues
Sort by
recently updated
recently updated
newest added
Both github and M$ are using 16 chars base32 secret. I tried to append `\0` to the `&[u8]` when using `HOTP::from_bin`, still no luck. Do you know how to fix...
question
bump ring dep