pass-tomb(1) | General Commands Manual | pass-tomb(1) |
pass-tomb - A pass(1) extension that helps to keep the whole tree of password encrypted inside a tomb(1).
pass tomb [args] gpgid...
pass open [args]
pass close [args]
Due to the structure of pass(1), file- and directory names are not encrypted in the password store. pass tomb provides a convenient solution to put your password store in a tomb(1) and then keep your password tree encrypted when you are not using it.
It uses the same GPG key to encrypt passwords and tomb, therefore you don't need to manage more key or secret. Moreover, you can ask pass-tomb to automatically close your store after a given time.
Create and initialise a new password tomb. This command must be run first, before a password store can be used.
Use gpg-id for encryption of both passwords and tomb. Multiple gpg-ids may be specified, in order to encrypt the tomb and each password with multiple ids.
If --path or -p is specified, along with an argument, a specific password tomb using gpg-id or a set of gpg-ids is assigned for that specific subfolder of the password store.
If --no-init, -n is specified, do not initialise the password store. By default, pass-tomb initialises the password store with the same key(s) it generated the tomb. The purpose of this option is to let the user free to initialise the password store with a different key or set of keys.
If --timer, -t is specified, along with an argument, the password store will be automatically closed using a systemd timer after a given time. This time will be saved in the .timer file present in the store.
If --force is specified, the password store will create or mount the password store even if a plain text swap is present. Make sure you know what you are doing if you force an operation.
If --timer, -t is specified, along with an argument, the password store will be automatically closed using a systemd timer after a given time. If a .time file was already present in the store, this time will be updated.
If --force is specified, the password store will create or mount the password store even if a plain text swap is present. Make sure you know what you are doing if you force an operation.
If subfolder is specified, the password store will be opened in the subfolder.
If store is specified, pass close will try to close this store.
pass(1), tomb(1), pass-import(1), pass-update(1), pass-otp(1)
pass tomb was written by Alexandre Pujol.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
May 2017 | pass-tomb |