
Now, it is important to not mess up the ordering (some ciphers will tolerate this, but some will not) DECf(C) != B, and DECv(DECf(C)) != A (probably). "ENCv" and "DECv" are the volume-wide (VeraCrypt) encrypt and decrypt functions, using VeraCrypt's key for that volume.) "ENCf" and "DECf" are the per-file encrypt and decrypt functions, using the key you supply. ("A", "B", and "C" are placeholder variables for the actual data, not literal values. Encrypted file is read off the disk and into the per-file decryption utility: DECf(DECv(C)) = DECf(B) = A.
#CRYPTOMATOR VS VERACRYPT DOWNLOAD#

There is absolutely nothing wrong with encrypting files on a volume (hard disk) that is also encrypted.
