repo.or.cz
/
seven.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove spy hooks.
[seven.git]
/
tools
/
mkkeypair
blob
598bd2f6cfaa8d92caa69838c564dc7a55fc2647
1
#!/bin/sh
2
dd
if
=/
dev
/
urandom of
=
randdata count
=
1
bs
=
2048
3
openssl genrsa
-rand
randdata
-out
private.key
2048
4
openssl rsa
-in
private.key
-out
public.key
-pubout
5
rm
randdata