summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.UnitTests
Commit message (Collapse)AuthorAgeFilesLines
* The UsedCodeManager needs to have an user object, in order to avoid a user ↵v1.0Guillaume Lacasa2014-03-173-8/+8
| | | | to block a temp code for every other users
* Merge branch 'master' of https://github.com/dusk0r/TwoStepsAuthenticatorGuillaume Lacasa2013-12-063-23/+19
|\ | | | | | | | | | | | | Conflicts: README.md TwoStepsAuthenticator.UnitTests/UsedCodesManagerTests.cs TwoStepsAuthenticator/CounterAuthenticator.cs
| * Removed UsedCodesManager from CounterAuthenticatorChristoph Enzmann2013-12-063-26/+22
| |
* | Documentation updateGuillaume Lacasa2013-12-064-26/+36
|/ | | | Code review
* Use one global default UsedCodesManagerChristoph Enzmann2013-12-063-6/+55
|
* Always use UsedCodeManagerChristoph Enzmann2013-12-062-5/+5
|
* use unsigned long as counterChristoph Enzmann2013-12-061-14/+14
|
* Methods for synchronizationChristoph Enzmann2013-12-052-0/+27
|
* GenerateKey now static, Update README.mdChristoph Enzmann2013-12-052-2/+2
|
* Counter based OTP added, removed UsedCodesManager from authenticator, ↵Christoph Enzmann2013-12-054-4/+71
| | | | UsedCodesManager refactoring
* Constant time check for codesChristoph Enzmann2013-12-044-0/+147