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
/
otp2289
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-03-31
Restructure the project in order to replace distutils with setuptools
v1.1.0
Simeon Simeonov
4
-1684
/
+0
2022-03-29
Add the -P param and improve tests
Simeon Simeonov
2
-33
/
+74
2022-03-21
Reformat the code with annotations and new code style
Simeon Simeonov
4
-182
/
+286
2021-06-13
Update setup.py with explicit Python 3.9 support and update contact info ↵
Simeon Simeonov
1
-1
/
+1
Freenode -> LiberaChat
2020-12-04
Raise exceptions from except properly
Simeon Simeonov
2
-5
/
+5
2020-04-07
Add __repr__ for OTPState and OTPGenerator
Simeon Simeonov
2
-0
/
+12
2020-04-07
Improve README.md and docstrings for Sphinx
Simeon Simeonov
3
-30
/
+27
2020-04-06
Add a simple CLI interface with tests and update README.md
Simeon Simeonov
2
-6
/
+305
2020-04-03
Implement OTPStore container class in the server module
Simeon Simeonov
2
-7
/
+245
2020-03-30
Implement OTPState in the server module
Simeon Simeonov
3
-24
/
+271
2020-03-27
Add licensing information
Simeon Simeonov
3
-9
/
+75
2020-03-26
Add support for accepting a challenge string in the generator
Simeon Simeonov
3
-42
/
+156
2020-03-25
Use the right term seed instead of salt
Simeon Simeonov
1
-10
/
+10
2020-03-25
Initial commit with working generator and corresponding tests
Simeon Simeonov
2
-0
/
+566