jaxxstorm/unseal

No support for newer versions of GnuPG

jaxxstorm opened this issue · 0 comments

I've made an assumption that when you've generated a GPG key, you'll have a [secring[(https://github.com/jaxxstorm/unseal/blob/master/gpg/decrypt.go#L16).

However, in newer versions of GnuPG, it doesn't exist. See the release notes for GnuPG release 2.1 here.

With that in mind, we need to figure out how to support newer versions of GnuPG. Fun.