Evan Tschuy

Results 24 comments of Evan Tschuy

I've had a lot of trouble getting the gpgagent and openpgp libraries to work nicely. Didn't realize no one else used them, might explain it :stuck_out_tongue: This should fix various...

Rudimentary "detection" has been implemented in `gotp.go`: https://github.com/tschuy/gotp/blob/master/gotp.go#L21 I'm not particularly happy with it, so I'm leaving this open as a reminder to try to really get this fixed.

From a look around at the web, it looks like there isn't a prebuilt way to prompt for a password and show it as `*`s for Go. The complexity of...

Unfortunately, the library I'm using doesn't support gpg2 keystores. I've added an error message when a GPGv2 kbx store is found that at least will show that it's on my...