OJFord / passbase

Keybase File System (KBFS)-backed CLI-based password manager
26 stars 3 forks source link

Use a database instead of raw text, maybe? #13

Open OJFord opened 7 years ago

OJFord commented 7 years ago

This may or may not be the way to go, I'm thinking it would help with tracking shared passwords, and whether we read the shared value (that the other user could have changed) or our own, private copy and overwrite it if they've tried to modify it. (cf. #12) Diesel supports SQLite now, so it should be small and fast enough.