Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install veracrypt on mac

brew analytics off
Comment

install veracrypt on mac

brew install --cask macfuse
brew install gnupg
Comment

install veracrypt on mac

$ gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x821ACD02680D16DE
gpg: key 0x821ACD02680D16DE: public key "VeraCrypt Team (2018 - Supersedes Key ID=0x54DDD393) <veracrypt@idrix.fr>" imported
gpg: Total number processed: 1
gpg:               imported: 1
Comment

install veracrypt on mac

$ gpg --verify ~/Downloads/VeraCrypt_1.24-Update7.dmg.sig
gpg: assuming signed data in '/Users/sunknudsen/Downloads/VeraCrypt_1.24-Update7.dmg'
gpg: Signature made Sat  8 Aug 14:20:27 2020 EDT
gpg:                using RSA key 5069A233D55A0EEB174A5FC3821ACD02680D16DE
gpg: Good signature from "VeraCrypt Team (2018 - Supersedes Key ID=0x54DDD393) <veracrypt@idrix.fr>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 5069 A233 D55A 0EEB 174A  5FC3 821A CD02 680D 16DE
Comment

install veracrypt on mac

$ ln -s /Applications/VeraCrypt.app/Contents/MacOS/VeraCrypt /usr/local/bin/veracrypt

$ veracrypt --text --version
VeraCrypt 1.24-Update7
Comment

install veracrypt on mac

BACKUP_VOLUME_PATH="/Volumes/Samsung BAR/backup"
Comment

install veracrypt on mac

$ veracrypt --text --mount --pim 0 --keyfiles "" --protect-hidden no "$BACKUP_VOLUME_PATH" /Volumes/Backup
Enter password for /Volumes/Samsung BAR/backup:
Comment

install veracrypt on mac

$ diskutil rename "untitled" "Backup"
Volume on disk3 renamed to Backup
Comment

install veracrypt on mac

veracrypt --text --dismount "$BACKUP_VOLUME_PATH"
Comment

install veracrypt on mac

vi /usr/local/bin/backup.sh
Comment

install veracrypt on mac

$ backup.sh
Enter password for /Volumes/Samsung BAR/backup:
Inspect backup and press enter
Generate hash (y or n)? y
SHA512(/Volumes/Samsung BAR/backup)= 281a3b0afec6708eff9566effdfa67de357933527688dfa2dfabae5dda5b7681f0fb84f6cfec6c3f7ac20246517f18f40babbd4f337b254a55de30ff67d6dd2e
Done
Comment

install veracrypt on mac

$ check.sh
Backup hash: SHA512(/Volumes/Samsung BAR/backup)= 281a3b0afec6708eff9566effdfa67de357933527688dfa2dfabae5dda5b7681f0fb84f6cfec6c3f7ac20246517f18f40babbd4f337b254a55de30ff67d6dd2e
OK
Comment

install veracrypt on mac

$ restore.sh
Enter password for /Volumes/Samsung BAR/backup:
Restore data and press enter
Done
Comment

PREVIOUS NEXT
Code Example
Shell :: var/lib/dpkg/info/ubuntu-advantage-tools.prerm:%20py3clean:%20not%20found 
Shell :: how many megabytes is a Mbit? 
Shell :: get all files from folders to 1 parent folder 
Shell :: clamscan quarantine 
Shell :: ais data integration sentinel SAR data github 
Shell :: To check the Logs in Ubuntu and Debian 
Shell :: what is bash os 
Shell :: Enable MySQL as a service FreeBSD 
Shell :: remove home partition centos 6 
Shell :: sudo nano search 
Shell :: oppia linting test 
Shell :: lightweight tag git 
Shell :: death stranding crack password 
Shell :: how to install rfkill in kali linux 
Shell :: what to never time in powershell 
Shell :: gk420t driver windows 
Shell :: install stdimage 
Shell :: @capacitor-community/fcm 
Shell :: execute a scheme program 
Shell :: install node in linux from tar 
Shell :: louisiana muskrat bounty 
Shell :: ubuntu aide compare file structure 
Shell :: fslmaths subtract 
Shell :: linux head command get 2nd line 
Shell :: install reachrouter 
Shell :: mawk print file contents 
Shell :: gjhkj 
Shell :: vault seal check 
Shell :: how to remove duplicate packages 
Shell :: gitignore new monified file ? 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =