-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 1.43 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 1.43 KB
1
{"name":"Passman","tagline":"A graphical password manager","body":"# passman\r\nPassman is a password manager written in Haskell. It generates passwords from a\r\nmaster password and a short string. These strings are to be kept in a text file\r\nwhich passman will load to generate passwords. The generated passwords will be\r\n128 characters by default but can be shortened if required.\r\n\r\n## usage\r\nOn first usage, passman will prompt for a master password. This master password\r\nmust be entered each time a password is generated. To change the master\r\npassword, delete ~/.passman-masterpasswd but note that generated passwords will\r\nnow be different.\r\n\r\nTo generate a password, passman will prompt for the master password\r\n\r\n\r\n\r\nThe generated password will then be stored in clipboard. Clicking \"OK\" on the\r\nnext dialog will clear the clipboard.\r\n\r\n\r\n\r\n## file format\r\nSeparate strings with newlines. If the password needs to be shorter than 128\r\ncharacters, add the length to the end of the line separated by a tab. An example\r\nis provided as example.txt:\r\n\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}