index
:
pyotp2289
master
next
A pure Python implementation of "A One-Time Password System" - RFC-2289
Simeon Simeonov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-01
Redesign API by introducing otp2289.OTPResponse type
HEAD
v2.0.0
next
master
Simeon Simeonov
3
-105
/
+215
2026-04-28
Restructure the entire project, enforce linting and add support for type chec...
Simeon Simeonov
4
-0
/
+692
2023-01-08
Include the tests in the sdist package
v1.2.1
Simeon Simeonov
4
-769
/
+0
2023-01-05
Add the OTPState.ot_hex property
Simeon Simeonov
4
-4
/
+6
2022-03-29
Add the -P param and improve tests
Simeon Simeonov
4
-141
/
+352
2020-04-06
Add a simple CLI interface with tests and update README.md
Simeon Simeonov
1
-0
/
+132
2020-04-03
Implement OTPStore container class in the server module
Simeon Simeonov
1
-0
/
+25
2020-03-30
Implement OTPState in the server module
Simeon Simeonov
3
-10
/
+173
2020-03-27
Add licensing information
Simeon Simeonov
1
-1
/
+25
2020-03-26
Add support for accepting a challenge string in the generator
Simeon Simeonov
1
-10
/
+61
2020-03-25
Add some additional tests for the generator
Simeon Simeonov
1
-1
/
+47
2020-03-25
Initial commit with working generator and corresponding tests
Simeon Simeonov
1
-0
/
+115