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
Branch
Commit message
Author
Age
master
Redesign API by introducing otp2289.OTPResponse type
Simeon Simeonov
5 months
next
Redesign API by introducing otp2289.OTPResponse type
Simeon Simeonov
5 months
Tag
Download
Author
Age
v2.0.0
commit bfae04723b...
Simeon Simeonov
5 months
v1.2.1
commit e9f45a50dd...
Simeon Simeonov
4 years
v1.2.0
commit b8fa40b48f...
Simeon Simeonov
4 years
v1.1.1
commit 2c33e6214d...
Simeon Simeonov
4 years
v1.1.0
commit 4ea3c077bd...
Simeon Simeonov
4 years
v1.0.0
commit a46f8180c3...
Simeon Simeonov
6 years
Age
Commit message
Author
Files
Lines
2020-04-07
Make README.md more pypi.org friendly
v1.0.0
Simeon Simeonov
1
-11
/
+8
2020-04-07
Finalize setup.py for release 1.0.0
Simeon Simeonov
1
-0
/
+7
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
5
-30
/
+127
2020-04-06
Add a simple CLI interface with tests and update README.md
Simeon Simeonov
4
-13
/
+523
2020-04-03
Implement OTPStore container class in the server module
Simeon Simeonov
4
-7
/
+312
2020-03-30
Implement OTPState in the server module
Simeon Simeonov
7
-35
/
+467
2020-03-27
Update the General and Overview sections of README.md
Simeon Simeonov
1
-6
/
+51
2020-03-27
Add licensing information
Simeon Simeonov
7
-13
/
+177
2020-03-26
Add support for accepting a challenge string in the generator
Simeon Simeonov
4
-52
/
+217
[...]