-
I would love to use my ed25519-sk-keys with the keeper ssh command.
Support was added to cryptography in March:
https://github.com/pyca/cryptography/issues/10604
Screenshot with 16.11.8:
![image…
-
The regular expression used to validate SSH public key to use is too restrictive, it allows RSA keys only, and disallows ed25519 ones among others.
https://github.com/UpCloudLtd/upcloud-whmcs-modul…
-
**Is this a similar or duplicate feature request?**
- [ ] I don't know. I will go check it.
- [x ] No.
**Is your feature request related to a problem? Please describe.**
A clear and concise desc…
-
I have a use case where it would be useful to be able to seed the Ed25519 Private Key and having WebCrypto calculate the Public Key. The use case is a recovery code, where the user will have a means t…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
**hello ,
i've pr…
-
- Use officially provided test vectors in https://ed25519.cr.yp.to/python/sign.input
- Add tests for all of the 14x14 = 196 critical inputs mentioned in https://hdevalence.ca/blog/2020-10-04-its-2551…
-
## Overview
[TIP]: # ( DO NOT include screenshots of your actual database! )
[NOTE]: # ( Give a BRIEF summary about your problem )
Cannot add password-protected ed25519 key
## Steps to Repr…
-
ed25519-concensus batch verification is slower than ed25519_dalek due to extra deserialization/decompression requirements (In practice N extra point decompressions in ed25519-consensus). See https://t…
-
Nearly every key, exept the Ed25519 key offers a `generate` function in paramiko, which is used to generate a new key pair.
Is there a reason why the `ed25519` keytype doesn't have this class metho…
-
### What is the areas you would like to add the new feature to?
Go-COSE Library
### Is your feature request related to a problem?
The project README states that this module supports Ed25519 signatu…