marcwebbie / passpie

:closed_lock_with_key: Multiplatform command-line password manager
http://passpie.readthedocs.org/
MIT License
921 stars 68 forks source link

[NFR] Password duplication/expiration check #18

Closed nkt closed 9 years ago

nkt commented 9 years ago

1password suggests check passwords for duplication or expiration(6 month, year). So I suggest to add diagnose command, that would report about duplication and expiration:

$ pysswords diagnose
Password: 
| Name      | Login  | Status                                  |
|-----------+--------+-----------------------------------------|
| github    | nkt    | OK                                      |
| gmail     | gusnkt | Duplicate of twitter                    |
| twitter   | gusnkt | Duplicate of gmail                      |
| bitbucket | gnkt   | Has not changed since 02/20/15 (1 year) |
marcwebbie commented 9 years ago

Hello @nkt,

What do you mean by duplication? Login duplication? Password duplication? Both?

Thanks!

nkt commented 9 years ago

@marcwebbie duplication of passwords, of course!