Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
SQRL
Draft open standard for identity verification

SQRL (pronounced "squirrel") or Secure, Quick, Reliable Login (formerly Secure QR Login) is a draft open standard for secure website login and authentication. The software typically uses a link of the scheme sqrl:// or optionally a QR code, where a user identifies via a pseudonymous zero-knowledge proof rather than providing a user ID and password. This method is thought to be impervious to a brute-force password attack or data breach. It shifts the burden of security away from the party requesting the authentication and closer to the operating-system implementation of what is possible on the hardware, as well as to the user. SQRL was proposed by Steve Gibson of Gibson Research Corporation in October 2013 as a way to simplify the process of authentication without the risk of revelation of information about the transaction to a third party.

Related Image Collections Add Image
We don't have any YouTube videos related to SQRL yet.
We don't have any PDF documents related to SQRL yet.
We don't have any Books related to SQRL yet.
We don't have any archived web articles related to SQRL yet.

History

The acronym SQRL was coined by Steve Gibson and the protocol drafted, discussed and analyzed in-depth, by himself and a community of Internet security enthusiasts on the news.grc.com newsgroups and during his weekly podcast, Security Now!, on October 2, 2013. Within two days of the airing of this podcast, the W3C expressed interest in working on the standard.2

Google Cloud Platform developers Ian Maddox and Kyle Moschetto mentioned SQRL in their document "Modern Password Security for System Designers".3

A thesis on SQRL analyzed and found that "it appears to be an interesting approach, both in terms of the envisioned user experience as well as the underlying cryptography. SQRL is mostly combining well established cryptography in a novel way."4

Benefits

The protocol is an answer to a problem of identity fragmentation. It improves on protocols such as OAuth and OpenID by not requiring a third party to broker the transaction, and by not giving a server any secrets to protect, such as username and password.

Additionally, it provides a standard that can be freely used to simplify the login processes available to password manager applications. More importantly, the standard is open so no one company can benefit from owning the technology. According to Gibson's website,5 such a robust technology should be in the public domain so the security and cryptography can be verified, and not deliberately restricted for commercial or other reasons.

Phishing protections

SQRL has some design-inherent and intentional phishing defenses,6 but it is mainly intended to be for authentication, not anti-phishing, despite having some anti-phishing properties.7

Example use case

For the protocol to be used on a website, two components are necessary: an implementation, that is part of the web service to which the implementation authenticates, which displays a QR code or specially crafted URL according to the specifications of the protocol, and a browser plugin or a mobile application, which can read this code in order to provide secure authentication.8

The SQRL client uses one-way functions and the user's single master password to decrypt a secret master key, from which it generates – in combination with the site domain name and optionally an additional sub-site identifier: e.g., example.com, or example.edu/chessclub – a (sub-)site-specific public/private key pair. It signs the transaction tokens with the private key and gives the public key to the site, so it can verify the encrypted data.

There are no "shared secrets" which a compromise of the site could expose to allow attacks on accounts at other sites. The only thing a successful attacker could get, the public key, would be limited to verifying signatures that are only used at the same site. Even though the user unlocks the master key with a single password, it never leaves the SQRL client; the individual sites do not receive any information from the SQRL process that could be used at any other site.

SQRL implementations

A number of proof-of-concept implementations have been made for various platforms.

For the server

For the client

For the browser

There are also various server-end test and debugging sites available.2425

Steve Gibson states that SQRL is "open and free, as it should be", and that the solution is "unencumbered by patents".26 After SQRL brought a lot of attention to QR-code-based authentication mechanisms, the suggested protocol was said by blogger Michael Beiter to have been patented earlier and thus not generally available for royalty-free use.27[non-primary source needed] The patent in question (not expiring until 2030) was applied for by and granted to Spanish company GMV Soluciones Globales Internet SA (a division of the Madrid-based technology and aerospace corporation GMV Innovating Solutions), between 2008 and 2012 by the patent offices of the United States, the European Union, Spain, and Portugal.28

Gibson responded: "What those guys are doing as described in that patent is completely different from the way SQRL operates, so there would be no conflict between SQRL and their patent. Superficially, anything that uses a 2D code for authentication seems 'similar' ... and superficially all such solutions are. But the details matter, and the way SQRL operates is entirely different in the details."29

See also

References

  1. Gibson, Steve (2020). "Secure Quick Reliable Login: A highly secure, comprehensive, easy-to-use replacement for usernames, passwords, reminders, one-time-code authenticators ... and everything else". GRC.com. Gibson Research Corporation. Retrieved March 7, 2021. Open & free, as it should be: The component techniques and technologies employed by this solution are all well known, well tested, well understood, unencumbered by patents, and exist in the public domain. ... With this publication of every detail, I hereby release and disclaim any and all proprietary rights to any new ideas developed and presented herein. This work is thereby added to the public domain. /wiki/Steve_Gibson_(programmer)

  2. Gibson, Steve (October 9, 2013). "SQRL Q&A #176 (Transcript)". Security Now!. Gibson Research Corporation. Retrieved October 16, 2013 – via GRC.com. /wiki/Steve_Gibson_(programmer)

  3. Maddox, Ian; Moschetto, Kyle (2019). "Modern Password Security for System Designers" (PDF). Cloud.Google.com. Retrieved March 7, 2021. https://cloud.google.com/solutions/modern-password-security-for-system-designers.pdf

  4. Babioch, Karol (May 15, 2014). Kittel, Thomas (ed.). Security Analysis and Implementation of the SQRL Authentication Scheme (BSc). IT Security, Department of Informatics, Technical University of Munich. Archived from the original on March 5, 2016. Retrieved March 18, 2015. English-language abstract; full text of original German paper, "Sicherheitsanalyse und Implementierung des Authentifikationsverfahrens SQRL", does not appear to be available. https://web.archive.org/web/20160305153938/https://www.sec.in.tum.de/finished-work/publication/318

  5. Gibson, Steve (2020). "Secure Quick Reliable Login: A highly secure, comprehensive, easy-to-use replacement for usernames, passwords, reminders, one-time-code authenticators ... and everything else". GRC.com. Gibson Research Corporation. Retrieved March 7, 2021. Open & free, as it should be: The component techniques and technologies employed by this solution are all well known, well tested, well understood, unencumbered by patents, and exist in the public domain. ... With this publication of every detail, I hereby release and disclaim any and all proprietary rights to any new ideas developed and presented herein. This work is thereby added to the public domain. /wiki/Steve_Gibson_(programmer)

  6. Gibson, Steve (2014). "Revolutionizing Website Login and Authentication with SQRL". DigiCert Security Summit. Retrieved March 7, 2021 – via Vimeo. /wiki/Steve_Gibson_(programmer)

  7. Gibson, Steve (December 6, 201). "How SQRL Can Thwart Phishing Attacks". GRC.com. Gibson Research Corporation. Retrieved March 7, 2021. /wiki/Steve_Gibson_(programmer)

  8. "CAS - SQRL Authentication". unicon.github.io. Retrieved 2025-06-03. https://unicon.github.io/cas/development/protocol/SQRL-Protocol.html

  9. "jestin/SqrlNet". April 9, 2020. Retrieved 2025-06-03 – via GitHub. https://github.com/jestin/SqrlNet

  10. "TechLiam/SQRL-For-Dot-Net-Standard". November 1, 2020. Retrieved 2025-06-03 – via GitHub. https://github.com/TechLiam/SQRL-For-Dot-Net-Standard

  11. "Secure QR Login". Drupal.org. October 4, 2013. Retrieved 2025-06-03. https://www.drupal.org/project/sqrl

  12. Loader, Ryan (2021-04-29), SQRL, retrieved 2022-10-30 https://github.com/RaniSputnik/sqrl-go

  13. "trianglman/sqrl". 2025-06-03. January 9, 2021 – via GitHub. https://github.com/trianglman/sqrl

  14. Pinkney, Brian (2022-06-15), pySQRL, retrieved 2022-10-30 https://github.com/bushxnyc/sqrl

  15. Persson, Daniël. "SQRL Login – WordPress plugin". WordPress.org. Retrieved 2025-06-03. https://wordpress.org/plugins/sqrl-login/

  16. "geir54/android-sqrl". 2025-06-03. January 25, 2021 – via GitHub. https://github.com/geir54/android-sqrl

  17. Sylvester, Paul (December 25, 2014). "SQRL implementations on Android and it works!". Paul's Tech Talk. Archived from the original on April 2, 2015. Retrieved March 17, 2015. https://web.archive.org/web/20150402132412/https://www.paulstechtalk.com/2014/12/sqrl-implementations-on-android-and-it-works/

  18. "SQRL on Google Play". Google Play. Archived from the original on 2015-03-17. Retrieved 2015-03-17. https://archive.ph/YivWn

  19. "jestin/SqrlNet". April 9, 2020. Retrieved 2025-06-03 – via GitHub. https://github.com/jestin/SqrlNet

  20. Stidard, James (2022-06-22), Stash iOS, retrieved 2022-10-30 https://github.com/jamesstidard/Stash-iOS

  21. "TheBigS/SQRL · GitHub". GitHub. Archived from the original on 2015-03-17. Retrieved 2015-03-17. https://github.com/TheBigS/SQRL

  22. "bushxnyc/sqrl". September 2, 2020. Retrieved 2025-06-03 – via GitHub. https://github.com/bushxnyc/sqrl

  23. "SQRL – Get this Extension for 🦊 Firefox (en-US)". addons.mozilla.org. Retrieved 2022-10-30. https://addons.mozilla.org/en-US/firefox/addon/sqrl/

  24. "GRC | SQRL Secure Quick Reliable Login Demonstration". www.grc.com. Retrieved 2025-06-03. https://www.grc.com/sqrl/demo.htm

  25. "GRC | SQRL Secure Quick Reliable Login Diagnostic". www.grc.com. Retrieved 2025-06-03. https://www.grc.com/sqrl/diag.htm

  26. Gibson, Steve (2020). "Secure Quick Reliable Login: A highly secure, comprehensive, easy-to-use replacement for usernames, passwords, reminders, one-time-code authenticators ... and everything else". GRC.com. Gibson Research Corporation. Retrieved March 7, 2021. Open & free, as it should be: The component techniques and technologies employed by this solution are all well known, well tested, well understood, unencumbered by patents, and exist in the public domain. ... With this publication of every detail, I hereby release and disclaim any and all proprietary rights to any new ideas developed and presented herein. This work is thereby added to the public domain. /wiki/Steve_Gibson_(programmer)

  27. Beiter, Michael (October 4, 2013). "Steve Gibson's SQRL Is Not Really New". Retrieved May 12, 2014. http://www.michael.beiter.org/2013/10/04/steve-gibsons-sqrl-is-not-really-new/

  28. US patent 8261089, Leon Cobos, Juan Jesús & Celis de la Hoz, Pedro, "Method and system for authenticating a user by means of a mobile device", issued September 4, 2012, assigned to GMV Soluciones Globales Internet SA https://worldwide.espacenet.com/textdoc?DB=EPODOC&IDX=US8261089

  29. Gibson, Steve (2020). "Other Work Related to QR Code Login". GRC.com. Gibson Research Corporation. Retrieved 22 September 2015. /wiki/Steve_Gibson_(programmer)