Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13 from LouisMT/fix-key-lengthHEADorigin/masterorigin/HEADmaster | Guillaume Lacasa | 2016-08-28 | 1 | -3/+2 |
|\ | | | | | Allow adjustment of key length | ||||
| * | Allow adjustment of key length | Louis Matthijssen | 2016-08-25 | 1 | -3/+2 |
|/ | |||||
* | Readme updated with HOTP instructions | Guillaume Lacasa | 2016-07-13 | 1 | -0/+37 |
| | |||||
* | Default UsedCodeManager specific to dotnet core1.1 | Guillaume Lacasa | 2016-06-29 | 4 | -7/+93 |
| | |||||
* | Dotnet Core support | Guillaume Lacasa | 2016-06-29 | 15 | -9/+5171 |
| | |||||
* | Nuget badge and Build badge | Guillaume Lacasa | 2015-11-06 | 2 | -1/+2 |
| | |||||
* | Added NuGet badge | Julian Verdurmen | 2015-11-06 | 1 | -0/+2 |
| | |||||
* | Added Nuget command line in Readme | Guillaume Lacasa | 2015-11-06 | 1 | -0/+6 |
| | |||||
* | Incorrect file path | Guillaume Lacasa | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Added Nuget file | Guillaume Lacasa | 2015-11-06 | 1 | -0/+16 |
| | |||||
* | Merge pull request #6 from 304NotModified/patch-1 | Guillaume Lacasa | 2015-11-06 | 1 | -12/+21 |
|\ | | | | | Added syntax highlighting to readme | ||||
| * | Syntax highlighting | Julian Verdurmen | 2015-11-06 | 1 | -12/+21 |
|/ | |||||
* | Update README.md | Guillaume Lacasa | 2015-08-05 | 1 | -1/+3 |
| | |||||
* | CheckCode method made obsolete if no user is passed | Guillaume Lacasa | 2015-06-29 | 5 | -13/+38 |
| | | | | Unit tests updated | ||||
* | Merge pull request #5 from TouchStar/unittest_fixes | Guillaume Lacasa | 2015-06-29 | 1 | -3/+3 |
|\ | | | | | * Fixes for unit tests | ||||
| * | * Fixes for unit tests | David Thornley | 2015-06-24 | 1 | -3/+3 |
|/ | | | | | - Prevent_code_reuse() - requires a dummy user for UsedCodesManager to detect reuse. - VerifyUsedTime() - parsed date is GMT+1 resultant usedTime.Hour assertion was 3am in GMT+10 (just patched it to run correctly here, by comparing against date fed to nowDate lambda). | ||||
* | Readme update to reflect the changes in IUsedCodeManager interface | Guillaume Lacasa | 2014-03-17 | 1 | -11/+12 |
| | |||||
* | The UsedCodeManager needs to have an user object, in order to avoid a user ↵v1.0 | Guillaume Lacasa | 2014-03-17 | 7 | -43/+76 |
| | | | | to block a temp code for every other users | ||||
* | Merge ↵ | Guillaume Lacasa | 2013-12-11 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | https://glacasa.visualstudio.com/DefaultCollection/_git/TwoStepsAuthenticator Conflicts: TwoStepsAuthenticator/Base32Encoding.cs | ||||
| * | Merge branch 'master' of https://github.com/glacasa/TwoStepsAuthenticator | Guillaume Lacasa | 2013-06-14 | 5 | -9/+42 |
| |\ | |||||
| * | | License update for Base32Encoding class | Guillaume Lacasa | 2013-06-14 | 1 | -1/+1 |
| | | | |||||
* | | | Readme update - IUsedCodesManager usage | Guillaume Lacasa | 2013-12-09 | 1 | -5/+1 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/dusk0r/TwoStepsAuthenticator | Guillaume Lacasa | 2013-12-06 | 9 | -48/+42 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md TwoStepsAuthenticator.UnitTests/UsedCodesManagerTests.cs TwoStepsAuthenticator/CounterAuthenticator.cs | ||||
| * | | | Fix typo | Christoph Enzmann | 2013-12-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update README.md | Christoph Enzmann | 2013-12-06 | 1 | -14/+1 |
| | | | | |||||
| * | | | Removed UsedCodesManager from CounterAuthenticator | Christoph Enzmann | 2013-12-06 | 8 | -47/+40 |
| | | | | |||||
* | | | | Documentation update | Guillaume Lacasa | 2013-12-06 | 8 | -48/+83 |
| | | | | | | | | | | | | | | | | Code review | ||||
* | | | | Merge branch 'master' of https://github.com/dusk0r/TwoStepsAuthenticator | Guillaume Lacasa | 2013-12-06 | 16 | -125/+475 |
|\ \ \ \ | |/ / / | |||||
| * | | | Use one global default UsedCodesManager | Christoph Enzmann | 2013-12-06 | 6 | -8/+58 |
| | | | | |||||
| * | | | Always use UsedCodeManager | Christoph Enzmann | 2013-12-06 | 7 | -38/+57 |
| | | | | |||||
| * | | | use unsigned long as counter | Christoph Enzmann | 2013-12-06 | 4 | -23/+23 |
| | | | | |||||
| * | | | Methods for synchronization | Christoph Enzmann | 2013-12-05 | 4 | -0/+61 |
| | | | | |||||
| * | | | Interface for UsedCodesManager | Christoph Enzmann | 2013-12-05 | 3 | -1/+27 |
| | | | | |||||
| * | | | Typo | Christoph Enzmann | 2013-12-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | GenerateKey now static, Update README.md | Christoph Enzmann | 2013-12-05 | 5 | -16/+37 |
| | | | | |||||
| * | | | Counter based OTP added, removed UsedCodesManager from authenticator, ↵ | Christoph Enzmann | 2013-12-05 | 13 | -76/+249 |
| | | | | | | | | | | | | | | | | UsedCodesManager refactoring | ||||
* | | | | Merge pull request #2 from dusk0r/master | glacasa | 2013-12-04 | 6 | -8/+178 |
|\ \ \ \ | |/ / / | | | | | Constant time check for codes | ||||
| * | | | Constant time check for codes | Christoph Enzmann | 2013-12-04 | 6 | -8/+178 |
|/ / / | |||||
* | | | Use RNGCryptoServiceProvider Random Generator | Christoph Enzmann | 2013-12-04 | 1 | -5/+12 |
| | | | |||||
* | | | Update Base32Encoding.cs | glacasa | 2013-07-16 | 1 | -2/+1 |
| | | | |||||
* | | | License added (MIT) | glacasa | 2013-07-16 | 1 | -0/+24 |
| |/ |/| | |||||
* | | Update README.md | glacasa | 2013-06-13 | 1 | -1/+25 |
| | | |||||
* | | Test values removed. | Guillaume | 2013-06-13 | 1 | -2/+2 |
| | | |||||
* | | used codes management made lazy | Guillaume | 2013-06-13 | 2 | -7/+8 |
| | | |||||
* | | Key generator added | Guillaume | 2013-06-13 | 3 | -2/+10 |
|/ | |||||
* | A single code is only accepted once | Guillaume Lacasa | 2013-06-13 | 4 | -2/+95 |
| | |||||
* | Update README.md | glacasa | 2013-06-13 | 1 | -2/+1 |
| | |||||
* | Create README.md | glacasa | 2013-06-13 | 1 | -0/+7 |
| | |||||
* | Unused file removed | Guillaume | 2013-06-12 | 2 | -24/+0 |
| | |||||
* | Test site ok | Guillaume | 2013-06-12 | 23 | -36/+691 |
| | |||||
* | Application de test | Guillaume | 2013-06-12 | 17 | -202/+578 |
| | |||||
* | Algo OK | Guillaume | 2013-06-12 | 6 | -147/+47 |
| | |||||
* | decodage de la clé ok | Guillaume Lacasa | 2013-06-12 | 1 | -5/+5 |
| | |||||
* | on avance dans l'algo | Guillaume Lacasa | 2013-06-12 | 10 | -3/+491 |
| | |||||
* | création du projet | Guillaume Lacasa | 2013-06-05 | 10 | -0/+372 |
| | |||||
* | Initial commit to add default .gitIgnore and .gitAttribute files. | Guillaume Lacasa | 2013-06-05 | 2 | -0/+217 |