dlech / KeeAgent

ssh agent plugin for KeePass 2.x
http://lechnology.com/software/keeagent
Other
522 stars 35 forks source link

Support for EdDSA Ed448 (448 bits) #388

Closed Speed4Trade-Admin closed 1 year ago

Speed4Trade-Admin commented 1 year ago

With putty key generator it is possible to generate keys with EdDSA and using the curve Ed448 (which uses SHA-3). Unfortunately, I get the error message "unknown algorithm" when trying to load the key into keeAgent.

Is it possible to support this algorithm?

dlech commented 1 year ago

This should be implemented already. Apparently we missed something.

dlech commented 1 year ago

I fixed the missing parts of the implementation so Ed448 keys will load now. However, I'm not aware of any servers that support this to validate that authentication actually works.

You can grab the build from https://github.com/dlech/KeeAgent/actions/runs/5373113634 for testing.