Zinggi / NoKey

A distributed password manager without a master password
https://nokey.xyz/
MIT License
277 stars 5 forks source link

Generate readable passwords #32

Open suhr opened 6 years ago

suhr commented 6 years ago

Like apg or master password.

Zinggi commented 6 years ago

Could you elaborate?
I don't know these two and I don't know what a readable password is supposed to be, nor do I know why you'd want that.

suhr commented 6 years ago

Specifically, this is called “pronounceable passwords”. For example:

% apg -M sncl -m 16 -x 24
tuddiborkyoirgOv5
RieGlaph5KnaFlan!
klotLemLooswibDiFrejbi
nudigewcavtuIxtyuv1
yusVokThobGepEfGeipKu
frenEtneabyawtOiHofno

Or: https://changedmy.name/pronounceable-password-generator/

They have less entropy per symbol thus they need to be longer. But since they are pronounceable, there's actually a chance to remember one.

Zinggi commented 6 years ago

Very interesting, I like the idea!
But, there are more important things to do first, so I wont implement this any time soon. But I'll keep it in mind