|
|
|
|
|
by lukasm
2470 days ago
|
|
I use a hybrid approach with Lastpass used as a password entropy storage. For important services like Github I only store half of the password in LastPass. Then I add a nonce and a generic short password. The final password is 12-16 random characters for LastPass + 3 chars Nonce that I generate from the service name (in my head) and a short 5 character password. If LastPass leaks the secrets no one is able to take over the accounts easily. For services that don't matter much I just store the whole password in LastPass. |
|