1privatetopublic(c8o)nvert cjdns private keys to public keys andpIrPi6vatetopublic(8)
2
3
4
5   SYNOPSIS
6       /usr/libexec/cjdns/privatetopublic
7
8   DESCRIPTION
9       As  private keys are very sensitive, /usr/libexec/cjdns/privatetopublic
10       reads them from stdin.  If your shell, terminal, or other program keeps
11       history,  please avoid echo 'key' | /usr/libexec/cjdns/privatetopublic,
12       or similar constructs.  A heredoc is suitable for use in  scripts,  and
13       will avoid unwanted revealing of the key in process lists, like so:
14
15              /usr/libexec/cjdns/privatetopublic <<EOF
16              key
17              EOF
18
19       Key  should  be  in  hex form, maximum 64 characters.  Extra characters
20       will be silently ignored.
21
22   SEE ALSO
23       publictoip6(1)
24
25
26
27                                                            privatetopublic(8)
Impressum