9518a764d9429c661603f00bc4dfb5bd63afffbf
Marco Ricci Streamline documentation fi...

Marco Ricci authored 3 months ago

1) ---
2) title: Reference overview
3) ---
4) 
5) ## Man pages
6) 
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 3 months ago

7) * [`derivepassphrase(1)`][top_man]: Derive a strong passphrase, deterministically, from a master secret.
8)     * [`derivepassphrase-vault(1)`][top_man]: Derive a passphrase using the vault(1) derivation scheme.
9)     * [`derivepassphrase-export(1)`][export_man]: Export a foreign configuration to standard output.
10)         * [`derivepassphrase-export-vault(1)`][export_man]: Export a vault-native configuration to standard output.
Marco Ricci Streamline documentation fi...

Marco Ricci authored 3 months ago

11) 
Marco Ricci Copyedit tutorials, how-tos...

Marco Ricci authored 3 weeks ago

12) ## Modules and packages (API docs)
Marco Ricci Streamline documentation fi...

Marco Ricci authored 3 months ago

13) 
14) * `derivepassphrase`: Work-alike for vault(1) – deterministic, stateless password manager.
15)     * [`derivepassphrase.cli`][]: Command-line interface for `derivepassphrase`.
16)     * [`derivepassphrase.exporter`][]: Exporter for other passphrase generator configurations.
17)         * [`derivepassphrase.exporter.storeroom`][]: Exporter for the vault "storeroom" configuration format.
18)         * [`derivepassphrase.exporter.vault_native`][]: Exporter for the vault native configuration formats (v0.2 and v0.3).
19)     * [`derivepassphrase.sequin`][]: Python port of Sequin, a pseudorandom number generator.
20)     * [`derivepassphrase.ssh_agent`][]: A bare-bones SSH agent client supporting signing and key listing.
21)     * [`derivepassphrase._types`][]: Types used by `derivepassphrase`.
22)     * [`derivepassphrase.vault`][]: Python port of the vault(1) password generation scheme.
23) 
Marco Ricci Copyedit tutorials, how-tos...

Marco Ricci authored 3 weeks ago

24) ## Technical prerequisites
25) 
26) * Prerequisites for [using `derivepassphrase vault` with an SSH key][PREREQ_SSH_KEY]
27) 
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 3 months ago

28)   [top_man]: derivepassphrase.1.md
29)   [vault_man]: derivepassphrase-vault.1.md
30)   [export_man]: derivepassphrase-export.1.md
31)   [export_vault_man]: derivepassphrase-export-vault.1.md