Ask HN: Is an encrypted DMG really secure?
1–3 of 3 posts
Re: Ask HN: Is an encrypted DMG really secure?
#2If so, all you need is the hash of the file and such hashing can protect essentially all forms of files as long as the source of the hash is trustworthy.
Re: Ask HN: Is an encrypted DMG really secure?
#3What do you mean by secure? Verified content? If so, all you need is the hash of the file and such hashing can protect essentially all forms of files as long as the source of the hash is trustworthy.
By secure, I mean the Confidentiality aspect of the CIA-triplet (Confidentiality, Integrity, Availability) here: that only those person can read the data stored in the encrypted DMG, who has the correct passphrase (which is long and complex enough, and contains sufficient entropy, of course).
So any implementation weaknesses (incorrect IV initialisation of the AES-XTS, or anything like that) or other security vulnerabilities which would harm the confidentiality of the container would be interesting to me.