70920467e8242491260e093d0d07ecbc9190c767
it seems that during a git clone, all the file hashes are changed. removed the check until future notice. Also removing signature file as that is having the same issue as the main script file hash changes and fails to verify
Bitwarden Backup
This project uses bw cli, gpg, and sdelete. It will export the vault and any organizations to both json and csv files. It also downloads all attachments into folders. You can zip the export together or gpg encrypt the export as well, the encryption is symmetric and uses your bitwarden vault password.
Usage
Usage:
bitwardenBackup.ps1 [-zip] [-encrypt] [-verbose]
Options:
-zip Zips the export/attachements into a zip
-encrypt Encrypts the zip file with gpg symmetric encryption using your vault password
-verbose Show verbose information
GPG Signature
The bitwardenBackup.ps1 script has stored values of file hashes of all the files in the lib folder. If any are different, the script will exit and inform you.
The bitwardenBackup.ps1 script is signed with my GPG key to ensure integrity. This should be check before each run to make sure this script was not tampered with and all file hashes match.
Description
Languages
Python
79.9%
PowerShell
20.1%