Skip to content

HowTo: Usage of vault sh

hhees edited this page Jan 25, 2020 · 1 revision

Usage of './vault.sh'

The command ./vault.sh is used to encrypt and decrypt the whole ./config/*/vault recursively. It simplifies the encryption and decryption procedure by handling all files at once.

To encrypt everything run:

./vault.sh encrypt

and to decrypt everything run:

./vault.sh decrypt

The command checks if a file is already encrypted/decrypted and is encrypting/decrypting it only if needed.