Is my encryption format secure?
I am looking to implement a secure passphrase-encrypted file format for a specific use case. The file format consists storing a randomly generated salt and IV along with the cipher text and a MAC to verify the file has not been altered.
Di… Continue reading Is my encryption format secure?