onlykey

Results 26 comments of onlykey

@amark The key generation on OnlyKey is based on a web apps domain or origin. You can use this method on an unlimited number or sites but the key generated...

@romanz I have implemented support for OnlyKey, including: - SSH (ed25519 and nist256p1) - GPG Sign (ed25519 and nist256p1) - GPG Decrypt (curve25519 and nist256p1) Doesn't support the PIN functionality...

@romanz I am looking into implementing RSA support as well for GPG and SSH as onlykey already supports RSA keys, any advice on where to start here? I expect I...

@romanz I have completed implementing the following features: - Add support for existing functionality for OnlyKey, derived keys for nist256p1, curve25519, ed25519 for GPG and SSH - Add support for...

@romanz Also I replaced the ed25519 library with pynacl as ed25519 library has to compile from source and doesn't work on windows without dev tools and they say this here...

FYI, GPG created curve25519 keys are flipped backwards pretty sure that will fix my ISSUE2 - http://gnupg.10057.n7.nabble.com/Correct-method-to-generate-a-Curve25519-keypair-td56013.html

@romanz sorry for delay, I just saw your response here. I have everything working now (except import RSA keys for GPG) and the full PR ready, I will break this...

@romanz Just wanted to check on the PR. Does everything look good and do you know when you would be able to merge this? Thanks!

Since WSL2 doesn't have USB support and it doesn't look like this is planned any time soon https://github.com/microsoft/WSL/issues/5158 I am trying to look and see if Cygwin might work for...

@jediry That may work for GPG, would need another solution for SSH agent though. Very interested if you make any progress here I may be able to assist in test...