Skip to content
/ SQRL Public
forked from karlthepagan/SQRL

Java SQRL (Secure QR Login) implementation. See https://www.grc.com/sqrl/sqrl.htm for more information on the SQRL protocol itself.

License

Notifications You must be signed in to change notification settings

naisanza/SQRL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQRL

Java SQRL (Secure QR Login) implementation. See https://www.grc.com/sqrl/sqrl.htm for more information on the SQRL protocol itself. This repository is a community contribution and does not represent Steve Gibson or grc.com.

DISCLAIMER

SQRL is really early days right now and is still being flushed out. This java implementation will try to stay current with the latest developments in the SQRL protocol, but everything is subject to change as the community works to create a SQRL spec.

LICENSE

Apache 2.0

BUILDING

  • gradle assemble to build sqrl library
  • To create eclipse project just use gradle cleanEclipse eclipse, then "Import Existing Project" in eclipse.

CONTRIBUTIONS

Thank you to everyone that is pitching in to help keep this java SQRL implementation up to date.

Contributors: github.com/karlthepagan, github.com/brianc1969

ATTRIBUTIONS

This project utilizes the following libraries under the following licenses:

  • Apache Commons Codec (Apache 2.0)
  • github.com/wg/scrypt (Apache 2.0)
  • Apache HttpClient (Apache 2.0)
  • JUnit (BSD)
  • Curve25519 Implementation by k3d3 (Public Domain)

About

Java SQRL (Secure QR Login) implementation. See https://www.grc.com/sqrl/sqrl.htm for more information on the SQRL protocol itself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%