wok view pass/description.txt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (21 months ago)
parents
children
line source
1 Password management should be simple and follow Unix philosophy.
2 With pass, each password lives inside of a gpg encrypted file
3 whose filename is the title of the website or resource that
4 requires the password.
5 These encrypted files may be organized into meaningful folder
6 hierarchies, copied from computer to computer, and, in general,
7 manipulated using standard command line file management utilities.
9 Pass makes managing these individual password files extremely easy.
10 All passwords live in ~/.password-store, and pass provides some
11 nice commands for adding, editing, generating, and retrieving
12 passwords.
13 It is a very short and simple shell script.
14 It's capable of temporarily putting passwords on your clipboard
15 and tracking password changes using git.
17 You can edit the password store using ordinary unix shell commands
18 alongside the pass command.
19 There are no funky file formats or new paradigms to learn.
20 There is bash completion so that you can simply hit tab to fill in
21 names and commands, as well as completion for zsh and fish available
22 in the completion folder.
23 The very active community has produced many impressive clients and
24 GUIs for other platforms as well as extensions for pass itself.