-
Hi all,
I'm currently factoring using msieve and im not sure if it is still running or has frozen ( http://pastebin.com/wynteJhL ) - I checked factor db and it shows my factors but the last one seems…
-
Hey,
I'm just wondering about the following key:
Software has encountered the following unknown AES keys, please crack them first using msieve:
30E8B530B85EAA121593461B55D8ABE7C6FA8FA53932BA873EE2F2C…
-
Cannot decrypt D:\Downloads\Web\TeslaCrack-master\Test Files\sid077\2/Master 15.12.15.xls.vvv, unknown key
Software has encountered the following unknown AES keys, please crack them first using msieve…
-
Need to spend those bitcoins: if you have a bitcoin address, I'll send you some for a few beers.
-
Hello, when I get to the step were I run Python unfactor.py my_encrypted_jpg.vvv and input my factors it says for the last one(94)
Factor too large. Is there anything I can do about that? Thank you!
…
-
Got a system affected byTeslaScript, but vvv files don't have magic numbers but 0s instead on the 4 first bytes ( and seems to be encrypted). Does teslacrack.py works the same even without magic numbe…
-
Hello, Googulator!
First, thank you so much for your successful job! it helps so many people!
i followed your suggestions and got the primes of the 5. step, but i cant success in the 6. step, neithe…
-
Here is the API that I would imagine:
```
std::vector factors;
primesieve::factor(1001, &factors);
```
which would put the numbers 7, 11, 13 into `factors`.
I am sure you would know the fastest way …