Can’t recover IV from openssl output
Reading other posts like this one give me the impression that the iv can be retrieved from an openssl enc output, and indeed, I see that under one circumstance, it works:
# These two commands print the same salt, key, and iv
openssl enc -a… Continue reading Can’t recover IV from openssl output