423a21a6cc542c455a081e1ebab16c8cf5c3a8ad
Marco Ricci Suggest more future work (s...

Marco Ricci authored 2 months ago

1) # Some ideas for future work
2) 
3) ## Subcommands
4) 
5) (In no particular order.)
6) 
7) ### Derivation schemes
8) 
9) * `spectre` (`master-password`): derive passphrases according to the "Master Password" scheme as used by the Spectre app. ([#2])
10) 
11) ### Other functionality
12) 
13) * `explore-permitted-special-characters`: generate new configurations starting from a base configuration until one of them passes the "special characters" constraints.
14) * `rotate`: generate a new configuration suitable for passphrase rotation, compatible with the base configuration's constraints.
15) * `service-plugins`: manage plugins that automate certain tasks, as outlined in the notes of the queried service.
16) 
17)     * `load-ssh-key`: if the service uses an SSH key, autoload the key from a well-known location into the SSH agent if it isn't already loaded.
18) 
19)         `vault`-specific.
20) 
21)     * `decrypt-notes`: decrypt OpenPGP-encrypted notes with GnuPG or Sequoia `sq`.
22) 
23)         Open questions:
24) 
25)         - Use an automatic, symmetric encryption key, or rely on the standard OpenPGP key store?  (Do *not* use the derived service passphrase for this: the quality may be arbitrarily bad due to the passphrase constaints, and the service itself could compromise that passphrase.)
26) 
27)     * `generate-otp`: if the service uses two-factor authentication and the configuration contains one-time password settings, call `oathtool` to obtain one or more OTPs.
28) 
29)         May require the `decrypt-notes` plugin first.
30) 
31)     * `manage-runit-services`: if the service contains `runit` service configuration, ensure the specified `runit` services are running concurrently, and stopped after signalling.
32) 
33)         Typical use case is a service only accessible via VPN or SSH proxy, where the VPN/proxy would run as a `runit` service.
34) 
35)         Open questions:
36) 
37)         - Interface with `inotifywait` to wait for SSH control socket?
38) 
39) [#2]: https://github.com/the-13th-letter/derivepassphrase/issues/2
40) 
41) ## Documentation
Marco Ricci Add some ideas for missing...

Marco Ricci authored 2 months ago

42) 
43) (Categorized as per [the diataxis framework][DIATAXIS], but otherwise in no particular order.)
44) 
45) 
46) [DIATAXIS]: https://diataxis.fr
47) 
Marco Ricci Suggest more future work (s...

Marco Ricci authored 2 months ago

48) ### Tutorials
Marco Ricci Add some ideas for missing...

Marco Ricci authored 2 months ago

49) 
Marco Ricci Add how-to for setting up a...

Marco Ricci authored 4 weeks ago

50) * [Setting up `derivepassphrase vault` from scratch for three existing accounts, with a master passphrase](tutorials/basic-setup-passphrase.md)
Marco Ricci Add some ideas for missing...

Marco Ricci authored 2 months ago

51) 
Marco Ricci Suggest more future work (s...

Marco Ricci authored 2 months ago

52) ### How-tos
Marco Ricci Add some ideas for missing...

Marco Ricci authored 2 months ago

53) 
Marco Ricci Add how-to for setting up a...

Marco Ricci authored 4 weeks ago

54) * [How to set up `derivepassphrase vault` with an SSH key](how-tos/ssh-key.md)
Marco Ricci Add some ideas for missing...

Marco Ricci authored 2 months ago

55) * How to choose a good service name
Marco Ricci Suggest new reference docum...

Marco Ricci authored 2 months ago

56) * How to edit a saved `derivepassphrase vault` configuration correctly
Marco Ricci Suggest more future work (s...

Marco Ricci authored 2 months ago

57) * How to deal with "supported" and "unsupported" special characters
58) * How to deal with regular passphrase rotation/rollover
Marco Ricci Suggest new reference docum...

Marco Ricci authored 2 months ago

59) 
Marco Ricci Suggest more future work (s...

Marco Ricci authored 2 months ago

60) ### Reference
Marco Ricci Suggest new reference docum...

Marco Ricci authored 2 months ago

61) 
Marco Ricci Suggest more future work (s...

Marco Ricci authored 2 months ago

62) * `derivepassphrase-vault.json`(<b>5</b>)
Marco Ricci Add some ideas for missing...

Marco Ricci authored 2 months ago

63) 
Marco Ricci Suggest more future work (s...

Marco Ricci authored 2 months ago

64) ### Explanation
Marco Ricci Add some ideas for missing...

Marco Ricci authored 2 months ago

65) 
66) * Security aspects and other tradeoffs when using deterministic password generators
67) * Tradeoffs between a master passphrase and a master SSH key