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)" [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
Here is what the above code is Doing:
1. Download the signature file from the VeraCrypt website.
2. Download the VeraCrypt disk image from the VeraCrypt website.
3. Verify the signature of the disk image using the signature file.
4. Mount the disk image.
5. Open the VeraCrypt application.
6. Unmount the disk image.
7. Delete the disk image.
8. Delete the signature file.