forked from tamentis/mdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
28 lines (18 loc) · 898 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO/Bugs
=========
- Add -E to use regex instead of plain text match.
- Configurable number of chars (-g without parameter).
- Configurable character set used in the randomization.
- '-a' will add a password, taking a number of strings in order of argv and
using a format defined in the config file, this avoids opening the passwords
on screen in the first place. document it.
- More/better tests.
- Automatically kill the editor if it lingers. Better lose one passwords than
leak all of them.
- git and/or mercurial integration with auto push/pull and conflict resolution
(lines stored separately?)
- Configurable lock, password file, etc..
- Store/backup automatically to S3? or maybe storage works like wal logs in pg
and the user can define put and get commands?
- Don't use a buffer to read lines in the password file, assume
lines can have any length.