Comment on Ask HN: How secure is GPG using a symmetric cypher?Comments−tptacek13yVery secure.GPG doesn't have a particularly great KDF, so shorter passphrases are an issue, but a 20 character passphrase compensates for that.−brdrakOP13yThanks. Secure enough to store out in the open (e.g. public git repo, etc)?
Comments
Very secure.
GPG doesn't have a particularly great KDF, so shorter passphrases are an issue, but a 20 character passphrase compensates for that.
Thanks. Secure enough to store out in the open (e.g. public git repo, etc)?