Coder Social home page Coder Social logo

multi_factor's People

Contributors

apreiml avatar blackskyliner avatar bytehead avatar codermarcel avatar paragonie-scott avatar paragonie-security avatar signpostmarv avatar strayobject avatar theodorejb 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  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

multi_factor's Issues

Potential issue w/ google auth qr code generator & required fields

At the time of writing with some very brief tests with the plain text encoder, it appears that the google auth app doesn't like qr codes that lack a username.

            $output->writeln('FIDOU2F QR Code:');

            ob_start();
            (
                new GoogleAuth(
                    $two_factor_auth_secret,
                    TOTP::ObtainInstance(time(), 30)
                )
            )->makeQRCode(
                new Writer(new PlainTextRenderer()),
                'php://output'
            );

            $output->write(ob_get_clean());

p.s. going to make some qrcode-related changes shortly.

google auth uri spec query re: falsy strings

The code for generating the qrcode message makes quick checks to see if a string is "falsy", presumably intending to check if it's empty.

This means that a $label or $issuer of '' is treated identically to '0' and ' '.

How is trailing whitespace meant to be handled in these uris- i.e. should it be simply checking '' !== $label, or trim them first?

Still alive?

Hi. Is this project still alive?

  • There have been no changes for a few years...
  • Bacon QR Code is now v2 https://github.com/Bacon/BaconQrCode
  • it might benefit from integration with some of your other libraries eg paragonie/hidden-string for the secret

Implement TOTP/HOTP over Signal

Assuming:

  1. Open Whisper Systems is OK with this.
  2. We can create/find a stable PHP implementation of the Signal Protocol.
  3. People actually want this.
  4. People will actually use this.
  5. There's a sane way to access the GCM servers for Signal.

License

The licence.md contains MIT at the top, then GPL; I'm unfamiliar with this, is it dual licensed? Single licensed?

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.