pass-coffin is a pass extension that hides password store data inside a GPG encrypted file, which we'll call a coffin. Because of how pass works, directory and file names aren't encrypted by default and anyone who has access to your computer can see which websites you use and your usernames on those websites. This is different from how password managers like keepassxc work by keeping your entire password store database inside an encrypted file and can also automatically lock access to the application itself after a certain amount of time. pass-coffin has been created to provide these missing features to pass. https://github.com/ayushnix/pass-coffin
21 lines
771 B
Plaintext
21 lines
771 B
Plaintext
[
|
||
{ type: install
|
||
message: <<EOM
|
||
|
||
*** Please Create Backups or Use Git ***
|
||
|
||
Before using this extension or any other password store extension, It is highly
|
||
recommend that you check in your password store in a local git repository and
|
||
sync it with a remote git repository (doesn't have to be an online remote repo)
|
||
or make regular backups of your password store using tools like borgbackup. You
|
||
don't want to lose your password store data because of an unintentional bug in
|
||
this, or any other, pass extension.
|
||
|
||
Use `pass git initʼ to initialize a local git repository in your password store
|
||
and add a remote git repository using `pass git remote add backup <location>ʼ.
|
||
For more details, please read the "EXTENDED GIT EXAMPLE" section of the man
|
||
page of pass.
|
||
EOM
|
||
}
|
||
]
|