buttercup-core icon indicating copy to clipboard operation
buttercup-core copied to clipboard

Single-use passwords

Open perry-mitchell opened this issue 7 years ago • 2 comments

Support single-use passwords by storing a list of passwords in an entry. To be provided in order. Add functionality to pop the last password once used.

Passwords should be stored in a meta value called "single-use", in order, separated by new lines "\n". An attribute should be use to determine if the entry uses single-use passwords. When setting these values, the first value should go into the password field and not the meta value (overflow goes into the meta value). The Entry class should have a way to pop used single-use entry passwords.

When popping, the password should be discarded and the next item in the meta value list popped and placed into the password field.

perry-mitchell avatar Nov 08 '16 14:11 perry-mitchell

Hello @perry-mitchell can I work on this?

hd719 avatar May 24 '17 16:05 hd719

@hd719 You certainly can! I've updated the description to be more in line with what we'd want. Please let me know if it still interests you - this one is still somewhat complex.

perry-mitchell avatar May 26 '17 09:05 perry-mitchell