Search content
Sort by

Showing 4 of 4 results by puzzleplayer
Post
Topic
Board Development & Technical Discussion
Re: first pubkey coliisions - in signature transactions:)
by
puzzleplayer
on 01/10/2022, 05:29:24 UTC

I try run this code (upper) on sagemath cell online
result is

signature matches
signature matches
False



Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
puzzleplayer
on 16/09/2022, 15:08:34 UTC

i am getting same error tryed two different virtual server

I think maybe try using an internal ip address not public ip address
internal IP maybe 192.168.100 and 192.168.200 up to your server (maybe 10.10.0.100 and 10.10.0.200)
some cloud server has local network config (Digitalocean Linode Vultr) try use it before use internal ip address
if used at home local network maybe use ip address at the same router (internal ip address)
Post
Topic
Board Development & Technical Discussion
Re: Lattice Attack
by
puzzleplayer
on 16/09/2022, 13:33:51 UTC
Traceback (most recent call last):
  File "/home/krash/lattack/lattice_attack.py", line 259, in <module>
    lattice_attack_cli(arg.f, arg.l)
  File "/home/krash/lattack/lattice_attack.py", line 239, in lattice_attack_cli
    result = recover_private_key(
  File "/home/krash/lattack/lattice_attack.py", line 195, in recover_private_key
    res = test_result(lattice, pub_key, curve)
  File "/home/krash/lattack/lattice_attack.py", line 93, in test_result
    if target_pubkey == ecdsa_lib.privkey_to_pubkey(cand1, curve):
  File "/home/krash/lattack/ecdsa_lib.py", line 129, in privkey_to_pubkey
    ec.derive_private_key(pv_key_int, ec_backend, backends.default_backend())
  File "/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/asymmetric/ec.py", line 332, in derive_private_key
    raise TypeError("private_value must be an integer type.")
TypeError: private_value must be an integer type.

from OP maybe the problem is from the python version try to test on a different python version to solve a problem
recommend with python 3.7 try this
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
puzzleplayer
on 16/09/2022, 13:17:45 UTC
how to run server mode?

pc 1 ip 35.221.30.146
from pc1 i run ./kangaroo -w save.work -wi 300 -o result.txt -s -d 36 in.txt


and pc2:
Kangaroo.exe -w kang.work -wi 300 -c 35.221.30.146
Kangaroo v2.2
Number of CPU thread: 4
Cannot connect to server: 35.221.30.146
Cannot connect to host: Connection timed out

I guess you are using windows 10 or any Microsoft windows
try to check your firewall, I think the firewall is block on your server
just try to add Kangaroo.exe to the firewall allow to access