Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phpsec/phpSec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: multiwebinc/phpSec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 10, 2014

  1. Allows users to authenticate using an OTP grid card

    Generates and validates cards similar to this: http://www.entrust.com/wp-content/uploads/2013/08/card_back-patent.jpg
    
    Also, due to the bug I found in the random number generator, I am using mt_rand() instead.
    multiwebinc committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    a7955ff View commit details
    Browse the repository at this point in the history
  2. Update Core.php

    multiwebinc committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    ca00595 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. Configuration menu
    Copy the full SHA
    e1ee7a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. Configuration menu
    Copy the full SHA
    38be32b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232d562 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Update Core.php

    multiwebinc committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    bb5185a View commit details
    Browse the repository at this point in the history
Loading