totp-generator icon indicating copy to clipboard operation
totp-generator copied to clipboard

Generates TOTP tokens in the browser

Results 6 totp-generator issues
Sort by recently updated
recently updated
newest added

If input a string that is not valid base32, it continues to show the results for the last seen valid base32 string that's no longer displayed. Solution could be either...

Added the ability to generate a QR code for easy scanning into compatible mobile apps. While I understand that the point of this web app is to generate the TOTP...

Thanks for the great online generator! Would be nice to have QR code to show Can be used QR generator by google, this is a basic request syntax `https://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=otpauth://totp/labelexample:userexample?secret=A4N3R5N4HUZPSGKDOQRH6CQGEDI45PF2&issuer=issuerexample` Additionally,...

A few servers only allow exactly the code for this half minute or you might have an issue that makes copying the number tooo slow. Showing the next number gives...

(also merges query-string configuration and key-from-hash configuration to avoid some extra work)

... by making the `token` the computed value, not the `totp` object.