Michał Zochniak

Results 50 comments of Michał Zochniak

We had to replace an SSL cert in the client after it expired last year, please download and install a new version from the usual places (keybase.io, app stores, linux...

Oh hey, I completely missed this issue, for some reason Github chose not to e-mail me. No idea why. Did you have much luck in any patching at all? I...

Does it work with Unity? I was researching some memory patching ideas at first but couldn't figure anything like this out, I'm clueless about mono internals.

FWIW there's a new version out that might be more stable. Definitely plays nicer with Unity because it does not need instrumentation to do patching. Coroutines are still on the...

I was testing it on "Unity 2018.1.6f1 (64-bit)" and it seemed to work. In your screenshot, it did detect that a method has to be patched and attempted to patch...

Hello, sorry for late reply. Can you elaborate on the steps being done to encrypt the message? go-crypto package supports encryption to multiple recipients, see here: https://github.com/keybase/go-crypto/blob/master/openpgp/write.go#L204-L209

We did, way back when it was submitted. Sorry I didn't leave a comment. We typically consider signatures issued by 3rd party (i.e. "signatures by other people") there because we...

Could you describe your YubiKey setup (which private keys are offline, which are on yubi etc.) and what are you trying to do so I can try to reproduce the...

This is what I see when I do `gpg2 --list-secret-keys` on my test setup (both primary signing key and encryption subkey have secret keys on yubikey): ``` sec> rsa2048 2017-03-14...

OK, I'll try to recreate something like this and see what I can do. Thank you for helping me with that!