Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidance on ed448 / x448 Keys #10

Open
Librechain opened this issue May 28, 2021 · 0 comments
Open

Guidance on ed448 / x448 Keys #10

Librechain opened this issue May 28, 2021 · 0 comments

Comments

@Librechain
Copy link

Hey! Once again, this tool is a lifesaver in more ways than one. However, in looking at the code, it appears its designed to only output ed25519 keys (which makes sense given the time it was built).

From what I see, it appears that the key is crafted "from scratch" in compliance with GPG (for later importation). So anyone looking to do the same with the ed448 algorithm would likely have to do the same.

One Workaround Idea I Had

I'm not sure if this would work or not, but I noticed that there was an option to specify a pre-made key.

I'm wondering if I could generate an ed448 key ad-hoc (deterministically), and merely have passphrase2pgp pick up that key & then pipe it into gpg that way.

In your opinion, would this work? Or is this something that would ultimately require re-constructing the entire tool itself? If the latter is true, then I suppose its probably not worth the time - but if the former is, then that would be a pretty great lifesaver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant