Coder Social home page Coder Social logo

android-sqrl's Introduction

android-sqrl

Creating proof of concept code for Steve Gibson's SQRL. As some of you may know Steve Gibson has suggested a new way to do authentication. You can see the details here https://www.grc.com/sqrl/sqrl.htm. It has potential and I would like to see some proof of concept code. I therefore started throwing something together for Android. It now more or less works, but it needs a lot of improvements. If any one wants to work on it please feel free.

The app now works with the test code here https://github.com/geir54/php-sqrl. Check out http://sqrl.host56.com/ for a demo

If you need help building the code or have questions come join us in #SQRL on efnet (IRC)

The old ECC code has been replaced by https://github.com/dazoe/Android.Ed25519 and the code is now really fast

To build

  1. git submodule init
  2. git submodule update
  3. Import in eclipse and it should work

android-sqrl's People

Contributors

bryant1410 avatar geir54 avatar klusark avatar rburgst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-sqrl's Issues

pseudo random number generator

The project needs a better pseudo random number generator. Preferably using the camera as in the grc spec. java.util.securerandom is also a better alternative than what is used today

base64url

The project should use base64url instead of base64

demo gone

Hi! Looks like php-sqrl and a demo site are gone - how can the sources can be obtained?

Identity is not loaded.

The function isIdentityCreated is not looking for the file in the correct location.
Should be

public boolean isIdentityCreated(Context con) {
    File file = con.getFileStreamPath("sqrl.dat");
    return file.exists();
}

same goes for function deleteIdentityFile

not a code issue but a question about efnet IRC

Sorry, this is not a code issue but rather a question about efnet IRC.

The README file says the recommended IRC channel is #sqrl on efnet. However, I can't get there. I used 4 entries from the following list to try connect to:
> http://www.efnet.org/?module=servers
all the servers failed for me, for various reasons. Could you please mention the server that works with less friction?
I use pidgin and I'm more or less familiar with IRC.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.