ports/sysutils/pass-coffin/pkg-message
Nicola Vitale 6e0810c6b2
sysutils/pass-coffing: Add new port
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
2024-08-24 22:24:48 +02:00

21 lines
771 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{ 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
}
]