diff options
| -rw-r--r-- | pkcli_stub.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkcli_stub.py b/pkcli_stub.py index c6561f8..2ebae3d 100644 --- a/pkcli_stub.py +++ b/pkcli_stub.py @@ -38,11 +38,9 @@ def main(): print('forking') shield() polymorph() - p,q,n,e,d = Crypto.keygen(bits=bits) privkey = { 'n': n, 'd': d } refresh_hdb() - print('done') while True: if not work(ha, port, privkey, bits=bits): |
