-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add SingleUsePassword #388
Conversation
Codecov Report
@@ Coverage Diff @@
## master #388 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 16 +1
Lines 388 394 +6
Branches 15 21 +6
=========================================
+ Hits 388 394 +6
Continue to review full report at Codecov.
|
I'm not sure which implementation is the better/correct one |
Hey, thanks for raising this. You might want to have a look at SafePassword as reference. |
Hi, I saw it, actually it was what triggered this attempt :)
|
@adrian-salajan Sorry for leaving this for so long. But I'd like to get this merged (in some form) for the next release candidate. I've also opened #457 to showcase an alternative implementation to the one in this pull request.
I don't see it providing any benefit. It uses
I agree it makes sense to use |
Closing in favour of #457. |
One might want to use a password just once to initialise something, after that the password should not stay in memory.