dave_vector
Newbie
4
Posts
29
Reputation
Oct 9, 2020
Joined
Recent posts
I’d like to know your method too, but the SHODAN part sounds tricky.
- Updated Lattice Attack Script IssuesOct 30, 2020
Not sure where to put those definitions you mentioned. I think I’m close, but there's another error. Should I convert private_value to an integer? I saw that comment in lattice_attack.py about converting, but it doesn’t…
- Updated Lattice Attack Script IssuesOct 28, 2020
I tried adding that, but it's throwing an error. Is this the right spot in lattice_attack.py for those calculations? I'm getting a weird SyntaxError: cannot assign to expression. Any tips?
- Updated Lattice Attack Script IssuesOct 28, 2020
Hey, that's cool, but I’m having trouble. When I run lattice.py after generating the json file, I get an error about public key data being invalid. Is there a specific format for the XY coordinates? Where should I check…