Password management - Security & Cryptography

Users browsing this thread: 2 Guest(s)
z3bra
Grey Hair Nixers
I recently decided to upgrade my password policy to be more secure. My actual workflow is the following:

I use a set of "patterns" to build my passwords, depending on what the password is for, so that I can have different passwords everywhere that I can recover quite easily. But it's flawed in the sense that those password are "predictable". So I'm moving toward randomly generated passwords, managed via a keyring. This solution, while being more secure, require more efforts to deal with. Here are a few problems that need to be solved:
  • Portability: it should be easy to carry with you, and work on different systems
  • Security: this holds all you passwords, so someone getting his dirty hands on it should NOT be able to access it, at all costs
  • Usability: you login to different services a lot everyday, it should be easy/quick to use
  • Availability: you should not depend on the machine you're using to be able to use your passwords. You need a way to use it everywhere
  • Reliability: you don't want your password keyring to be corrupted, as it will lock you out of everything
  • Stupidity-proof: As for reliability, you'll probably want a sort of "backup" solution, in case your primary solution goes wrong

I did not found a solution to all these problems. So far, I imagined the following:
  • Portability: plain text file, with one password per line and a hint for each password
  • Security: encrypt the file with a modern algorithm (AES, Twofish, ...)
  • Usability: a quick CLI program should be enough to grab passwords, and easily scriptable
  • Availability: I'm not sure about this one. Make it publicly available via HTTP perhaps? no idea on how to sync it accross devices
  • Reliability: add checks upon encryption, before replacing the file. Or maybe versionning it
  • Stupidity-proof: Have it backed-up in plain text on an encrypted USB stick

What do you think about this system, would you use it yourself? If not, what would you do differently, or what would you improve?
BANGARANG, MOTHERFUCKER


Messages In This Thread
Password management - by z3bra - 28-04-2015, 07:35 AM
RE: Password management - by venam - 28-04-2015, 07:46 AM
RE: Password management - by bsdkeith - 28-04-2015, 08:54 AM
RE: Password management - by venam - 28-04-2015, 09:13 AM
RE: Password management - by bsdkeith - 28-04-2015, 09:39 AM
RE: Password management - by venam - 28-04-2015, 09:57 AM
RE: Password management - by z3bra - 28-04-2015, 10:20 AM
RE: Password management - by venam - 28-04-2015, 10:26 AM
RE: Password management - by z3bra - 28-04-2015, 01:50 PM
RE: Password management - by October - 28-04-2015, 08:47 PM
RE: Password management - by bsdkeith - 29-04-2015, 04:45 AM
RE: Password management - by z3bra - 29-04-2015, 10:28 AM
RE: Password management - by ThePlantMan - 30-04-2015, 12:54 PM
RE: Password management - by greduan - 02-05-2015, 09:53 AM
RE: Password management - by srp - 14-05-2015, 06:11 PM
RE: Password management - by xero - 15-05-2015, 03:56 PM
RE: Password management - by neeasade - 21-08-2015, 10:56 AM
RE: Password management - by jvarg - 22-08-2015, 09:05 AM
RE: Password management - by swathe - 23-08-2015, 06:43 PM
RE: Password management - by October - 24-08-2015, 07:15 PM
RE: Password management - by z3bra - 27-05-2016, 11:57 AM
RE: Password management - by movq - 27-05-2016, 01:47 PM
RE: Password management - by sagittarius - 15-06-2016, 02:05 PM
RE: Password management - by venam - 15-06-2016, 02:34 PM
RE: Password management - by pranomostro - 15-06-2016, 06:22 PM
RE: Password management - by z3bra - 16-06-2016, 01:51 PM
RE: Password management - by pranomostro - 16-06-2016, 03:54 PM
RE: Password management - by josuah - 17-06-2016, 09:14 AM
RE: Password management - by z3bra - 31-08-2016, 12:36 PM
RE: Password management - by tigoesnumb3rs - 31-08-2016, 01:01 PM
RE: Password management - by neeasade - 31-08-2016, 02:52 PM
RE: Password management - by jkl - 31-08-2016, 03:06 PM
RE: Password management - by z3bra - 31-08-2016, 07:32 PM
RE: Password management - by jkl - 31-08-2016, 07:35 PM
RE: Password management - by venam - 01-09-2016, 02:01 AM
RE: Password management - by z3bra - 01-09-2016, 04:47 AM
RE: Password management - by aah - 17-05-2017, 04:41 AM
RE: Password management - by Dworin - 31-05-2017, 03:05 AM
RE: Password management - by kerunaru - 31-05-2017, 05:01 AM
RE: Password management - by yossarian - 01-06-2017, 12:55 AM
RE: Password management - by buttcake - 13-07-2017, 08:49 AM
RE: Password management - by venam - 08-12-2020, 04:30 AM
RE: Password management - by jolia - 08-12-2020, 04:36 AM
RE: Password management - by z3bra - 08-12-2020, 06:31 AM
RE: Password management - by venam - 08-12-2020, 07:04 AM
RE: Password management - by Dworin - 08-12-2020, 10:57 PM
RE: Password management - by pfr - 10-03-2021, 09:04 PM
RE: Password management - by freem - 10-03-2021, 10:24 PM
RE: Password management - by z3bra - 16-03-2021, 07:37 PM
RE: Password management - by pfr - 17-03-2021, 12:35 AM
RE: Password management - by z3bra - 17-03-2021, 11:34 AM
RE: Password management - by Guest0x0 - 17-03-2021, 09:35 PM
RE: Password management - by z3bra - 18-03-2021, 10:30 AM
RE: Password management - by Seirdy - 16-06-2022, 09:57 PM
RE: Password management - by maksim - 03-10-2022, 06:14 AM
RE: Password management - by jkl - 06-10-2022, 12:55 PM
RE: Password management - by venam - 07-10-2022, 10:52 AM
RE: Password management - by jkl - 11-10-2022, 01:55 PM
RE: Password management - by z3bra - 13-10-2022, 07:27 PM
RE: Password management - by jkl - 09-11-2022, 09:20 AM
RE: Password management - by pfr - 15-11-2022, 12:49 AM
RE: Password management - by x0ba - 08-08-2023, 02:34 AM