Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTuNNe committed Aug 15, 2024
1 parent cbb8fc8 commit 4d1fc99
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ This implementation is based on **RFC 6238**
## Project Goals & Roadmap

1. Keep it simple
2. Create a way of generating random secret keys (will be made soon)
3. Implementing a method of generating the QR code for Google Authenticator and other similar apps like this.
4. Keep it rock solid for years to come :)
2. Implementing a method of generating the QR code for Google Authenticator and other similar apps like this.
3. Keep it rock solid for years to come :)

## Other things to keep in mind
- The default behavior is to generate a code that will expire in 30 seconds
Expand All @@ -35,7 +34,7 @@ if err != nil {
}
// The secret key must be base32 encoded and without padding

totp := totp.TOTP{Key: "OK6ZZOALZY6RNZBPM4QKD2ZFO5F3PTP56VIAXLDJLEHBPLJJIZNQ"}
totp := GoTOTP.TOTP{Key: "OK6ZZOALZY6RNZBPM4QKD2ZFO5F3PTP56VIAXLDJLEHBPLJJIZNQ"}

// generate the TOTP with the timestamp

Expand Down

0 comments on commit 4d1fc99

Please sign in to comment.