Re: How to batch generate ECC key

2017-12-29 Thread Daniel Kahn Gillmor
On Fri 2017-12-29 01:18:27 +0100, Rezart Qelibari für GnuPG wrote: > I want to batch generate a key using an ECC algorithm using the following > command: > > $ cat config.txt | gpg —-batch —generate-key for modern gnupg, i think what you want is: gpg --quick-gen-key 'alice

Re: How to batch generate ECC key

2017-12-29 Thread Werner Koch
On Fri, 29 Dec 2017 16:53, gnupg-kont...@rezart.qelibari.de said: > Thank you so much! This did the trick! I am very impressed. I just added a mapping from the displayed names to the canonical names. Thus with the next release (2.2.5) "ed25519" and "cv25519" should work. Salam-Shalom,

Re: How to batch generate ECC key

2017-12-29 Thread Rezart Qelibari für GnuPG
Thank you so much! This did the trick! I am very impressed. I don’t want to bother you too much, but maybe you can answer me the two follow-up questions: - How did you find out the protocol names, especially the upper case „E“ of „Ed25519“ and that „cv25519“ is actually named „Curve25519“?

Re: How to batch generate ECC key

2017-12-29 Thread Kristian Fiskerstrand
On 12/29/2017 04:53 PM, Rezart Qelibari für GnuPG wrote: > - How did you find out the protocol names, especially the upper case „E“ > of „Ed25519“ and that „cv25519“ is actually named „Curve25519“? Although > „gpg --expert --full-generate-key“ correctly states  „Curve 25519“, „gpg > -k“ still

Re: How to batch generate ECC key

2017-12-29 Thread Kristian Fiskerstrand
On 12/29/2017 01:18 AM, Rezart Qelibari für GnuPG wrote: > Does anyone know what exactly goes wrong here? try: $ cat config.txt Key-Type: eddsa Key-Curve: Ed25519 Key-Usage: sign Subkey-Type: ecdh Subkey-Curve: Curve25519 Subkey-Usage: encrypt Passphrase: somepassword Name-Real: Some Real Name

How to batch generate ECC key

2017-12-29 Thread Rezart Qelibari für GnuPG
Hi *, I want to batch generate a key using an ECC algorithm using the following command: $ cat config.txt | gpg —-batch —generate-key config.txt contains the following: Key-Type: eddsa Key-Curve: ed25519 Key-Usage: sign Subkey-Type: ecdh Subkey-Curve: cv25519 Subkey-Usage: encrypt