You are here

private static property Google2FA::$lut in Google Authenticator login 7

File

tests/ga_login_test/ga_login_test.module, line 68
ga_login_test module.

Class

Google2FA
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Code

private static $lut = array(
  "A" => 0,
  "B" => 1,
  "C" => 2,
  "D" => 3,
  "E" => 4,
  "F" => 5,
  "G" => 6,
  "H" => 7,
  "I" => 8,
  "J" => 9,
  "K" => 10,
  "L" => 11,
  "M" => 12,
  "N" => 13,
  "O" => 14,
  "P" => 15,
  "Q" => 16,
  "R" => 17,
  "S" => 18,
  "T" => 19,
  "U" => 20,
  "V" => 21,
  "W" => 22,
  "X" => 23,
  "Y" => 24,
  "Z" => 25,
  "2" => 26,
  "3" => 27,
  "4" => 28,
  "5" => 29,
  "6" => 30,
  "7" => 31,
);