Re: Private and public keys generation

2018-10-06 Thread Aaron Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/10/18 11:27, Evgeniy Ivanov wrote: > Hi everybody, > > I’m able to generate the private keys pretty straightforward with > any tool I like (eg: dd if=/dev/urandom bs=32 count=1 2>/dev/null | > base64) This is not sufficient, as documented on

Re: Private and public keys generation

2018-10-06 Thread StarBrilliant
On Sun, Oct 7, 2018 at 9:13 AM Evgeniy Ivanov wrote: > > Hi everybody, > > I’m able to generate the private keys pretty straightforward with any tool I > like (eg: dd if=/dev/urandom bs=32 count=1 2>/dev/null | base64) > > But now, I’m more curious about generating the public keys without using

Private and public keys generation

2018-10-06 Thread Evgeniy Ivanov
Hi everybody, I’m able to generate the private keys pretty straightforward with any tool I like (eg: dd if=/dev/urandom bs=32 count=1 2>/dev/null | base64) But now, I’m more curious about generating the public keys without using wg pubkey directly. Any thoughts? Thanks! -- Best Regards,