gototp icon indicating copy to clipboard operation
gototp copied to clipboard

Go Time-Based One Time Password.

Results 3 gototp issues
Sort by recently updated
recently updated
newest added

add build package in README.md

Maybe using math/rand is not the best idea for creating "random" secrets. Instead, you should probably use crypto/rand (which provides cryptographically random data). I forked your project to use crypto/rand...