buttercup / buttercup-core

:tophat: The mighty NodeJS password vault
http://buttercup.pw/
MIT License
467 stars 57 forks source link

Recovery Codes field type #317

Open achromaticless opened 1 year ago

achromaticless commented 1 year ago

Hi!

I would like to propose a new field type to store recovery codes, as user I should be able to copy a single recovery code and set it as used, also, when I am overviewing the entry, all of them would be obfuscated as passwords does.

wdyt?

perry-mitchell commented 1 year ago

Hi!

What format would you expect it to be in? Like a table/grid? A list? I'm not sure if there's one size to fit all here, as I've seen recovery codes in everything from a single string of random text through to 10+ English words separated by spaces. That, and they're usually secret so you'd probably just store them under the "Password" type, right?