Skip to content

Commit

Permalink
Updated some links in README.md
Browse files Browse the repository at this point in the history
Updated some links in README.md
  • Loading branch information
sandakersmann authored and justin-stephenson committed May 1, 2023
1 parent 62951dc commit 7c59be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ utilizing one-time password protocols. Tokens can be added easily by scanning a

FreeOTP implements open standards:

* HOTP (HMAC-Based One-Time Password Algorithm) [RFC 4226](http://www.ietf.org/rfc/rfc4226.txt)
* TOTP (Time-Based One-Time Password Algorithm) [RFC 6238](http://www.ietf.org/rfc/rfc6238.txt)
* HOTP (HMAC-Based One-Time Password Algorithm) [RFC 4226](https://www.ietf.org/rfc/rfc4226.txt)
* TOTP (Time-Based One-Time Password Algorithm) [RFC 6238](https://www.ietf.org/rfc/rfc6238.txt)

This means that no proprietary server-side component is necessary: use any server-side component
that implements these standards.

## Download FreeOTP for iOS

* [App Store](https://itunes.apple.com/us/app/freeotp-authenticator/id872559395?mt=8)
* [App Store](https://apps.apple.com/app/freeotp-authenticator/id872559395)

## Contributing

Expand Down

0 comments on commit 7c59be0

Please sign in to comment.