1MAKEKEYS(1) MAKEKEYS(1)
2
3
4
6 makekeys -- write cjdns keys generated via libnacl to stdout
7
9 makekeys
10
12 Generates cjdns private keys and writes them to stdout forever with
13 corresponding IP6 address and public key. Sample:
14
15
16 9b5520e11b4e1aac4e54cf8382ca219b6942f75519dbe7cc71fc6c4bb636a2db fca1:43dc:9e20:68dc:df3f:6bf1:fbf9:37ab x70u0x6sfh0yuushlq7wvcdxj8rgb8lvss9t6f42zp60ftq71cm0.k
17 579db68cfdeaeda1ff7f365c73e620bedb0f68cb443a0cd7ef6bae16d0e1e12e fc68:b272:3aa3:cb4a:a686:dab0:7df5:2fb5 fmurp2qrb0yqmcjmbjtuhuxuf6v3rgmdn9hgsfh47k20h68y2lz0.k
18
19
20
22 Example use:
23
24
25 makekeys | head -20 >keys.txt
26
27
28
30 publictoip6(1)
31
32
33
34 May 2019 MAKEKEYS(1)