-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate replacement of pyotp
with equivalent functionality in cryptography
#5613
Comments
@rmol : Actually i come to this evaluation myself within @globaleaks and i just made this change. Here you can find the code i used to reimplement TOTP by means of python-cryptography: globaleaks/globaleaks-whistleblowing-software@64750f4 |
Hey, thanks @evilaliv3! That should save us some time. 🙂 |
The dependency to |
pyotp
and scrypt
with equivalent functionality in cryptography
pyotp
with equivalent functionality in cryptography
Thanks, retitled accordingly! |
PR at #6679 is ready |
PR #6679 was merged so this issue can be closed 👍 |
Description
The
cryptography
package contains support for HOTP/TOTP. We should see if it can do everything we usepyotp
for. Those two packages are excellent and maintained, but our update protocol is laborious enough that we should eliminate any dependencies we can.Edited by @eloquence to reflect removal of
scrypt
dependency, 2021-09-28The text was updated successfully, but these errors were encountered: