Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

Enhacement proposal: fingerprint #4

Open
mpancorbo opened this issue Sep 3, 2014 · 0 comments
Open

Enhacement proposal: fingerprint #4

mpancorbo opened this issue Sep 3, 2014 · 0 comments

Comments

@mpancorbo
Copy link

A small fingerprint can be shown on screen after pw entry. It should depend on all parameters: special chars yes/no, length of digested pw, etc.

I propose something like sha512(orig pw | digested pw in ascii form) and take the lowest bits encoded, for example, as base32 (see Crockford's alfabet as reference). 6 characters (= 30 bits) may be a good compromise among collision resistance and quick visibilty (for example, when checking it in a list).

This can be a safe method to quick check if the pw was correctly typed. The user may maintain a list with all sites/services where he/she applies passera with each fingerprint besides each entry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant