Changes

Unix Password Manager

742 bytes added, 19 March
/* usage */
The following lines were added (+) and removed (-):
Passwords are added to the store using the pass insert command. This accepts the name of the service as an argument and interactively prompts you to enter the password. pass insert websiteorwhateverIf you are saving the password for a website, you can replace websiteorwhatever with the name of the website such as foo.com The password will be saved to a new encrypted file inside your store. You can create a credential hierarchy by using forward slashes in your service names.Use the pass edit command to open a password file in a text editor such as vi.  Additional lines of metadata will be below the first line as the first line should be for the password.  See options for adding metadata with the command using -m (multiline).
Administrator
652
edits