1
Ask HN: How secure is GPG using a symmetric cypher?
If I encrypt a file using a 20 character password like so:
gpg -c --force-mdc file
Assuming the password doesn't appear on any dictionary lists, and has enough randomness to require brute force, how secure is the result?