Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

You are not logged in.

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#101 2016-01-11 12:14:15

carlicious
Member
Registered: 2016-01-11
Posts: 2

Re: Mifare Plus Atack

Hi all,

I'm Carlo, the other author of the paper.
@Piwi first of all, thank you very much for implementing the attack independently. Currently I'm laying the final hand on my masters thesis, which will basically be an extended version of the paper. Your feedback is highly appreciated and will be used for improvements.

Second, in our implementation of the attack, although not mentioned in the paper, we also test for filter flip properties on the second byte. Then, from the "9.4% table" we drop the last 4 bits and prepend all 16 possible prefixes, and use that as a filter list. This is really easy to implement if you already have all the other logic in place. If you add this to your implementation, both of our implementations should yield identical results.
By the way: it should be possible to be a bit smarter, by not simply dropping the last 4 bits, but keeping them and intelligently combining the resulting odd candidates with the correct even candidates, using the LFSR relation described in Roel's paper from 2008. However, we found our code being complex enough as it is and didn't bother doing this.

Lastly, our brute force implementation actually is implemented on a GPU in CUDA. We consider GPUs ordinary hardware nowadays wink However, our implementation is not bitsliced. We found that the GPU implementation only gives us +/- a factor 10 in performance increase over the CPU. This is likely due to the fact that Crapto1 uses a caching table for the filter function, which would not gain any performance increase in CUDA (for those wanting to know the details: no coalesced memory access is possible, causing 32 individual main memory retrievals per filter computation, which is slower than simply just computing the filter). The same performance increase factor should be entirely feasible by bitslicing on a 64-bit cpu.

By the way, crypto1 is really tiny. Have you thought about implementing the brute force phase on the FPGA?

Offline

#102 2016-01-11 12:26:41

carlicious
Member
Registered: 2016-01-11
Posts: 2

Re: Mifare Plus Atack

I forgot to mention: a probability threshold of 99% really is overkill. The probabilities computed for sum properties over different input bytes are not statistically independent. Therefore, lowering the threshold to, say, 95% will not cause the probability for the key to be contained in the final candidate list to drop to 0.95^n, where n is the number of bytes involved in the analysis. It will be much higher smile

Offline

#103 2016-01-11 21:19:02

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

Hi Carlo, thanks for your comments. Testing for the filter flip property of the second byte seems to be both brilliant and easy to implement. I will definitely try.

Regarding implementing crypto on FPGA: this would be a good idea on a modern FPGA which has a fast link to the CPU. Both is not the case on proxmark. My CPU only brute force implementation runs at approx 2^23 keys per second. We wouldn't even be able to transfer the key candidates to the FPGA at this rate.

Regarding probability threshold: yes, I soon observed the same and decreased to 95%. A test with this threshold, a constant of 30 bytes in the analysis and 1000 random keys resulted in 887 keys contained in the final candidate lists (i.e. 88.7% which is much more than 0.95^30 = 21.5%).

Offline

#104 2016-01-12 01:24:28

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@piwi by setting it to 99.9% i did reduce the infamous 91 block to 2^39
4% looks like its not mutch but if you visualize it its like filling a circle ,, pure chance calculation smile
the more you fill the circle the more you reduce smile
you just need to visualize the proses to see what happens  smile

lets say you have some rules , that are also valid in cyberspace.
The finer you measure the circle the more potential  it forces to choose!
and the bigger the chance the small chance falls.
the same you see with this symbol https://en.wikipedia.org/wiki/Yin_and_y … n_yang.svg
so forget getting a 100 % but you can get quite close because of the limitations of the prng random device resolution.
at a certain point simply all possible output is given.
and I don't expect a very high resolution on a crypto1 device of a  20-50 nm wide.

https://www.youtube.com/watch?v=DfPeprQ7oGc Double Slit Experiment
https://www.youtube.com/watch?v=A9tKncAdlHQ Double Slit Experiment 2
https://www.youtube.com/watch?v=Iuv6hY6zsd0 Double Slit Experiment 3
https://www.youtube.com/watch?v=CBrsWPCp_rs Quantum Theory - Full Documentary HD
https://www.youtube.com/watch?v=usuUZy5JLIA
https://www.youtube.com/watch?v=hZ8Ub6acQS8 around minute 38

and here you see the same by all the 0% till the very end were it goes very fast smile

Checking for Filter Flip Properties...
Acquired  1792 nonces ( 1765 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  2016 nonces ( 1985 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  2576 nonces ( 2523 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  3024 nonces ( 2957 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  3584 nonces ( 3495 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  4032 nonces ( 3921 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  4592 nonces ( 4442 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  5040 nonces ( 4858 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  5600 nonces ( 5376 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  6048 nonces ( 5789 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  6608 nonces ( 6295 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  7056 nonces ( 6691 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  7504 nonces ( 7093 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  8064 nonces ( 7587 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  8512 nonces ( 7995 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  9072 nonces ( 8485 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  9520 nonces ( 8873 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 10080 nonces ( 9356 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 10528 nonces ( 9742 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 11088 nonces (10220 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 11536 nonces (10602 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 12096 nonces (11073 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 12544 nonces (11434 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 13104 nonces (11892 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 13552 nonces (12260 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 14112 nonces (12728 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 14560 nonces (13083 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 15008 nonces (13449 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 15568 nonces (13884 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 16016 nonces (14254 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 16576 nonces (14688 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 17024 nonces (15028 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 17584 nonces (15440 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 18032 nonces (15780 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 18592 nonces (16205 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 19040 nonces (16544 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 19600 nonces (16945 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 20048 nonces (17280 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 20608 nonces (17690 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 21056 nonces (18027 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 21504 nonces (18359 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 22064 nonces (18764 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 22512 nonces (19071 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 23072 nonces (19478 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 23520 nonces (19808 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 24080 nonces (20205 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 24528 nonces (20503 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 25088 nonces (20879 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 25536 nonces (21192 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 26096 nonces (21584 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 26544 nonces (21866 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 27104 nonces (22235 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 27552 nonces (22517 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 28112 nonces (22871 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 28560 nonces (23154 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 29008 nonces (23463 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 29568 nonces (23824 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 30016 nonces (24111 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 30576 nonces (24468 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 31024 nonces (24761 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 31584 nonces (25107 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 32032 nonces (25381 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 32592 nonces (25754 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 33040 nonces (26029 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 33600 nonces (26377 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 34048 nonces (26640 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 34608 nonces (26971 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 35056 nonces (27224 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 35504 nonces (27477 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 36064 nonces (27814 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 36512 nonces (28055 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 37072 nonces (28389 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 37520 nonces (28641 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 38080 nonces (28949 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 38528 nonces (29185 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 39088 nonces (29506 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 39536 nonces (29741 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 40096 nonces (30067 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 40544 nonces (30295 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 41104 nonces (30593 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 41552 nonces (30843 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 42112 nonces (31132 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 42560 nonces (31366 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 43008 nonces (31607 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 43568 nonces (31922 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 44016 nonces (32155 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 44576 nonces (32441 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 45024 nonces (32675 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 45584 nonces (32953 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 46032 nonces (33165 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 46592 nonces (33426 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 47040 nonces (33652 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 47600 nonces (33928 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 48048 nonces (34118 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 48608 nonces (34380 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 49056 nonces (34588 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 49504 nonces (34802 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 50064 nonces (35065 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 50512 nonces (35243 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 51072 nonces (35495 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 51520 nonces (35694 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 52080 nonces (35955 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 52528 nonces (36152 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 53088 nonces (36409 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 53536 nonces (36619 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 54096 nonces (36862 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 54544 nonces (37038 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 55104 nonces (37277 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 55552 nonces (37458 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 56112 nonces (37695 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 56560 nonces (37889 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 57008 nonces (38063 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 57568 nonces (38310 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 58016 nonces (38486 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 58576 nonces (38706 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 59024 nonces (38893 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 59584 nonces (39096 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 60032 nonces (39265 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 60592 nonces (39501 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 61040 nonces (39686 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 61600 nonces (39907 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 62048 nonces (40085 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 62608 nonces (40310 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 63056 nonces (40483 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 63504 nonces (40648 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 64064 nonces (40855 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 64512 nonces (41038 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 65072 nonces (41258 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 65520 nonces (41414 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 66080 nonces (41617 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 66528 nonces (41770 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 67088 nonces (41974 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 67536 nonces (42138 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 68096 nonces (42348 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 68544 nonces (42501 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 69104 nonces (42700 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 69552 nonces (42862 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 70112 nonces (43041 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 70560 nonces (43193 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 71008 nonces (43344 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 71568 nonces (43533 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 72016 nonces (43690 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 72576 nonces (43880 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 73024 nonces (44028 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 73584 nonces (44212 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 74032 nonces (44349 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 74592 nonces (44528 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 75040 nonces (44648 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 75600 nonces (44827 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 76048 nonces (44964 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 76608 nonces (45142 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 77056 nonces (45284 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 77504 nonces (45424 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 78064 nonces (45607 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 78512 nonces (45737 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 79072 nonces (45912 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 79520 nonces (46059 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 80080 nonces (46238 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 80528 nonces (46366 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 81088 nonces (46548 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 81536 nonces (46682 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 82096 nonces (46837 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 82544 nonces (46953 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 83104 nonces (47099 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 83552 nonces (47222 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 84112 nonces (47366 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 84560 nonces (47479 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 85008 nonces (47596 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 85568 nonces (47764 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 86016 nonces (47893 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 86576 nonces (48058 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 87024 nonces (48167 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 87584 nonces (48316 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 88032 nonces (48428 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 88592 nonces (48578 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 89040 nonces (48680 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 89600 nonces (48828 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 90048 nonces (48949 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 90608 nonces (49084 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 91056 nonces (49193 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 91504 nonces (49314 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 92064 nonces (49466 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 92512 nonces (49571 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 93072 nonces (49695 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 93520 nonces (49811 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 94080 nonces (49924 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 94528 nonces (50026 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 95088 nonces (50155 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 95536 nonces (50257 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 96096 nonces (50371 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 96544 nonces (50487 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 97104 nonces (50606 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 97552 nonces (50717 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 98112 nonces (50829 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 98560 nonces (50943 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 99008 nonces (51055 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 99568 nonces (51177 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 100016 nonces (51276 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 100576 nonces (51386 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 101024 nonces (51468 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 101584 nonces (51595 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 102032 nonces (51698 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 102592 nonces (51809 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 103040 nonces (51904 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 103600 nonces (52013 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 104048 nonces (52111 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 104608 nonces (52221 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 105056 nonces (52311 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 105504 nonces (52408 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 106064 nonces (52519 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 106512 nonces (52622 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 107072 nonces (52726 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 107520 nonces (52826 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 108080 nonces (52937 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 108528 nonces (53033 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 109088 nonces (53127 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 109536 nonces (53197 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 110096 nonces (53288 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 110544 nonces (53369 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 111104 nonces (53471 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 111552 nonces (53551 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 112112 nonces (53648 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 112560 nonces (53732 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 113008 nonces (53805 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 113568 nonces (53899 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 114016 nonces (53966 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 114576 nonces (54066 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 115024 nonces (54146 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 115584 nonces (54245 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 116032 nonces (54329 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 116592 nonces (54426 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 117040 nonces (54512 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 117600 nonces (54605 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 118048 nonces (54682 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 118608 nonces (54783 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 119056 nonces (54868 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 119504 nonces (54948 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 120064 nonces (55039 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 120512 nonces (55106 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 121072 nonces (55199 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 121520 nonces (55263 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 122080 nonces (55337 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 122528 nonces (55417 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 123088 nonces (55504 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 123536 nonces (55572 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 124096 nonces (55648 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 124544 nonces (55710 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 125104 nonces (55809 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 125552 nonces (55872 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 126112 nonces (55960 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 126560 nonces (56025 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 127008 nonces (56088 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 127568 nonces (56171 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 128016 nonces (56236 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 128576 nonces (56319 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 129024 nonces (56387 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 129584 nonces (56468 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 130032 nonces (56532 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 130592 nonces (56611 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 131040 nonces (56661 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 131600 nonces (56733 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 132048 nonces (56796 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 132608 nonces (56884 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 133056 nonces (56942 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 133504 nonces (56997 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 134064 nonces (57074 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 134512 nonces (57131 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 135072 nonces (57218 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 135520 nonces (57280 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 136080 nonces (57355 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 136528 nonces (57428 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 137088 nonces (57507 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 137536 nonces (57558 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 138096 nonces (57630 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 138544 nonces (57682 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 2
Acquired 139104 nonces (57749 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 3
Acquired 139552 nonces (57801 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 140112 nonces (57864 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 140560 nonces (57917 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 141008 nonces (57970 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 141568 nonces (58033 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 142016 nonces (58096 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 142576 nonces (58162 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 143024 nonces (58213 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 143584 nonces (58276 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 144032 nonces (58327 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 144592 nonces (58391 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 5
Acquired 145040 nonces (58438 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 6
Acquired 145600 nonces (58506 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 7
Acquired 146048 nonces (58552 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 7
Acquired 146608 nonces (58602 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 7
Acquired 147056 nonces (58645 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 7
Acquired 147504 nonces (58697 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 7
Acquired 148064 nonces (58755 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 7
Acquired 148512 nonces (58804 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 10
Acquired 149072 nonces (58858 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 11
Acquired 149520 nonces (58905 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 11
Acquired 150080 nonces (58962 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 10
Acquired 150528 nonces (59009 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 10
Acquired 151088 nonces (59066 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 11
Acquired 151536 nonces (59110 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 12
Acquired 152096 nonces (59165 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 12
Acquired 152544 nonces (59207 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 12
Acquired 153104 nonces (59264 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 13
Acquired 153552 nonces (59303 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 14
Acquired 154112 nonces (59353 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 17
Acquired 154560 nonces (59389 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 17
Acquired 155008 nonces (59424 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 17
Acquired 155568 nonces (59480 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 17
Acquired 156016 nonces (59536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 20
Acquired 156576 nonces (59589 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 22
Acquired 157024 nonces (59625 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 23
Acquired 157584 nonces (59673 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 25
Acquired 158032 nonces (59716 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 27
Acquired 158592 nonces (59767 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 31
Acquired a total of 158704 nonces in 139,4 seconds (68333 nonces/minute)         

Tests: Actual BitFlipProperties odd/even:
[00]:   [01]:   [02]:   [03]:   [04]:   [05]:   [06]:   [07]:   
[08]:   [09]:   [0a]:   [0b]:   [0c]:   [0d]:   [0e]:   [0f]:   
[10]:   [11]:   [12]:   [13]:   [14]:   [15]:   [16]:   [17]:   
[18]:   [19]:   [1a]:   [1b]:   [1c]:   [1d]:   [1e]:   [1f]:   
[20]:   [21]:   [22]:   [23]:   [24]:   [25]:   [26]:   [27]:   
[28]:   [29]:   [2a]:   [2b]:   [2c]:   [2d]:   [2e]:   [2f]:   
[30]:   [31]:   [32]:   [33]:   [34]:   [35]:   [36]:   [37]:   
[38]:   [39]:   [3a]:   [3b]:   [3c]:   [3d]:   [3e]:   [3f]:   
[40]:   [41]:   [42]:   [43]:   [44]:   [45]:   [46]:   [47]:   
[48]:   [49]:   [4a]:   [4b]:   [4c]:   [4d]:   [4e]:   [4f]:   
[50]:   [51]:   [52]:   [53]:   [54]:   [55]:   [56]:   [57]:   
[58]:   [59]:   [5a]:   [5b]:   [5c]:   [5d]:   [5e]:   [5f]:   
[60]:   [61]:   [62]:   [63]:   [64]:   [65]:   [66]:   [67]:   
[68]:   [69]:   [6a]:   [6b]:   [6c]:   [6d]:   [6e]:   [6f]:   
[70]:   [71]:   [72]:   [73]:   [74]:   [75]:   [76]:   [77]:   
[78]:   [79]:   [7a]:   [7b]:   [7c]:   [7d]:   [7e]:   [7f]:   
[80]:   [81]:   [82]:   [83]:   [84]:   [85]:   [86]:   [87]:   
[88]:   [89]:   [8a]:   [8b]:   [8c]:   [8d]:   [8e]:   [8f]:   
[90]:   [91]:   [92]:   [93]:   [94]:   [95]:   [96]:   [97]:   
[98]:   [99]:   [9a]:   [9b]:   [9c]:   [9d]:   [9e]:   [9f]:   
[a0]:   [a1]:   [a2]:   [a3]:   [a4]:   [a5]:   [a6]:   [a7]:   
[a8]:   [a9]:   [aa]:   [ab]:   [ac]:   [ad]:   [ae]:   [af]:   
[b0]:   [b1]:   [b2]:   [b3]:   [b4]:   [b5]:   [b6]:   [b7]:   
[b8]:   [b9]:   [ba]:   [bb]:   [bc]:   [bd]:   [be]:   [bf]:   
[c0]:   [c1]:   [c2]:   [c3]:   [c4]:   [c5]:   [c6]:   [c7]:   
[c8]:   [c9]:   [ca]:   [cb]:   [cc]:   [cd]:   [ce]:   [cf]:   
[d0]:   [d1]:   [d2]:   [d3]:   [d4]:   [d5]:   [d6]:   [d7]:   
[d8]:   [d9]:   [da]:   [db]:   [dc]:   [dd]:   [de]:   [df]:   
[e0]:   [e1]:   [e2]:   [e3]:   [e4]:   [e5]:   [e6]:   [e7]:   
[e8]:   [e9]:   [ea]:   [eb]:   [ec]:   [ed]:   [ee]:   [ef]:   
[f0]:   [f1]:   [f2]:   [f3]:   [f4]:   [f5]:   [f6]:   [f7]:   
[f8]:   [f9]:   [fa]:   [fb]:   [fc]:   [fd]:   [fe]:   [ff]:   

Tests: Sorted First Bytes:
#000 Byte: cd, n = 240, k = 136, Sum(a8): 144, Confidence: 100,0%, Bitflip: 
#001 Byte: 92, n = 243, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#002 Byte: 60, n = 245, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#003 Byte: f5, n = 241, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#004 Byte: f4, n = 241, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#005 Byte: db, n = 240, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#006 Byte: 3e, n = 241, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#007 Byte: ee, n = 242, k = 122, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#008 Byte: a3, n = 239, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#009 Byte: 61, n = 239, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#010 Byte: 30, n = 238, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#011 Byte: 2f, n = 238, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#012 Byte: ad, n = 243, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#013 Byte: c5, n = 243, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#014 Byte: a4, n = 240, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#015 Byte: 91, n = 240, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#016 Byte: 64, n = 240, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#017 Byte: 3f, n = 240, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#018 Byte: 35, n = 240, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#019 Byte: e2, n = 237, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#020 Byte: df, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#021 Byte: d4, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#022 Byte: 5a, n = 237, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#023 Byte: 09, n = 237, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip: 
#024 Byte: 9a, n = 241, k = 119, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#025 Byte: 5c, n = 241, k = 119, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#026 Byte: f8, n = 238, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#027 Byte: a5, n = 238, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#028 Byte: 4b, n = 238, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#029 Byte: 1e, n = 238, k = 120, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#030 Byte: f2, n = 238, k = 134, Sum(a8): 144, Confidence:  99,9%, Bitflip: 
#031 Byte: 4e, n = 238, k = 104, Sum(a8): 112, Confidence:  99,9%, Bitflip: 
#032 Byte: e7, n = 235, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#033 Byte: c3, n = 234, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#034 Byte: b4, n = 234, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#035 Byte: 7e, n = 235, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#036 Byte: 75, n = 235, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#037 Byte: 62, n = 235, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#038 Byte: 52, n = 235, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#039 Byte: 44, n = 235, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#040 Byte: 11, n = 235, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#041 Byte: 05, n = 235, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#042 Byte: 02, n = 234, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#043 Byte: 00, n = 234, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip: 
#044 Byte: e6, n = 238, k = 103, Sum(a8): 112, Confidence:  99,9%, Bitflip: 
#045 Byte: fe, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#046 Byte: aa, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#047 Byte: a6, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#048 Byte: a2, n = 236, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#049 Byte: 5b, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#050 Byte: 3d, n = 236, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#051 Byte: 18, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#052 Byte: 16, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#053 Byte: 15, n = 236, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#054 Byte: 14, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#055 Byte: 34, n = 239, k = 121, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#056 Byte: dc, n = 233, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#057 Byte: ba, n = 232, k = 116, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#058 Byte: 31, n = 233, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip: 
#059 Byte: eb, n = 236, k = 103, Sum(a8): 112, Confidence:  99,8%, Bitflip: 
#060 Byte: 48, n = 243, k = 104, Sum(a8): 112, Confidence:  99,8%, Bitflip: 
#061 Byte: fb, n = 234, k = 116, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#062 Byte: ef, n = 234, k = 116, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#063 Byte: b1, n = 234, k = 116, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#064 Byte: 1b, n = 234, k = 118, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#065 Byte: 1a, n = 234, k = 118, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#066 Byte: 66, n = 235, k = 133, Sum(a8): 144, Confidence:  99,7%, Bitflip: 
#067 Byte: 78, n = 230, k = 115, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#068 Byte: 6c, n = 231, k = 115, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#069 Byte: 2e, n = 230, k = 115, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#070 Byte: fd, n = 237, k = 117, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#071 Byte: f3, n = 237, k = 120, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#072 Byte: e4, n = 237, k = 120, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#073 Byte: d2, n = 237, k = 120, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#074 Byte: 41, n = 237, k = 120, Sum(a8): 128, Confidence:  99,7%, Bitflip: 
#075 Byte: 0d, n = 236, k = 134, Sum(a8): 144, Confidence:  99,7%, Bitflip: 
#076 Byte: 37, n = 237, k = 133, Sum(a8): 144, Confidence:  99,6%, Bitflip: 
#077 Byte: 29, n = 237, k = 104, Sum(a8): 112, Confidence:  99,6%, Bitflip: 
#078 Byte: bb, n = 240, k = 106, Sum(a8): 112, Confidence:  99,6%, Bitflip: 
#079 Byte: 3b, n = 240, k = 134, Sum(a8): 144, Confidence:  99,6%, Bitflip: 
#080 Byte: 93, n = 240, k = 137, Sum(a8): 144, Confidence:  99,6%, Bitflip: 
#081 Byte: bf, n = 232, k = 115, Sum(a8): 128, Confidence:  99,6%, Bitflip: 
#082 Byte: 70, n = 232, k = 115, Sum(a8): 128, Confidence:  99,6%, Bitflip: 
#083 Byte: 24, n = 232, k = 115, Sum(a8): 128, Confidence:  99,6%, Bitflip: 
#084 Byte: e3, n = 229, k = 115, Sum(a8): 128, Confidence:  99,6%, Bitflip: 
#085 Byte: d8, n = 229, k = 115, Sum(a8): 128, Confidence:  99,6%, Bitflip: 
#086 Byte: bd, n = 229, k = 115, Sum(a8): 128, Confidence:  99,6%, Bitflip: 
#087 Byte: 7d, n = 229, k = 115, Sum(a8): 128, Confidence:  99,6%, Bitflip: 
#088 Byte: f0, n = 235, k = 119, Sum(a8): 128, Confidence:  99,5%, Bitflip: 
#089 Byte: ea, n = 235, k = 116, Sum(a8): 128, Confidence:  99,5%, Bitflip: 
#090 Byte: 87, n = 235, k = 116, Sum(a8): 128, Confidence:  99,5%, Bitflip: 
#091 Byte: 82, n = 235, k = 116, Sum(a8): 128, Confidence:  99,5%, Bitflip: 
#092 Byte: 2c, n = 235, k = 116, Sum(a8): 128, Confidence:  99,5%, Bitflip: 
#093 Byte: fa, n = 233, k = 101, Sum(a8): 112, Confidence:  99,4%, Bitflip: 
#094 Byte: f9, n = 235, k = 132, Sum(a8): 144, Confidence:  99,4%, Bitflip: 
#095 Byte: d1, n = 230, k = 114, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#096 Byte: 90, n = 230, k = 114, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#097 Byte: 7f, n = 230, k = 114, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#098 Byte: 6d, n = 230, k = 114, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#099 Byte: c6, n = 238, k = 121, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#100 Byte: 99, n = 238, k = 117, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#101 Byte: 43, n = 238, k = 117, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#102 Byte: 40, n = 238, k = 121, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#103 Byte: d7, n = 227, k = 113, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#104 Byte: 58, n = 227, k = 114, Sum(a8): 128, Confidence:  99,4%, Bitflip: 
#105 Byte: d6, n = 233, k = 118, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#106 Byte: d0, n = 233, k = 115, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#107 Byte: b0, n = 233, k = 118, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#108 Byte: 95, n = 233, k = 115, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#109 Byte: 80, n = 233, k = 118, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#110 Byte: 6f, n = 233, k = 115, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#111 Byte: 65, n = 233, k = 118, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#112 Byte: 12, n = 233, k = 118, Sum(a8): 128, Confidence:  99,3%, Bitflip: 
#113 Byte: 54, n = 228, k = 113, Sum(a8): 128, Confidence:  99,2%, Bitflip: 
#114 Byte: 50, n = 228, k = 115, Sum(a8): 128, Confidence:  99,2%, Bitflip: 
#115 Byte: ec, n = 224, k = 112, Sum(a8): 128, Confidence:  99,2%, Bitflip: 
#116 Byte: 84, n = 236, k = 120, Sum(a8): 128, Confidence:  99,1%, Bitflip: 
#117 Byte: 20, n = 236, k = 120, Sum(a8): 128, Confidence:  99,1%, Bitflip: 
#118 Byte: d9, n = 231, k = 117, Sum(a8): 128, Confidence:  99,1%, Bitflip: 
#119 Byte: 7c, n = 231, k = 117, Sum(a8): 128, Confidence:  99,1%, Bitflip: 
#120 Byte: 55, n = 231, k = 114, Sum(a8): 128, Confidence:  99,1%, Bitflip: 
#121 Byte: 83, n = 241, k = 107, Sum(a8): 112, Confidence:  99,0%, Bitflip: 
#122 Byte: d3, n = 231, k = 100, Sum(a8): 112, Confidence:  99,0%, Bitflip: 
#123 Byte: 4a, n = 238, k = 102, Sum(a8): 112, Confidence:  99,0%, Bitflip: 
#124 Byte: 98, n = 226, k = 114, Sum(a8): 128, Confidence:  99,0%, Bitflip: 
#125 Byte: 32, n = 230, k = 130, Sum(a8): 144, Confidence:  98,9%, Bitflip: 
#126 Byte: cc, n = 235, k = 134, Sum(a8): 144, Confidence:  98,9%, Bitflip: 
#127 Byte: be, n = 229, k = 113, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#128 Byte: 86, n = 229, k = 116, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#129 Byte: 49, n = 229, k = 113, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#130 Byte: 47, n = 229, k = 116, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#131 Byte: 46, n = 229, k = 113, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#132 Byte: 28, n = 229, k = 116, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#133 Byte: 23, n = 229, k = 116, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#134 Byte: 04, n = 229, k = 116, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#135 Byte: ed, n = 234, k = 119, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#136 Byte: e0, n = 234, k = 115, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#137 Byte: c7, n = 234, k = 115, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#138 Byte: 73, n = 234, k = 119, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#139 Byte: 67, n = 234, k = 119, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#140 Byte: 25, n = 234, k = 115, Sum(a8): 128, Confidence:  98,8%, Bitflip: 
#141 Byte: a1, n = 239, k = 117, Sum(a8): 128, Confidence:  98,7%, Bitflip: 
#142 Byte: 56, n = 239, k = 122, Sum(a8): 128, Confidence:  98,7%, Bitflip: 
#143 Byte: cb, n = 224, k = 111, Sum(a8): 128, Confidence:  98,7%, Bitflip: 
#144 Byte: cf, n = 234, k = 131, Sum(a8): 144, Confidence:  98,6%, Bitflip: 
#145 Byte: 9b, n = 227, k = 112, Sum(a8): 128, Confidence:  98,5%, Bitflip: 
#146 Byte: 5f, n = 227, k = 112, Sum(a8): 128, Confidence:  98,5%, Bitflip: 
#147 Byte: 45, n = 227, k = 112, Sum(a8): 128, Confidence:  98,5%, Bitflip: 
#148 Byte: fc, n = 232, k = 118, Sum(a8): 128, Confidence:  98,4%, Bitflip: 
#149 Byte: af, n = 232, k = 114, Sum(a8): 128, Confidence:  98,4%, Bitflip: 
#150 Byte: 59, n = 232, k = 118, Sum(a8): 128, Confidence:  98,4%, Bitflip: 
#151 Byte: 2a, n = 232, k = 114, Sum(a8): 128, Confidence:  98,4%, Bitflip: 
#152 Byte: 26, n = 232, k = 114, Sum(a8): 128, Confidence:  98,4%, Bitflip: 
#153 Byte: 2b, n = 228, k =  99, Sum(a8): 112, Confidence:  98,4%, Bitflip: 
#154 Byte: 22, n = 237, k = 116, Sum(a8): 128, Confidence:  98,2%, Bitflip: 
#155 Byte: 07, n = 237, k = 121, Sum(a8): 128, Confidence:  98,2%, Bitflip: 
#156 Byte: d5, n = 225, k = 114, Sum(a8): 128, Confidence:  98,2%, Bitflip: 
#157 Byte: c2, n = 232, k = 102, Sum(a8): 112, Confidence:  98,1%, Bitflip: 
#158 Byte: 0f, n = 232, k = 130, Sum(a8): 144, Confidence:  98,1%, Bitflip: 
#159 Byte: 08, n = 232, k = 130, Sum(a8): 144, Confidence:  98,1%, Bitflip: 
#160 Byte: 3c, n = 230, k = 113, Sum(a8): 128, Confidence:  98,0%, Bitflip: 
#161 Byte: a7, n = 236, k = 101, Sum(a8): 112, Confidence:  98,0%, Bitflip: 
#162 Byte: 8a, n = 239, k = 102, Sum(a8): 112, Confidence:  97,9%, Bitflip: 
#163 Byte: 74, n = 223, k = 110, Sum(a8): 128, Confidence:  97,8%, Bitflip: 
#164 Byte: ab, n = 226, k = 128, Sum(a8): 144, Confidence:  97,7%, Bitflip: 
#165 Byte: 63, n = 228, k = 112, Sum(a8): 128, Confidence:  97,6%, Bitflip: 
#166 Byte: 9c, n = 242, k = 134, Sum(a8): 144, Confidence:  97,6%, Bitflip: 
#167 Byte: 72, n = 235, k = 104, Sum(a8): 112, Confidence:  97,3%, Bitflip: 
#168 Byte: 4c, n = 235, k = 104, Sum(a8): 112, Confidence:  97,3%, Bitflip: 
#169 Byte: b9, n = 233, k = 114, Sum(a8): 128, Confidence:  97,2%, Bitflip: 
#170 Byte: 6a, n = 233, k = 114, Sum(a8): 128, Confidence:  97,2%, Bitflip: 
#171 Byte: 2d, n = 233, k = 119, Sum(a8): 128, Confidence:  97,2%, Bitflip: 
#172 Byte: b2, n = 228, k =  98, Sum(a8): 112, Confidence:  97,0%, Bitflip: 
#173 Byte: 0c, n = 228, k = 130, Sum(a8): 144, Confidence:  97,0%, Bitflip: 
#174 Byte: e9, n = 231, k =  99, Sum(a8): 112, Confidence:  97,0%, Bitflip: 
#175 Byte: 69, n = 231, k = 132, Sum(a8): 144, Confidence:  97,0%, Bitflip: 
#176 Byte: 36, n = 231, k = 132, Sum(a8): 144, Confidence:  97,0%, Bitflip: 
#177 Byte: f6, n = 234, k = 134, Sum(a8): 144, Confidence:  96,7%, Bitflip: 
#178 Byte: 8c, n = 234, k = 100, Sum(a8): 112, Confidence:  96,7%, Bitflip: 
#179 Byte: 42, n = 234, k = 134, Sum(a8): 144, Confidence:  96,7%, Bitflip: 
#180 Byte: 9f, n = 233, k = 103, Sum(a8): 112, Confidence:  96,7%, Bitflip: 
#181 Byte: 6b, n = 233, k = 130, Sum(a8): 144, Confidence:  96,7%, Bitflip: 
#182 Byte: c1, n = 231, k = 118, Sum(a8): 128, Confidence:  96,6%, Bitflip: 
#183 Byte: 8b, n = 231, k = 113, Sum(a8): 128, Confidence:  96,6%, Bitflip: 
#184 Byte: 3a, n = 231, k = 113, Sum(a8): 128, Confidence:  96,6%, Bitflip: 
#185 Byte: 76, n = 240, k = 107, Sum(a8): 112, Confidence:  96,6%, Bitflip: 
#186 Byte: 10, n = 222, k = 109, Sum(a8): 128, Confidence:  96,4%, Bitflip: 
#187 Byte: 17, n = 238, k = 116, Sum(a8): 128, Confidence:  96,2%, Bitflip: 
#188 Byte: 0b, n = 238, k = 122, Sum(a8): 128, Confidence:  96,2%, Bitflip: 
#189 Byte: ff, n = 229, k = 117, Sum(a8): 128, Confidence:  96,1%, Bitflip: 
#190 Byte: ce, n = 231, k = 129, Sum(a8): 144, Confidence:  96,1%, Bitflip: 
#191 Byte: 5e, n = 234, k = 126, Sum(a8): 136, Confidence:  95,9%, Bitflip: 
#192 Byte: 1c, n = 226, k =  97, Sum(a8): 112, Confidence:  95,9%, Bitflip: 
#193 Byte: 4f, n = 238, k = 106, Sum(a8): 112, Confidence:  95,7%, Bitflip: 
#194 Byte: 94, n = 227, k = 116, Sum(a8): 128, Confidence:  95,6%, Bitflip: 
#195 Byte: c9, n = 236, k = 115, Sum(a8): 128, Confidence:  95,5%, Bitflip: 
#196 Byte: 57, n = 236, k = 115, Sum(a8): 128, Confidence:  95,5%, Bitflip: 
#197 Byte: 0a, n = 229, k = 128, Sum(a8): 144, Confidence:  95,5%, Bitflip: 
#198 Byte: 97, n = 225, k = 115, Sum(a8): 128, Confidence:  95,1%, Bitflip: 
#199 Byte: ca, n = 236, k = 131, Sum(a8): 144, Confidence:  94,8%, Bitflip: 
#200 Byte: 5d, n = 236, k = 105, Sum(a8): 112, Confidence:  94,8%, Bitflip: 
#201 Byte: 9e, n = 234, k = 120, Sum(a8): 128, Confidence:  94,8%, Bitflip: 
#202 Byte: 96, n = 234, k = 114, Sum(a8): 128, Confidence:  94,8%, Bitflip: 
#203 Byte: a0, n = 232, k = 119, Sum(a8): 128, Confidence:  94,1%, Bitflip: 
#204 Byte: 6e, n = 232, k = 119, Sum(a8): 128, Confidence:  94,1%, Bitflip: 
#205 Byte: 8f, n = 234, k = 104, Sum(a8): 112, Confidence:  94,0%, Bitflip: 
#206 Byte: 68, n = 230, k = 118, Sum(a8): 128, Confidence:  93,5%, Bitflip: 
#207 Byte: 79, n = 230, k =  98, Sum(a8): 112, Confidence:  93,3%, Bitflip: 
#208 Byte: c4, n = 228, k = 117, Sum(a8): 128, Confidence:  92,9%, Bitflip: 
#209 Byte: 1d, n = 228, k = 117, Sum(a8): 128, Confidence:  92,9%, Bitflip: 
#210 Byte: 88, n = 230, k = 102, Sum(a8): 112, Confidence:  92,5%, Bitflip: 
#211 Byte: 85, n = 235, k = 124, Sum(a8): 136, Confidence:  92,1%, Bitflip: 
#212 Byte: 06, n = 224, k = 115, Sum(a8): 128, Confidence:  91,9%, Bitflip: 
#213 Byte: b7, n = 228, k = 101, Sum(a8): 112, Confidence:  91,8%, Bitflip: 
#214 Byte: a9, n = 228, k = 127, Sum(a8): 144, Confidence:  91,8%, Bitflip: 
#215 Byte: 89, n = 239, k = 123, Sum(a8): 128, Confidence:  91,6%, Bitflip: 
#216 Byte: 39, n = 239, k = 116, Sum(a8): 128, Confidence:  91,6%, Bitflip: 
#217 Byte: 51, n = 222, k = 108, Sum(a8): 128, Confidence:  91,4%, Bitflip: 
#218 Byte: 01, n = 222, k = 114, Sum(a8): 128, Confidence:  91,4%, Bitflip: 
#219 Byte: 0e, n = 226, k = 126, Sum(a8): 144, Confidence:  91,2%, Bitflip: 
#220 Byte: e8, n = 235, k = 121, Sum(a8): 128, Confidence:  90,0%, Bitflip: 
#221 Byte: e5, n = 235, k = 114, Sum(a8): 128, Confidence:  90,0%, Bitflip: 
#222 Byte: 33, n = 235, k = 114, Sum(a8): 128, Confidence:  90,0%, Bitflip: 
#223 Byte: 53, n = 237, k = 131, Sum(a8): 144, Confidence:  89,5%, Bitflip: 
#224 Byte: 7b, n = 233, k = 120, Sum(a8): 128, Confidence:  89,4%, Bitflip: 
#225 Byte: ac, n = 229, k = 118, Sum(a8): 128, Confidence:  88,4%, Bitflip: 
#226 Byte: a8, n = 229, k = 111, Sum(a8): 128, Confidence:  88,4%, Bitflip: 
#227 Byte: b8, n = 224, k = 120, Sum(a8): 136, Confidence:  87,9%, Bitflip: 
#228 Byte: 77, n = 233, k = 104, Sum(a8): 112, Confidence:  87,9%, Bitflip: 
#229 Byte: 4d, n = 233, k = 104, Sum(a8): 112, Confidence:  87,9%, Bitflip: 
#230 Byte: 27, n = 233, k = 129, Sum(a8): 144, Confidence:  87,9%, Bitflip: 
#231 Byte: ae, n = 228, k = 121, Sum(a8): 136, Confidence:  87,5%, Bitflip: 
#232 Byte: 8d, n = 234, k =  99, Sum(a8): 112, Confidence:  86,3%, Bitflip: 
#233 Byte: da, n = 236, k = 122, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#234 Byte: 71, n = 240, k = 124, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#235 Byte: b5, n = 232, k = 120, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#236 Byte: 9d, n = 230, k = 119, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#237 Byte: 19, n = 230, k = 119, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#238 Byte: c0, n = 228, k = 118, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#239 Byte: 81, n = 228, k = 118, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#240 Byte: 21, n = 226, k = 109, Sum(a8): 128, Confidence:  80,8%, Bitflip: 
#241 Byte: c8, n = 232, k = 126, Sum(a8): 136, Confidence:  80,0%, Bitflip: 
#242 Byte: 13, n = 232, k = 104, Sum(a8): 112, Confidence:  78,4%, Bitflip: 
#243 Byte: b6, n = 230, k = 105, Sum(a8): 120, Confidence:  76,3%, Bitflip: 
#244 Byte: dd, n = 226, k = 131, Sum(a8): 144, Confidence:  73,6%, Bitflip: 
#245 Byte: f1, n = 230, k = 121, Sum(a8): 136, Confidence:  73,5%, Bitflip: 
#246 Byte: f7, n = 233, k = 135, Sum(a8): 144, Confidence:  73,0%, Bitflip: 
#247 Byte: b3, n = 229, k = 110, Sum(a8): 128, Confidence:  70,1%, Bitflip: 
#248 Byte: bc, n = 233, k = 121, Sum(a8): 128, Confidence:  67,8%, Bitflip: 
#249 Byte: 38, n = 231, k = 104, Sum(a8): 112, Confidence:  65,8%, Bitflip: 
#250 Byte: 1f, n = 233, k = 128, Sum(a8): 144, Confidence:  64,5%, Bitflip: 
#251 Byte: e1, n = 239, k = 115, Sum(a8): 128, Confidence:  61,9%, Bitflip: 
#252 Byte: 7a, n = 233, k = 136, Sum(a8): 152, Confidence:  60,0%, Bitflip: 
#253 Byte: 8e, n = 235, k =  98, Sum(a8): 104, Confidence:  58,3%, Bitflip: 
#254 Byte: 03, n = 232, k = 135, Sum(a8): 144, Confidence:  55,7%, Bitflip: 
#255 Byte: de, n = 228, k = 103, Sum(a8): 112, Confidence:  53,9%, Bitflip: 
         
Sum(a0) = 144         
Number of first bytes with confidence > 99,9%: 30         
Generating crypto1 state candidates...
Number of possible keys with Sum(a0) = 144: 13751482660864 (2^43,6)
Reducing Partial Statelists (p,q) = (4,10) with lengths 74240, 185062
Odd  state candidates:  86272 (2^16,4)
Even state candidates: 510788 (2^19,0)
Odd  state candidates: 200540 (2^17,6)
Even state candidates: 205510 (2^17,6)
Odd  state candidates: 198893 (2^17,6)
Even state candidates: 202784 (2^17,6)
Odd  state candidates:  83127 (2^16,3)
Even state candidates: 494030 (2^18,9)
Reducing Partial Statelists (p,q) = (6,12) with lengths 181736, 73356
Odd  state candidates: 197498 (2^17,6)
Even state candidates: 200886 (2^17,6)
Odd  state candidates: 496926 (2^18,9)
Even state candidates:  84468 (2^16,4)
Odd  state candidates: 493879 (2^18,9)
Even state candidates:  84106 (2^16,4)
Odd  state candidates: 197754 (2^17,6)
Even state candidates: 191854 (2^17,5)
Reducing Partial Statelists (p,q) = (10,4) with lengths 182032, 74304
Odd  state candidates: 199216 (2^17,6)
Even state candidates: 206014 (2^17,7)
Odd  state candidates: 497444 (2^18,9)
Even state candidates:  85460 (2^16,4)
Odd  state candidates: 497621 (2^18,9)
Even state candidates:  85838 (2^16,4)
Odd  state candidates: 198646 (2^17,6)
Even state candidates: 194952 (2^17,6)
Reducing Partial Statelists (p,q) = (12,6) with lengths 73420, 178706
Odd  state candidates:  86088 (2^16,4)
Even state candidates: 498308 (2^18,9)
Odd  state candidates: 197234 (2^17,6)
Even state candidates: 193034 (2^17,6)
Odd  state candidates: 197039 (2^17,6)
Even state candidates: 191786 (2^17,5)
Odd  state candidates:  84385 (2^16,4)
Even state candidates: 482744 (2^18,9)
Number of remaining possible keys: 652297196152 (2^39,2)
Time for generating key candidates list: 51 seconds

Last edited by AT91SAM (2016-01-12 03:13:13)

Offline

#105 2016-01-12 03:45:34

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

here reduced to 2^37,2  at  95% and 20 you get 2⁴42,4
doing 99.9 and 90 good.
also going to do some other tests to reduce keys.
Like using brute forced difficult keys and test then first.
when sum is difficult and nonce's stay long at 0% inc the # of good bytes so it takes more nonce's 
you again see blocks fill in the very last nonce's so more good bytes will reduce but at a certain point it will fill all memory smile
if you got fast hardware you could also do
a brute force  unfolded pyramid approach

do on full range  parity test 000000000000-ffffffffffff on one nonce.
check for possible good parity bits
then save the good candidates.
then redo test with candidates over 2 encrypted nonce's.
only save keys that give good parity bits on both.
save good candidates
do them test over 3 enc nonce's 4th , 5th , 6th                       
until you have 1 key left , then the chance you got the right key is 100%
this could be done quite with a more complex GPU like the asus r9 280x
is has its own 3GB GDDR5 Memory so you can store a lot of keys in the GPU card memory smile




[== Undefined ==]
Checking for Filter Flip Properties...
Acquired  1792 nonces ( 1770 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  2016 nonces ( 1986 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  2576 nonces ( 2529 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  3024 nonces ( 2960 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  3584 nonces ( 3495 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  4032 nonces ( 3917 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  4592 nonces ( 4433 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  5040 nonces ( 4848 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  5600 nonces ( 5357 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  6048 nonces ( 5767 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  6608 nonces ( 6269 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  7056 nonces ( 6668 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  7504 nonces ( 7068 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  8064 nonces ( 7557 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  8512 nonces ( 7946 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  9072 nonces ( 8425 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired  9520 nonces ( 8821 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 10080 nonces ( 9308 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 10528 nonces ( 9683 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 11088 nonces (10145 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 11536 nonces (10519 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 12096 nonces (10982 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 12544 nonces (11346 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 13104 nonces (11793 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 13552 nonces (12163 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 14112 nonces (12635 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 14560 nonces (12999 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 15008 nonces (13349 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 15568 nonces (13796 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 16016 nonces (14150 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 16576 nonces (14594 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 17024 nonces (14953 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 17584 nonces (15373 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 18032 nonces (15708 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 18592 nonces (16127 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 19040 nonces (16461 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 19600 nonces (16885 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 20048 nonces (17213 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 20608 nonces (17634 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 21056 nonces (17968 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 21504 nonces (18293 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 22064 nonces (18687 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 22512 nonces (19027 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 23072 nonces (19446 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 23520 nonces (19760 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 24080 nonces (20162 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 24528 nonces (20468 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 25088 nonces (20846 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 25536 nonces (21155 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 26096 nonces (21532 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 26544 nonces (21828 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 27104 nonces (22197 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 27552 nonces (22483 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 28112 nonces (22844 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 28560 nonces (23133 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 29008 nonces (23407 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 29568 nonces (23760 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 30016 nonces (24053 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 30576 nonces (24419 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 31024 nonces (24707 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 31584 nonces (25028 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 32032 nonces (25279 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 32592 nonces (25618 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 33040 nonces (25878 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 33600 nonces (26196 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 34048 nonces (26454 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 34608 nonces (26773 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 35056 nonces (27045 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 35504 nonces (27293 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 36064 nonces (27616 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 36512 nonces (27886 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 37072 nonces (28206 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 37520 nonces (28462 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 38080 nonces (28784 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 38528 nonces (29026 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 39088 nonces (29337 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 39536 nonces (29569 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 40096 nonces (29863 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 40544 nonces (30107 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 41104 nonces (30401 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 41552 nonces (30641 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 42112 nonces (30954 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 42560 nonces (31179 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 43008 nonces (31428 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 43568 nonces (31711 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 44016 nonces (31948 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 44576 nonces (32233 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 45024 nonces (32469 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 45584 nonces (32778 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 46032 nonces (32994 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 46592 nonces (33252 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 47040 nonces (33482 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 47600 nonces (33742 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 48048 nonces (33973 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 48608 nonces (34239 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 49056 nonces (34442 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 49504 nonces (34670 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 50064 nonces (34950 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 50512 nonces (35133 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 51072 nonces (35405 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 51520 nonces (35607 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 52080 nonces (35859 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 52528 nonces (36066 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 53088 nonces (36323 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 53536 nonces (36522 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 54096 nonces (36779 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 54544 nonces (36974 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 55104 nonces (37216 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 55552 nonces (37395 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 56112 nonces (37645 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 56560 nonces (37838 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 57008 nonces (38038 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 57568 nonces (38261 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 58016 nonces (38440 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 58576 nonces (38659 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 59024 nonces (38830 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 59584 nonces (39075 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 60032 nonces (39257 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 60592 nonces (39493 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 61040 nonces (39653 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 61600 nonces (39869 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 62048 nonces (40043 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 62608 nonces (40262 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 63056 nonces (40426 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 63504 nonces (40611 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 64064 nonces (40835 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 64512 nonces (41011 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 65072 nonces (41209 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 65520 nonces (41384 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 66080 nonces (41599 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 66528 nonces (41758 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 67088 nonces (41959 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 67536 nonces (42113 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 68096 nonces (42311 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 68544 nonces (42453 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 69104 nonces (42642 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 69552 nonces (42810 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 70112 nonces (43024 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 70560 nonces (43174 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 71008 nonces (43333 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 71568 nonces (43524 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 72016 nonces (43676 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 72576 nonces (43862 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 73024 nonces (44014 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 73584 nonces (44215 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 74032 nonces (44349 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 74592 nonces (44526 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 75040 nonces (44675 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 75600 nonces (44860 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 76048 nonces (44999 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 76608 nonces (45159 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 77056 nonces (45288 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 77504 nonces (45428 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 78064 nonces (45606 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 78512 nonces (45736 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 79072 nonces (45902 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 79520 nonces (46025 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 80080 nonces (46195 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 80528 nonces (46331 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 81088 nonces (46465 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 81536 nonces (46596 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 82096 nonces (46746 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 82544 nonces (46863 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 83104 nonces (47020 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 83552 nonces (47166 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 84112 nonces (47335 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 84560 nonces (47467 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 85008 nonces (47571 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 85568 nonces (47724 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 86016 nonces (47849 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 86576 nonces (48017 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 87024 nonces (48148 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 87584 nonces (48287 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 88032 nonces (48399 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 88592 nonces (48529 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 89040 nonces (48649 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 89600 nonces (48792 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 90048 nonces (48905 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 90608 nonces (49036 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 91056 nonces (49161 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 91504 nonces (49283 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 92064 nonces (49415 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 92512 nonces (49531 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 93072 nonces (49681 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 93520 nonces (49763 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 94080 nonces (49891 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 94528 nonces (50003 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 95088 nonces (50141 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 95536 nonces (50241 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 96096 nonces (50389 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 96544 nonces (50489 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 97104 nonces (50612 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 97552 nonces (50714 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 98112 nonces (50842 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 98560 nonces (50949 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 99008 nonces (51041 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 99568 nonces (51178 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 100016 nonces (51288 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 100576 nonces (51410 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 101024 nonces (51497 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 101584 nonces (51616 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 102032 nonces (51705 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 102592 nonces (51833 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 103040 nonces (51916 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 103600 nonces (52033 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 104048 nonces (52138 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 104608 nonces (52252 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 105056 nonces (52327 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 105504 nonces (52418 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 106064 nonces (52530 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 106512 nonces (52631 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 107072 nonces (52744 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 107520 nonces (52826 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 108080 nonces (52939 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 108528 nonces (53019 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 109088 nonces (53117 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 109536 nonces (53202 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 110096 nonces (53300 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 110544 nonces (53392 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 111104 nonces (53495 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 111552 nonces (53580 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 112112 nonces (53692 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 112560 nonces (53766 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 113008 nonces (53851 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 113568 nonces (53969 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 114016 nonces (54035 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 114576 nonces (54140 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 115024 nonces (54210 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 115584 nonces (54305 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 116032 nonces (54367 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 116592 nonces (54457 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 117040 nonces (54545 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 117600 nonces (54637 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 118048 nonces (54708 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 118608 nonces (54811 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 119056 nonces (54880 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 119504 nonces (54947 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 120064 nonces (55038 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 120512 nonces (55106 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 121072 nonces (55184 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 121520 nonces (55263 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 122080 nonces (55350 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 122528 nonces (55420 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 123088 nonces (55499 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 123536 nonces (55569 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 124096 nonces (55640 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 124544 nonces (55710 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 125104 nonces (55795 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 125552 nonces (55871 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 126112 nonces (55944 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 126560 nonces (56012 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 127008 nonces (56066 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 127568 nonces (56146 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 128016 nonces (56212 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 128576 nonces (56274 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 129024 nonces (56336 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 129584 nonces (56409 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 130032 nonces (56465 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 130592 nonces (56540 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 131040 nonces (56600 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 131600 nonces (56695 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 132048 nonces (56758 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 132608 nonces (56827 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 133056 nonces (56885 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 133504 nonces (56954 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 134064 nonces (57034 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 134512 nonces (57088 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 135072 nonces (57164 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 135520 nonces (57221 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 136080 nonces (57292 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 136528 nonces (57339 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 137088 nonces (57424 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 137536 nonces (57476 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 138096 nonces (57545 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 138544 nonces (57592 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 139104 nonces (57662 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 139552 nonces (57709 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 0
Acquired 140112 nonces (57789 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 1
Acquired 140560 nonces (57844 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 1
Acquired 141008 nonces (57903 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 1
Acquired 141568 nonces (57962 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 3
Acquired 142016 nonces (58006 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 3
Acquired 142576 nonces (58062 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 3
Acquired 143024 nonces (58113 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 3
Acquired 143584 nonces (58185 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 144032 nonces (58239 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 4
Acquired 144592 nonces (58291 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 5
Acquired 145040 nonces (58333 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 6
Acquired 145600 nonces (58384 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 6
Acquired 146048 nonces (58431 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 7
Acquired 146608 nonces (58488 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 8
Acquired 147056 nonces (58541 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 8
Acquired 147504 nonces (58595 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 8
Acquired 148064 nonces (58654 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 8
Acquired 148512 nonces (58692 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 10
Acquired 149072 nonces (58750 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 10
Acquired 149520 nonces (58788 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 10
Acquired 150080 nonces (58840 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 11
Acquired 150528 nonces (58887 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 10
Acquired 151088 nonces (58943 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 11
Acquired 151536 nonces (58981 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 12
Acquired 152096 nonces (59030 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 15
Acquired 152544 nonces (59081 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 16
Acquired 153104 nonces (59128 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 16
Acquired 153552 nonces (59163 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 16
Acquired 154112 nonces (59211 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 17
Acquired 154560 nonces (59245 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 17
Acquired 155008 nonces (59289 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 19
Acquired 155568 nonces (59340 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 19
Acquired 156016 nonces (59387 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 20
Acquired 156576 nonces (59439 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 24
Acquired 157024 nonces (59487 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 24
Acquired 157584 nonces (59538 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 25
Acquired 158032 nonces (59580 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 26
Acquired 158592 nonces (59628 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 28
Acquired 159040 nonces (59671 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 29
Acquired 159600 nonces (59729 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 35
Acquired 160048 nonces (59776 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 37
Acquired 160608 nonces (59826 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 40
Acquired 161056 nonces (59863 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 42
Acquired 161504 nonces (59896 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 45
Acquired 162064 nonces (59954 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 47
Acquired 162512 nonces (59998 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 48
Acquired 163072 nonces (60042 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 54
Acquired 163520 nonces (60081 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 55
Acquired 164080 nonces (60132 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 58
Acquired 164528 nonces (60166 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 59
Acquired 165088 nonces (60206 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 59
Acquired 165536 nonces (60235 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 58
Acquired 166096 nonces (60276 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 60
Acquired 166544 nonces (60318 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 58
Acquired 167104 nonces (60359 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 58
Acquired 167552 nonces (60401 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 59
Acquired 168112 nonces (60448 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 64
Acquired 168560 nonces (60483 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 66
Acquired 169008 nonces (60521 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 69
Acquired 169568 nonces (60561 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 70
Acquired 170016 nonces (60587 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 71
Acquired 170576 nonces (60635 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 74
Acquired 171024 nonces (60662 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 77
Acquired 171584 nonces (60695 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 78
Acquired 172032 nonces (60729 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 82
Acquired 172592 nonces (60767 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 99,9%: 87
Acquired a total of 172816 nonces in 139,5 seconds (74324 nonces/minute)          

Tests: Actual BitFlipProperties odd/even:
[00]:   [01]:   [02]:   [03]:   [04]:   [05]:   [06]:   [07]:   
[08]:   [09]:   [0a]:   [0b]:   [0c]:   [0d]:   [0e]:   [0f]:   
[10]:   [11]:   [12]:   [13]:   [14]:   [15]:   [16]:   [17]:   
[18]:   [19]:   [1a]:   [1b]:   [1c]:   [1d]:   [1e]:   [1f]:   
[20]:   [21]:   [22]:   [23]:   [24]:   [25]:   [26]:   [27]:   
[28]:   [29]:   [2a]:   [2b]:   [2c]:   [2d]:   [2e]:   [2f]:   
[30]:   [31]:   [32]:   [33]:   [34]:   [35]:   [36]:   [37]:   
[38]:   [39]:   [3a]:   [3b]:   [3c]:   [3d]:   [3e]:   [3f]:   
[40]:   [41]:   [42]:   [43]:   [44]:   [45]:   [46]:   [47]:   
[48]:   [49]:   [4a]:   [4b]:   [4c]:   [4d]:   [4e]:   [4f]:   
[50]:   [51]:   [52]:   [53]:   [54]:   [55]:   [56]:   [57]:   
[58]:   [59]:   [5a]:   [5b]:   [5c]:   [5d]:   [5e]:   [5f]:   
[60]:   [61]:   [62]:   [63]:   [64]:   [65]:   [66]:   [67]:   
[68]:   [69]:   [6a]:   [6b]:   [6c]:   [6d]:   [6e]:   [6f]:   
[70]:   [71]:   [72]:   [73]:   [74]:   [75]:   [76]:   [77]:   
[78]:   [79]:   [7a]:   [7b]:   [7c]:   [7d]:   [7e]:   [7f]:   
[80]:   [81]:   [82]:   [83]:   [84]:   [85]:   [86]:   [87]:   
[88]:   [89]:   [8a]:   [8b]:   [8c]:   [8d]:   [8e]:   [8f]:   
[90]:   [91]:   [92]:   [93]:   [94]:   [95]:   [96]:   [97]:   
[98]:   [99]:   [9a]:   [9b]:   [9c]:   [9d]:   [9e]:   [9f]:   
[a0]:   [a1]:   [a2]:   [a3]:   [a4]:   [a5]:   [a6]:   [a7]:   
[a8]:   [a9]:   [aa]:   [ab]:   [ac]:   [ad]:   [ae]:   [af]:   
[b0]:   [b1]:   [b2]:   [b3]:   [b4]:   [b5]:   [b6]:   [b7]:   
[b8]:   [b9]:   [ba]:   [bb]:   [bc]:   [bd]:   [be]:   [bf]:   
[c0]:   [c1]:   [c2]:   [c3]:   [c4]:   [c5]:   [c6]:   [c7]:   
[c8]:   [c9]:   [ca]:   [cb]:   [cc]:   [cd]:   [ce]:   [cf]:   
[d0]:   [d1]:   [d2]:   [d3]:   [d4]:   [d5]:   [d6]:   [d7]:   
[d8]:   [d9]:   [da]:   [db]:   [dc]:   [dd]:   [de]:   [df]:   
[e0]:   [e1]:   [e2]:   [e3]:   [e4]:   [e5]:   [e6]:   [e7]:   
[e8]:   [e9]:   [ea]:   [eb]:   [ec]:   [ed]:   [ee]:   [ef]:   
[f0]:   [f1]:   [f2]:   [f3]:   [f4]:   [f5]:   [f6]:   [f7]:   
[f8]:   [f9]:   [fa]:   [fb]:   [fc]:   [fd]:   [fe]:   [ff]:   

Tests: Sorted First Bytes:
#000 Byte: 0d, n = 241, k = 136, Sum(a8): 144, Confidence: 100,0%, Bitflip:  
#001 Byte: ed, n = 246, k = 124, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#002 Byte: e9, n = 242, k = 105, Sum(a8): 112, Confidence: 100,0%, Bitflip:  
#003 Byte: e8, n = 246, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#004 Byte: d6, n = 246, k = 124, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#005 Byte: d1, n = 244, k = 123, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#006 Byte: c2, n = 245, k = 107, Sum(a8): 112, Confidence: 100,0%, Bitflip:  
#007 Byte: aa, n = 243, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#008 Byte: 9c, n = 245, k = 139, Sum(a8): 144, Confidence: 100,0%, Bitflip:  
#009 Byte: 89, n = 242, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#010 Byte: 7d, n = 243, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#011 Byte: 6a, n = 247, k = 124, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#012 Byte: 65, n = 245, k = 124, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#013 Byte: 58, n = 242, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#014 Byte: 3a, n = 244, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#015 Byte: 35, n = 243, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#016 Byte: 12, n = 247, k = 125, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#017 Byte: 05, n = 243, k = 122, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#018 Byte: 00, n = 244, k = 123, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#019 Byte: fe, n = 241, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#020 Byte: ef, n = 241, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#021 Byte: e7, n = 241, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#022 Byte: d7, n = 241, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#023 Byte: d5, n = 241, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#024 Byte: d0, n = 241, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#025 Byte: c3, n = 241, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#026 Byte: 8b, n = 241, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#027 Byte: 63, n = 240, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#028 Byte: 5a, n = 240, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#029 Byte: 1b, n = 241, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#030 Byte: 17, n = 241, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#031 Byte: 11, n = 241, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#032 Byte: 07, n = 240, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#033 Byte: ce, n = 241, k = 136, Sum(a8): 144, Confidence: 100,0%, Bitflip:  
#034 Byte: 53, n = 241, k = 136, Sum(a8): 144, Confidence: 100,0%, Bitflip:  
#035 Byte: f3, n = 243, k = 122, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#036 Byte: 95, n = 242, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#037 Byte: 02, n = 242, k = 122, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#038 Byte: b2, n = 242, k = 106, Sum(a8): 112, Confidence: 100,0%, Bitflip:  
#039 Byte: 8c, n = 242, k = 106, Sum(a8): 112, Confidence: 100,0%, Bitflip:  
#040 Byte: e4, n = 239, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#041 Byte: e3, n = 238, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#042 Byte: c9, n = 239, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#043 Byte: 92, n = 238, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#044 Byte: 6f, n = 239, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#045 Byte: 45, n = 238, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#046 Byte: 3c, n = 238, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#047 Byte: 15, n = 239, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#048 Byte: 04, n = 238, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#049 Byte: e5, n = 243, k = 120, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#050 Byte: a9, n = 240, k = 136, Sum(a8): 144, Confidence: 100,0%, Bitflip:  
#051 Byte: 3b, n = 239, k = 135, Sum(a8): 144, Confidence: 100,0%, Bitflip:  
#052 Byte: f5, n = 240, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#053 Byte: f4, n = 240, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#054 Byte: d9, n = 240, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#055 Byte: 7c, n = 240, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#056 Byte: 60, n = 240, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#057 Byte: 39, n = 240, k = 121, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#058 Byte: 2e, n = 240, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#059 Byte: 01, n = 240, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#060 Byte: 13, n = 240, k = 105, Sum(a8): 112, Confidence: 100,0%, Bitflip:  
#061 Byte: f2, n = 241, k = 137, Sum(a8): 144, Confidence: 100,0%, Bitflip:  
#062 Byte: ff, n = 237, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#063 Byte: ea, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#064 Byte: da, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#065 Byte: c7, n = 237, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#066 Byte: bd, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#067 Byte: a6, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#068 Byte: 90, n = 237, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#069 Byte: 5c, n = 237, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#070 Byte: 2c, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#071 Byte: 22, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#072 Byte: 21, n = 237, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#073 Byte: 20, n = 237, k = 119, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#074 Byte: 19, n = 236, k = 118, Sum(a8): 128, Confidence: 100,0%, Bitflip:  
#075 Byte: f8, n = 241, k = 122, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#076 Byte: b5, n = 241, k = 119, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#077 Byte: b4, n = 241, k = 122, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#078 Byte: b1, n = 241, k = 119, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#079 Byte: 8e, n = 241, k = 106, Sum(a8): 112, Confidence:  99,9%, Bitflip:  
#080 Byte: 1c, n = 241, k = 106, Sum(a8): 112, Confidence:  99,9%, Bitflip:  
#081 Byte: fb, n = 238, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#082 Byte: 98, n = 238, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#083 Byte: 7e, n = 238, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#084 Byte: 55, n = 238, k = 120, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#085 Byte: 47, n = 238, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#086 Byte: 30, n = 238, k = 120, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#087 Byte: 18, n = 238, k = 120, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#088 Byte: cd, n = 242, k = 138, Sum(a8): 144, Confidence:  99,9%, Bitflip:  
#089 Byte: c4, n = 235, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#090 Byte: 71, n = 235, k = 118, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#091 Byte: 2d, n = 235, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#092 Byte: 14, n = 235, k = 117, Sum(a8): 128, Confidence:  99,9%, Bitflip:  
#093 Byte: 8a, n = 237, k = 103, Sum(a8): 112, Confidence:  99,9%, Bitflip:  
#094 Byte: 9f, n = 238, k = 103, Sum(a8): 112, Confidence:  99,9%, Bitflip:  
#095 Byte: b0, n = 236, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#096 Byte: af, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#097 Byte: a5, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#098 Byte: 54, n = 236, k = 119, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#099 Byte: 43, n = 236, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#100 Byte: 3d, n = 236, k = 117, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#101 Byte: f0, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#102 Byte: d4, n = 239, k = 121, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#103 Byte: ba, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#104 Byte: ad, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#105 Byte: a8, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#106 Byte: a4, n = 239, k = 121, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#107 Byte: a3, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#108 Byte: 9e, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#109 Byte: 91, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#110 Byte: 80, n = 239, k = 121, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#111 Byte: 6c, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#112 Byte: 49, n = 242, k = 123, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#113 Byte: 25, n = 239, k = 118, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#114 Byte: c6, n = 232, k = 116, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#115 Byte: c5, n = 232, k = 116, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#116 Byte: 1e, n = 232, k = 116, Sum(a8): 128, Confidence:  99,8%, Bitflip:  
#117 Byte: ab, n = 239, k = 134, Sum(a8): 144, Confidence:  99,8%, Bitflip:  
#118 Byte: 48, n = 239, k = 105, Sum(a8): 112, Confidence:  99,8%, Bitflip:  
#119 Byte: 0a, n = 239, k = 136, Sum(a8): 144, Confidence:  99,8%, Bitflip:  
#120 Byte: 8f, n = 236, k = 103, Sum(a8): 112, Confidence:  99,8%, Bitflip:  
#121 Byte: 77, n = 236, k = 103, Sum(a8): 112, Confidence:  99,8%, Bitflip:  
#122 Byte: 69, n = 243, k = 139, Sum(a8): 144, Confidence:  99,8%, Bitflip:  
#123 Byte: 59, n = 234, k = 118, Sum(a8): 128, Confidence:  99,7%, Bitflip:  
#124 Byte: 44, n = 234, k = 116, Sum(a8): 128, Confidence:  99,7%, Bitflip:  
#125 Byte: 1a, n = 234, k = 116, Sum(a8): 128, Confidence:  99,7%, Bitflip:  
#126 Byte: cf, n = 235, k = 133, Sum(a8): 144, Confidence:  99,7%, Bitflip:  
#127 Byte: 6d, n = 231, k = 116, Sum(a8): 128, Confidence:  99,7%, Bitflip:  
#128 Byte: 5f, n = 237, k = 117, Sum(a8): 128, Confidence:  99,7%, Bitflip:  
#129 Byte: 34, n = 237, k = 120, Sum(a8): 128, Confidence:  99,7%, Bitflip:  
#130 Byte: 26, n = 237, k = 117, Sum(a8): 128, Confidence:  99,7%, Bitflip:  
#131 Byte: 36, n = 236, k = 134, Sum(a8): 144, Confidence:  99,7%, Bitflip:  
#132 Byte: b3, n = 240, k = 122, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#133 Byte: a0, n = 240, k = 118, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#134 Byte: 94, n = 240, k = 122, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#135 Byte: 84, n = 240, k = 122, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#136 Byte: 6e, n = 240, k = 118, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#137 Byte: 33, n = 240, k = 118, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#138 Byte: eb, n = 240, k = 106, Sum(a8): 112, Confidence:  99,6%, Bitflip:  
#139 Byte: 4d, n = 234, k = 102, Sum(a8): 112, Confidence:  99,6%, Bitflip:  
#140 Byte: bc, n = 232, k = 117, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#141 Byte: 64, n = 243, k = 124, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#142 Byte: 50, n = 243, k = 119, Sum(a8): 128, Confidence:  99,6%, Bitflip:  
#143 Byte: bf, n = 235, k = 116, Sum(a8): 128, Confidence:  99,5%, Bitflip:  
#144 Byte: 78, n = 235, k = 116, Sum(a8): 128, Confidence:  99,5%, Bitflip:  
#145 Byte: 37, n = 243, k = 135, Sum(a8): 144, Confidence:  99,5%, Bitflip:  
#146 Byte: 72, n = 233, k = 101, Sum(a8): 112, Confidence:  99,4%, Bitflip:  
#147 Byte: 93, n = 235, k = 132, Sum(a8): 144, Confidence:  99,4%, Bitflip:  
#148 Byte: 75, n = 230, k = 114, Sum(a8): 128, Confidence:  99,4%, Bitflip:  
#149 Byte: 62, n = 230, k = 116, Sum(a8): 128, Confidence:  99,4%, Bitflip:  
#150 Byte: 99, n = 238, k = 121, Sum(a8): 128, Confidence:  99,4%, Bitflip:  
#151 Byte: 87, n = 238, k = 121, Sum(a8): 128, Confidence:  99,4%, Bitflip:  
#152 Byte: 7f, n = 238, k = 121, Sum(a8): 128, Confidence:  99,4%, Bitflip:  
#153 Byte: 70, n = 238, k = 117, Sum(a8): 128, Confidence:  99,4%, Bitflip:  
#154 Byte: 29, n = 246, k = 110, Sum(a8): 112, Confidence:  99,4%, Bitflip:  
#155 Byte: 82, n = 233, k = 115, Sum(a8): 128, Confidence:  99,3%, Bitflip:  
#156 Byte: 73, n = 233, k = 118, Sum(a8): 128, Confidence:  99,3%, Bitflip:  
#157 Byte: 1d, n = 233, k = 118, Sum(a8): 128, Confidence:  99,3%, Bitflip:  
#158 Byte: 38, n = 238, k = 105, Sum(a8): 112, Confidence:  99,3%, Bitflip:  
#159 Byte: 08, n = 232, k = 131, Sum(a8): 144, Confidence:  99,3%, Bitflip:  
#160 Byte: 83, n = 234, k = 101, Sum(a8): 112, Confidence:  99,3%, Bitflip:  
#161 Byte: 28, n = 228, k = 113, Sum(a8): 128, Confidence:  99,2%, Bitflip:  
#162 Byte: be, n = 241, k = 123, Sum(a8): 128, Confidence:  99,2%, Bitflip:  
#163 Byte: e0, n = 236, k = 116, Sum(a8): 128, Confidence:  99,1%, Bitflip:  
#164 Byte: dc, n = 236, k = 120, Sum(a8): 128, Confidence:  99,1%, Bitflip:  
#165 Byte: 3e, n = 236, k = 116, Sum(a8): 128, Confidence:  99,1%, Bitflip:  
#166 Byte: fc, n = 231, k = 117, Sum(a8): 128, Confidence:  99,1%, Bitflip:  
#167 Byte: b9, n = 231, k = 114, Sum(a8): 128, Confidence:  99,1%, Bitflip:  
#168 Byte: 96, n = 231, k = 114, Sum(a8): 128, Confidence:  99,1%, Bitflip:  
#169 Byte: 2b, n = 238, k = 102, Sum(a8): 112, Confidence:  99,0%, Bitflip:  
#170 Byte: de, n = 236, k = 104, Sum(a8): 112, Confidence:  99,0%, Bitflip:  
#171 Byte: 0c, n = 230, k = 130, Sum(a8): 144, Confidence:  98,9%, Bitflip:  
#172 Byte: 46, n = 234, k = 115, Sum(a8): 128, Confidence:  98,8%, Bitflip:  
#173 Byte: 3f, n = 234, k = 115, Sum(a8): 128, Confidence:  98,8%, Bitflip:  
#174 Byte: e1, n = 239, k = 122, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#175 Byte: a1, n = 239, k = 122, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#176 Byte: 97, n = 239, k = 122, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#177 Byte: 5b, n = 239, k = 122, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#178 Byte: 56, n = 239, k = 117, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#179 Byte: 52, n = 239, k = 117, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#180 Byte: 31, n = 239, k = 122, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#181 Byte: 09, n = 239, k = 122, Sum(a8): 128, Confidence:  98,7%, Bitflip:  
#182 Byte: b6, n = 234, k = 103, Sum(a8): 112, Confidence:  98,6%, Bitflip:  
#183 Byte: 5d, n = 234, k = 103, Sum(a8): 112, Confidence:  98,6%, Bitflip:  
#184 Byte: f9, n = 244, k = 135, Sum(a8): 144, Confidence:  98,5%, Bitflip:  
#185 Byte: b7, n = 239, k = 106, Sum(a8): 112, Confidence:  98,5%, Bitflip:  
#186 Byte: 23, n = 227, k = 112, Sum(a8): 128, Confidence:  98,5%, Bitflip:  
#187 Byte: 67, n = 232, k = 118, Sum(a8): 128, Confidence:  98,4%, Bitflip:  
#188 Byte: 79, n = 229, k = 100, Sum(a8): 112, Confidence:  98,3%, Bitflip:  
#189 Byte: ec, n = 237, k = 121, Sum(a8): 128, Confidence:  98,2%, Bitflip:  
#190 Byte: d2, n = 237, k = 116, Sum(a8): 128, Confidence:  98,2%, Bitflip:  
#191 Byte: 8d, n = 233, k = 100, Sum(a8): 112, Confidence:  98,0%, Bitflip:  
#192 Byte: fd, n = 230, k = 113, Sum(a8): 128, Confidence:  98,0%, Bitflip:  
#193 Byte: c1, n = 230, k = 117, Sum(a8): 128, Confidence:  98,0%, Bitflip:  
#194 Byte: 9b, n = 230, k = 117, Sum(a8): 128, Confidence:  98,0%, Bitflip:  
#195 Byte: 27, n = 236, k = 135, Sum(a8): 144, Confidence:  98,0%, Bitflip:  
#196 Byte: 0f, n = 239, k = 137, Sum(a8): 144, Confidence:  97,9%, Bitflip:  
#197 Byte: a7, n = 237, k = 105, Sum(a8): 112, Confidence:  97,9%, Bitflip:  
#198 Byte: 42, n = 237, k = 132, Sum(a8): 144, Confidence:  97,9%, Bitflip:  
#199 Byte: 03, n = 237, k = 132, Sum(a8): 144, Confidence:  97,9%, Bitflip:  
#200 Byte: 66, n = 227, k = 128, Sum(a8): 144, Confidence:  97,8%, Bitflip:  
#201 Byte: 7b, n = 235, k = 120, Sum(a8): 128, Confidence:  97,7%, Bitflip:  
#202 Byte: 61, n = 228, k = 112, Sum(a8): 128, Confidence:  97,6%, Bitflip:  
#203 Byte: bb, n = 235, k = 104, Sum(a8): 112, Confidence:  97,3%, Bitflip:  
#204 Byte: 32, n = 235, k = 131, Sum(a8): 144, Confidence:  97,3%, Bitflip:  
#205 Byte: 2f, n = 236, k = 125, Sum(a8): 136, Confidence:  97,2%, Bitflip:  
#206 Byte: df, n = 233, k = 119, Sum(a8): 128, Confidence:  97,2%, Bitflip:  
#207 Byte: 51, n = 233, k = 114, Sum(a8): 128, Confidence:  97,2%, Bitflip:  
#208 Byte: 40, n = 233, k = 114, Sum(a8): 128, Confidence:  97,2%, Bitflip:  
#209 Byte: 10, n = 240, k = 117, Sum(a8): 128, Confidence:  97,1%, Bitflip:  
#210 Byte: e2, n = 231, k = 118, Sum(a8): 128, Confidence:  96,6%, Bitflip:  
#211 Byte: 6b, n = 240, k = 133, Sum(a8): 144, Confidence:  96,6%, Bitflip:  
#212 Byte: 5e, n = 240, k = 133, Sum(a8): 144, Confidence:  96,6%, Bitflip:  
#213 Byte: ac, n = 238, k = 116, Sum(a8): 128, Confidence:  96,2%, Bitflip:  
#214 Byte: 41, n = 238, k = 116, Sum(a8): 128, Confidence:  96,2%, Bitflip:  
#215 Byte: f1, n = 229, k = 112, Sum(a8): 128, Confidence:  96,1%, Bitflip:  
#216 Byte: 76, n = 231, k = 102, Sum(a8): 112, Confidence:  96,1%, Bitflip:  
#217 Byte: ee, n = 236, k = 115, Sum(a8): 128, Confidence:  95,5%, Bitflip:  
#218 Byte: 9d, n = 236, k = 121, Sum(a8): 128, Confidence:  95,5%, Bitflip:  
#219 Byte: 68, n = 236, k = 115, Sum(a8): 128, Confidence:  95,5%, Bitflip:  
#220 Byte: cb, n = 234, k = 114, Sum(a8): 128, Confidence:  94,8%, Bitflip:  
#221 Byte: ae, n = 234, k = 114, Sum(a8): 128, Confidence:  94,8%, Bitflip:  
#222 Byte: 9a, n = 234, k = 120, Sum(a8): 128, Confidence:  94,8%, Bitflip:  
#223 Byte: 74, n = 234, k = 114, Sum(a8): 128, Confidence:  94,8%, Bitflip:  
#224 Byte: 57, n = 234, k = 114, Sum(a8): 128, Confidence:  94,8%, Bitflip:  
#225 Byte: dd, n = 235, k = 135, Sum(a8): 144, Confidence:  94,2%, Bitflip:  
#226 Byte: 4e, n = 234, k = 104, Sum(a8): 112, Confidence:  94,0%, Bitflip:  
#227 Byte: fa, n = 230, k = 102, Sum(a8): 112, Confidence:  92,5%, Bitflip:  
#228 Byte: 06, n = 239, k = 116, Sum(a8): 128, Confidence:  91,6%, Bitflip:  
#229 Byte: c0, n = 237, k = 122, Sum(a8): 128, Confidence:  90,8%, Bitflip:  
#230 Byte: a2, n = 237, k = 122, Sum(a8): 128, Confidence:  90,8%, Bitflip:  
#231 Byte: cc, n = 239, k = 132, Sum(a8): 144, Confidence:  90,4%, Bitflip:  
#232 Byte: 85, n = 235, k = 121, Sum(a8): 128, Confidence:  90,0%, Bitflip:  
#233 Byte: 4c, n = 236, k = 100, Sum(a8): 112, Confidence:  89,7%, Bitflip:  
#234 Byte: f7, n = 237, k = 131, Sum(a8): 144, Confidence:  89,5%, Bitflip:  
#235 Byte: d8, n = 233, k = 120, Sum(a8): 128, Confidence:  89,4%, Bitflip:  
#236 Byte: 24, n = 233, k = 113, Sum(a8): 128, Confidence:  89,4%, Bitflip:  
#237 Byte: 16, n = 233, k = 120, Sum(a8): 128, Confidence:  89,4%, Bitflip:  
#238 Byte: c8, n = 235, k = 130, Sum(a8): 144, Confidence:  88,6%, Bitflip:  
#239 Byte: ca, n = 233, k = 129, Sum(a8): 144, Confidence:  87,9%, Bitflip:  
#240 Byte: 86, n = 231, k = 109, Sum(a8): 120, Confidence:  85,5%, Bitflip:  
#241 Byte: db, n = 238, k = 115, Sum(a8): 128, Confidence:  80,8%, Bitflip:  
#242 Byte: 81, n = 238, k = 123, Sum(a8): 128, Confidence:  80,8%, Bitflip:  
#243 Byte: 4b, n = 236, k = 122, Sum(a8): 128, Confidence:  80,8%, Bitflip:  
#244 Byte: 0b, n = 236, k = 114, Sum(a8): 128, Confidence:  80,8%, Bitflip:  
#245 Byte: 4a, n = 230, k =  97, Sum(a8): 112, Confidence:  79,7%, Bitflip:  
#246 Byte: 4f, n = 242, k = 109, Sum(a8): 112, Confidence:  78,4%, Bitflip:  
#247 Byte: 0e, n = 240, k = 132, Sum(a8): 144, Confidence:  78,4%, Bitflip:  
#248 Byte: e6, n = 235, k =  99, Sum(a8): 112, Confidence:  76,9%, Bitflip:  
#249 Byte: f6, n = 240, k = 139, Sum(a8): 144, Confidence:  72,2%, Bitflip:  
#250 Byte: 2a, n = 237, k = 123, Sum(a8): 128, Confidence:  64,4%, Bitflip:  
#251 Byte: 7a, n = 235, k = 129, Sum(a8): 144, Confidence:  62,9%, Bitflip:  
#252 Byte: b8, n = 237, k = 130, Sum(a8): 144, Confidence:  60,9%, Bitflip:  
#253 Byte: 88, n = 234, k =  98, Sum(a8): 112, Confidence:  58,8%, Bitflip:  
#254 Byte: 1f, n = 239, k = 131, Sum(a8): 144, Confidence:  58,3%, Bitflip:  
#255 Byte: d3, n = 225, k = 102, Sum(a8): 120, Confidence:  56,0%, Bitflip:  
          
Sum(a0) = 144          
Number of first bytes with confidence > 99,9%: 89          
Generating crypto1 state candidates... 
Number of possible keys with Sum(a0) = 144: 13751482660864 (2^43,6)
Reducing Partial Statelists (p,q) = (4,10) with lengths 74240, 185062
Odd  state candidates:  76778 (2^16,2)
Even state candidates: 146618 (2^17,2)
Odd  state candidates: 191552 (2^17,5)
Even state candidates:  42846 (2^15,4)
Odd  state candidates: 190752 (2^17,5)
Even state candidates:  44896 (2^15,5)
Odd  state candidates:  74743 (2^16,2)
Even state candidates: 144054 (2^17,1)
Reducing Partial Statelists (p,q) = (6,12) with lengths 181736, 73356
Odd  state candidates: 172637 (2^17,4)
Even state candidates:  63230 (2^15,9)
Odd  state candidates: 465478 (2^18,8)
Even state candidates:  17944 (2^14,1)
Odd  state candidates: 464202 (2^18,8)
Even state candidates:  17830 (2^14,1)
Odd  state candidates: 172734 (2^17,4)
Even state candidates:  60918 (2^15,9)
Reducing Partial Statelists (p,q) = (10,4) with lengths 182032, 74304
Odd  state candidates: 174941 (2^17,4)
Even state candidates:  64730 (2^16,0)
Odd  state candidates: 467262 (2^18,8)
Even state candidates:  19158 (2^14,2)
Odd  state candidates: 468440 (2^18,8)
Even state candidates:  18946 (2^14,2)
Odd  state candidates: 174092 (2^17,4)
Even state candidates:  61824 (2^15,9)
Reducing Partial Statelists (p,q) = (12,6) with lengths 73420, 178706
Odd  state candidates:  76808 (2^16,2)
Even state candidates: 143142 (2^17,1)
Odd  state candidates: 188312 (2^17,5)
Even state candidates:  40480 (2^15,3)
Odd  state candidates: 189156 (2^17,5)
Even state candidates:  42256 (2^15,4)
Odd  state candidates:  75593 (2^16,2)
Even state candidates: 139610 (2^17,1)
Number of remaining possible keys: 153940709460 (2^37,2)
Time for generating key candidates list: 114 seconds     

Last edited by AT91SAM (2016-01-12 04:33:51)

Offline

#106 2016-01-12 07:36:24

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

@AT91SAM: you managed to add a byte with Sum(a8) = 144, and another byte with Sum(a8) = 112 to the list of first bytes taken for the differential analysis. This is what reduced the remaining key space. There are even more Sum(a8) further down the list (so they could be wrong). If you set to 1.0 and 256 you would see the best result (there is a tradeoff with runtime though smile).

But you are right regarding necessary parameter tuning and this is what I meant when I said "I think that the statistics show that I need to work on the nonce acquisition parameters to further reduce the remaining key space...". Waiting for a constant number of nonces above the probability threshold was OK to check that the algorithm is working as expected. It is now time to look for some better strategy to stop the nonce acquisition.

Offline

#107 2016-01-13 05:24:29

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@piwi
100% only exists in theory  smile
As I explained with my animations tongue
so I went for 99.9.
took it longer?
Not really.
it took 17:02 to get to 1 and 35:30 to get to 256 this is when doing with a REAL card..
Witch is a very good deal if you can reduce from (2⁴42,9)  to (2^34,5) smile
reduction calculation was 3 minutes smile
FYI I found 2 other cards with a Sum(a0) = 144

Here some private info:

Last edited by AT91SAM (2016-01-16 04:11:58)

Offline

#108 2016-01-13 08:30:17

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

AT91SAM wrote:

@piwi
100% only exists in theory  smile
As I explained with my animations tongue

This has nothing to do with quantum theory and of course 100% exists in real world. We are calculating Sum(a0) with 100% certainty after receiving nonces with all 256 possible first bytes. And we would be able to calculate a Sum(a8) with 100% certainty if we had received 256 nonces with the same first byte and all 256 possible 2nd bytes.

FYI I found 2 other cards with a Sum(a0) = 144

There is nothing special with this and other Sum Properties. It is good to have the less likely ones and it is good to have many different.

Offline

#109 2016-01-13 08:37:09

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

I have implemented Carlo's proposal to evaluate the Bit Flip Property of the 2nd bytes as well. First tests were promising and this seems to lead to a further reduction of remaining key space by 1 to 2 bits on average (this is with the current setup for nonce acquisition). Test with 1000 random keys is ongoing...

Offline

#110 2016-01-13 09:52:29

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@piwi

100% == like infinity here its like a circle. because you never know if you have all.
I tested the 1 / 256 setting on a card or emulation for hours never got passed 0%
if you do 0.9999 it works.
100% never got passed (65536 with distinct bytes 0 and 1). smile
so I guess 65536 is the max smile
also after hours of trying..


could you read the gpg part?

I was right on the gpu part of the paper...
"Lastly, our brute force implementation actually is implemented on a GPU in CUDA. We consider GPUs ordinary hardware nowadays "
"The same performance increase factor should be entirely feasible by bitslicing on a 64-bit cpu."
good to know a 64 bit CPU will do too got 4 of them smile

Did you commit carlo's changes??

[== Undefined ==]
Acquired 4338501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4339001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4339501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4340001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4340501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4341001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4341501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4342001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4342501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4343001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4343501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4344001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4344501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4345001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4345501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4346001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4346501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4347001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4347501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4348001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4348501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4349001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4349501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4350001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4350501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4351001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4351501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4352001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4352501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4353001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4353501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4354001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4354501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4355001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4355501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4356001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4356501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4357001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4357501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4358001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4358501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4359001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4359501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4360001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4360501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4361001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4361501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4362001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4362501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4363001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4363501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4364001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4364501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4365001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4365501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4366001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4366501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4367001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4367501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4368001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4368501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4369001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4369501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4370001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4370501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4371001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4371501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4372001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4372501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4373001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4373501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4374001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4374501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4375001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4375501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4376001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4376501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4377001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4377501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4378001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4378501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4379001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4379501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4380001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4380501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4381001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4381501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4382001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4382501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4383001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4383501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4384001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4384501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4385001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4385501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4386001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4386501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4387001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4387501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4388001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4388501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4389001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4389501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4390001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4390501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4391001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4391501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4392001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4392501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4393001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4393501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4394001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4394501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4395001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4395501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4396001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4396501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4397001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4397501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4398001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4398501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4399001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4399501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4400001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4400501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4401001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4401501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4402001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4402501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4403001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4403501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4404001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4404501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4405001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4405501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4406001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4406501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4407001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4407501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4408001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4408501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4409001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4409501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4410001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4410501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4411001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4411501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4412001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4412501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4413001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4413501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4414001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4414501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4415001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4415501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4416001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4416501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4417001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4417501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4418001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4418501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4419001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4419501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4420001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4420501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4421001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4421501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4422001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4422501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4423001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4423501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4424001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4424501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4425001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4425501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4426001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4426501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4427001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4427501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4428001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4428501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4429001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4429501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4430001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4430501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4431001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4431501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4432001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4432501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4433001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4433501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4434001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4434501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4435001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4435501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4436001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4436501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4437001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4437501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4438001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4438501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4439001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4439501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4440001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4440501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4441001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4441501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4442001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4442501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4443001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4443501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4444001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4444501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4445001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4445501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4446001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4446501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4447001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4447501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4448001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4448501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4449001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4449501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4450001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4450501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4451001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4451501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4452001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4452501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4453001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4453501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4454001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4454501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4455001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4455501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4456001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4456501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4457001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4457501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4458001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4458501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4459001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4459501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4460001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4460501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4461001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4461501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4462001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4462501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4463001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4463501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4464001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4464501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4465001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4465501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4466001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4466501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4467001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4467501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4468001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4468501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4469001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4469501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4470001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4470501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4471001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4471501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4472001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4472501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4473001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4473501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4474001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4474501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4475001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4475501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4476001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4476501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4477001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4477501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4478001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4478501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4479001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4479501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4480001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4480501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4481001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4481501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4482001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4482501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4483001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4483501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4484001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4484501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4485001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4485501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4486001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4486501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4487001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4487501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4488001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4488501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4489001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4489501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4490001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4490501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4491001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4491501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4492001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4492501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4493001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4493501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4494001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4494501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4495001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4495501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4496001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4496501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4497001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4497501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4498001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4498501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4499001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4499501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4500001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4500501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4501001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4501501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4502001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4502501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4503001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4503501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4504001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4504501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4505001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4505501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4506001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4506501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4507001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4507501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4508001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4508501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4509001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4509501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4510001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4510501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4511001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4511501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4512001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4512501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4513001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4513501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4514001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4514501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4515001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4515501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4516001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4516501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4517001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4517501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4518001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4518501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4519001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4519501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4520001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4520501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4521001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4521501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4522001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4522501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4523001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4523501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4524001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4524501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4525001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4525501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4526001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4526501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4527001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4527501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4528001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4528501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4529001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4529501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4530001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4530501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4531001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4531501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4532001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4532501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4533001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4533501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4534001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4534501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4535001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4535501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4536001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4536501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4537001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4537501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4538001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4538501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4539001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4539501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4540001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4540501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4541001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4541501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4542001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4542501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4543001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4543501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4544001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4544501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4545001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4545501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4546001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4546501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4547001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4547501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4548001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4548501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4549001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4549501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4550001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4550501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4551001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4551501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4552001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4552501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4553001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4553501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4554001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4554501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4555001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4555501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4556001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4556501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4557001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4557501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4558001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4558501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4559001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4559501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4560001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4560501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4561001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4561501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4562001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4562501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4563001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4563501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4564001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4564501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4565001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4565501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4566001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4566501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4567001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4567501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4568001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4568501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4569001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4569501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4570001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4570501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4571001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4571501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4572001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4572501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4573001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4573501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4574001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4574501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4575001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4575501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4576001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4576501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4577001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4577501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4578001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4578501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4579001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4579501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4580001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4580501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4581001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4581501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4582001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4582501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4583001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4583501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4584001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4584501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4585001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4585501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4586001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4586501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4587001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4587501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4588001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4588501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4589001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4589501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4590001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4590501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4591001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4591501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4592001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4592501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4593001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4593501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4594001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4594501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4595001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4595501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4596001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4596501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4597001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4597501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4598001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4598501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4599001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4599501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4600001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4600501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4601001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4601501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4602001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4602501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4603001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4603501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4604001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4604501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4605001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4605501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4606001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4606501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4607001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4607501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4608001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4608501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4609001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4609501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4610001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4610501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4611001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4611501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4612001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4612501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4613001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4613501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4614001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4614501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4615001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4615501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4616001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4616501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4617001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4617501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4618001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4618501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4619001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4619501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4620001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4620501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4621001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4621501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4622001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4622501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4623001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4623501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4624001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4624501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4625001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4625501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4626001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4626501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4627001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4627501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4628001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4628501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4629001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4629501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4630001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4630501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4631001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4631501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4632001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4632501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4633001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4633501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4634001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4634501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4635001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4635501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4636001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4636501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4637001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4637501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4638001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4638501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4639001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4639501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4640001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4640501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4641001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4641501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4642001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4642501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4643001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4643501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4644001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4644501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4645001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4645501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4646001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4646501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4647001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4647501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4648001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4648501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4649001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4649501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4650001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4650501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4651001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4651501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4652001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4652501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4653001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4653501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4654001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4654501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4655001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4655501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4656001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4656501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4657001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4657501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4658001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4658501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4659001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4659501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4660001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4660501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4661001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4661501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4662001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4662501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4663001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4663501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4664001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4664501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4665001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4665501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4666001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4666501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4667001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4667501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4668001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4668501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4669001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4669501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4670001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4670501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4671001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4671501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4672001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4672501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4673001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4673501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4674001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4674501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4675001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4675501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4676001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4676501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4677001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4677501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4678001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4678501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4679001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4679501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4680001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4680501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4681001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4681501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4682001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4682501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4683001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4683501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4684001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4684501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4685001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4685501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4686001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4686501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4687001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4687501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4688001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4688501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4689001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4689501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4690001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4690501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4691001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4691501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4692001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4692501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4693001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4693501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4694001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4694501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4695001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4695501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4696001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4696501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4697001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4697501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4698001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4698501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4699001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4699501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4700001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4700501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4701001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4701501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4702001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4702501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4703001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4703501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4704001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4704501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4705001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4705501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4706001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4706501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4707001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4707501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4708001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4708501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4709001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4709501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4710001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4710501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4711001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4711501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4712001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4712501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4713001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4713501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4714001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4714501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4715001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4715501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4716001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4716501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4717001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4717501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4718001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4718501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4719001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4719501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4720001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4720501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4721001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4721501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4722001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4722501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4723001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4723501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4724001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4724501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4725001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4725501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4726001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4726501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4727001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4727501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4728001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4728501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4729001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4729501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4730001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4730501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4731001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4731501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4732001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4732501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4733001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4733501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4734001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4734501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4735001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4735501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4736001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4736501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4737001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4737501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4738001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4738501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4739001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4739501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4740001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4740501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4741001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4741501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4742001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4742501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4743001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4743501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4744001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4744501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4745001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4745501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4746001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4746501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4747001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4747501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4748001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4748501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4749001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4749501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4750001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4750501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4751001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4751501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4752001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4752501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4753001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4753501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4754001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4754501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4755001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4755501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4756001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4756501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4757001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4757501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4758001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4758501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4759001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4759501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4760001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4760501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4761001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4761501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4762001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4762501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4763001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4763501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4764001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4764501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4765001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4765501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4766001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4766501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4767001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4767501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4768001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4768501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4769001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4769501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4770001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4770501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4771001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4771501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4772001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4772501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4773001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4773501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4774001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4774501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4775001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4775501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4776001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4776501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4777001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4777501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4778001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4778501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4779001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4779501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4780001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4780501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4781001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4781501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4782001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4782501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4783001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4783501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4784001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4784501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4785001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4785501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4786001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4786501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4787001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4787501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4788001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4788501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4789001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4789501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4790001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4790501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4791001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4791501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4792001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4792501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4793001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4793501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4794001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4794501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4795001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4795501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4796001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4796501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4797001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4797501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4798001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4798501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4799001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4799501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4800001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4800501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4801001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4801501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4802001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4802501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4803001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4803501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4804001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4804501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4805001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4805501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4806001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4806501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4807001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4807501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4808001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4808501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4809001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4809501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4810001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4810501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4811001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4811501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4812001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4812501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4813001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4813501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4814001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4814501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4815001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4815501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4816001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4816501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4817001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4817501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4818001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4818501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4819001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4819501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4820001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4820501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4821001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4821501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4822001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4822501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4823001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4823501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4824001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4824501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4825001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4825501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4826001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4826501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4827001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4827501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4828001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4828501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4829001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4829501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4830001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4830501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4831001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4831501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4832001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4832501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4833001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4833501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4834001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4834501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4835001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4835501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4836001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4836501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4837001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4837501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4838001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4838501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4839001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4839501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4840001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4840501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4841001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4841501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4842001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4842501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4843001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4843501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4844001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4844501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4845001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4845501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4846001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4846501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4847001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4847501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4848001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4848501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4849001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4849501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4850001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4850501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4851001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4851501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4852001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4852501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4853001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4853501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4854001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4854501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4855001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4855501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4856001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4856501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4857001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4857501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4858001 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0
Acquired 4858501 nonces (65536 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 0

Last edited by AT91SAM (2016-01-13 09:57:57)

Offline

#111 2016-01-13 13:34:21

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

AT91SAM wrote:

@piwi
100% == like infinity here its like a circle. because you never know if you have all.

100% is 1, which is far less than infinity. And I definitely know that I have all possible bytes if I have all from 0 to 255.

AT91SAM wrote:

I tested the 1 / 256 setting on a card or emulation for hours never got passed 0%
if you do 0.9999 it works.
100% never got passed (65536 with distinct bytes 0 and 1). smile
so I guess 65536 is the max smile
also after hours of trying..

65536 is max and it is 100%. The problem is that the software looks for > 100% instead of >= 100% (BUG).

AT91SAM wrote:

could you read the gpg part?

Not yet.

AT91SAM wrote:

Did you commit carlo's changes??

piwi wrote:

Test with 1000 random keys is ongoing...

Offline

#112 2016-01-13 17:02:08

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

65536 is max and it is 100%. The problem is that the software looks for > 100% instead of >= 100% (BUG).th

i thought so too smile
changed this.
quite important bug in this cade smile

[== Undefined ==]
uint16_t num_good_nonces = 0;
        for (uint16_t i = 0; i < 256; i++) {
                if (nonces[best_first_bytes[i]].Sum8_prob >= CONFIDENCE_THRESHOLD) {

now it seems to works. smile
If i missed an other check let me know.


Not yet.

still no access to keyring?
if so when will that be the case?

Offline

#113 2016-01-13 17:44:46

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@piwi
Hmz get 64348 on a real card!
instead of 65535 in simulation mode.
so missing 1187 bytes when testing with real card.

Acquired 262080 nonces (64331 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 255
Acquired 262528 nonces (64348 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 256
Acquired a total of 262528 nonces in 143,6 seconds (109714 nonces/minute)   

should that not be 65535 as in simulation mode ? smile
Or did I miss a other check?

Last edited by AT91SAM (2016-01-13 17:55:01)

Offline

#114 2016-01-13 22:01:16

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

@AT91SAM: read your pgp message. Answer is still no.

AT91SAM wrote:

Hmz get 64348 on a real card!
instead of 65535 in simulation mode.
so missing 1187 bytes when testing with real card.

Probably rounding errors. The probability calculation involves very big and very small numbers. A float might simply not be accurate enough. So you would get 100% even when you have not seen 256 different 2nd bytes.

Tests didn't run as expected. Looks like it is worse than before which shouldn't be the case at all...

Offline

#115 2016-01-13 23:52:38

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

I'll get a crash sometimes when issueing the command twice in a row.

Allocating memory for partial statelists...
*crash*

I can't find any free for  the partial_indexed_statelist_t structs.
ie:    partial_statelist[i].states[odd_even] = malloc(sizeof(uint32_t) * num_of_states);  

Offline

#116 2016-01-14 02:20:29

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

Probably rounding errors. The probability calculation involves very big and very small numbers. A float might simply not be accurate enough. So you would get 100% even when you have not seen 256 different 2nd bytes.

Tests didn't run as expected. Looks like it is worse than before which shouldn't be the case at all...

maybe is better to also check for X with distinct bytes 0 and 1 to check if  CONFIDENCE_THRESHOLD = 256 and distinct bytes 0 and 1  > 65535
max I ever saw is 65536 so that could be a fix.
if we do 100%.
the numbers of bytes are REAL info instead of calculations I guess?


Acquired 269584 nonces (64401 with distinct bytes 0 and 1). Number of bytes with probability for correctly guessed Sum(a8) > 100,0%: 256

Last edited by AT91SAM (2016-01-14 02:29:58)

Offline

#117 2016-01-14 09:31:40

proxmarkzzz
Contributor
Registered: 2014-04-23
Posts: 12

Re: Mifare Plus Atack

It seems that bla just released a new version of the crapto1 tool.

Offline

#118 2016-01-14 18:40:11

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

proxmarkzzz wrote:

It seems that bla just released a new version of the crapto1 tool.

@AT91SAM: you might want to test it...

Offline

#119 2016-01-14 18:42:20

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

iceman wrote:

I'll get a crash sometimes when issueing the command twice in a row.

Allocating memory for partial statelists...
*crash*

I can't find any free for  the partial_indexed_statelist_t structs.
ie:    partial_statelist[i].states[odd_even] = malloc(sizeof(uint32_t) * num_of_states);  

Yep, I didn't care to free all memory yet. This is still work in progress and such things are at the end of my todo list smile

Offline

#120 2016-01-14 18:48:23

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

ok, then I know

Offline

#121 2016-01-15 04:16:58

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

Deleted

Last edited by AT91SAM (2016-01-16 03:54:36)

Offline

#122 2016-01-15 05:19:41

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Mifare Plus Atack

@piwi, excellent work as usual.  and thanks for sharing what you have!   please ignore the pestering to post more than you are comfortable with.

Offline

#123 2016-01-15 05:46:57

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

Deleted!

Last edited by AT91SAM (2016-01-16 03:55:11)

Offline

#124 2016-01-15 07:45:13

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

AT91SAM wrote:

the source is out now , so I dont see a problem here , its not a matter of wanting to crack things.
or script kiddy's etc.
not having the solve.c out Limited peoples possibility to test things , that's how I see it , and I understand that Piwi did not want to be the first here.

The source is no longer available on the provided link and I am sure this is for a reason, as the homepage sais:

CraptEV1

A restrictively licensed implementation of ciphertext only attacks against crypto1 cipher.

and in the source itself it says:

*
* No redistribution. No modifications.
*/



@AT91SAM or a moderator: please delete the restrictively licensed source posted by AT91SAM above.

Last edited by piwi (2016-01-15 07:48:03)

Offline

#125 2016-01-15 09:46:19

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@piwi
it has #define _GNU_SOURCE

It uses special GNU ONLY non posix Linux features , witch probably solve rounding

_GNU_SOURCE All of the above, plus GNU extensions.
Which means it enables all this:
STRICT_ANSI, _ISOC99_SOURCE, _POSIX_SOURCE, _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGEFILE_SOURCE, _LARGEFILE64_SOURCE, _FILE_OFFSET_BITS=N, _BSD_SOURCE, _SVID_SOURCE

So it enables a whole lot of compiling flags for gcc

the link was a open link so I don't see any restrictive thing here.
If people had send it to my gpg I posted your right.
But why you don't see this as a help?
Do you really think "bad guys" cant read a paper?

Btw this source is quite hard to port to anything else but Linux.
probably only x64.
and to keep you save I proposed that you only used the proxmark3 file format they are using.

Last edited by AT91SAM (2016-01-15 09:57:23)

Offline

#126 2016-01-15 09:48:01

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: Mifare Plus Atack

@AT91SAM: you now have edited the license conditions in the source code. Changing the license conditions doesn't make a licensed software to free software. This is criminal in most legislations.

Moderators, please!

Offline

#127 2016-01-15 10:08:15

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

Piwi is right,  the sourcecode in the link/page has a restrictive license.  We can't to publish it here. period.

Maybe if you ask blapost@gmail for usage of his sourcecode you might get permission to do so but until then your post needs to be edited.



[edit] however, I've seen other ppl don't give a crap about PM3 source code is GPL and didn't share their changes.[/edit]

Last edited by iceman (2016-01-15 10:09:35)

Offline

#128 2016-01-15 10:10:36

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@piwi @iceman
it has #define _GNU_SOURCE
this basicly means that it uses GNU extentions!
so it is always has gplV3 !!!
This is why Its posted.
and I don't see why it should be deleted!
if you want closed sourse DONT use the GNU extentions!
because if that was not defined I would not have posted the source!

Last edited by AT91SAM (2016-01-15 10:16:27)

Offline

#129 2016-01-15 10:20:21

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

iceman wrote:

Piwi is right,  the sourcecode in the link/page has a restrictive license.  We can't to publish it here. period.

Maybe if you ask blapost@gmail for usage of his sourcecode you might get permission to do so but until then your post needs to be edited.



[edit] however, I've seen other ppl don't give a crap about PM3 source code is GPL and didn't share their changes.[/edit]

@piwi , you should have shared ALL your source that's what i was expecting!
because pm3 is GPL...


@iceman
I understand that but he or she defined #define _GNU_SOURCE
This allows special GNU ONLY compiler options.
if you want restrictions you should not use them.
this overturns the restrictive license IMO.

Last edited by AT91SAM (2016-01-15 10:23:57)

Offline

#130 2016-01-15 11:06:12

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

No, you are not understanding the readme from the source you linked.   It says as piwi already quoted  "* No redistribution." 
That is the restriction for using the authors sourcecode.   You are not allowed to redistribute it, which you do when you copy paste it here on the forum.

It has nothing to do with the #define statements in the sourcecode.

And no,  piwi doesn't have to share his code. If he makes a change and distribute his binaries, the GPL license demands you to also share the sourcecode upon request BUT piwi has not distributed any binaries that includes unpublished sourcecode.

Offline

#131 2016-01-15 11:09:52

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@iceman permission asked.
so for now lets wait and see.

Last edited by AT91SAM (2016-01-15 11:13:27)

Offline

#132 2016-01-16 03:53:24

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

Oke got mail from blah smile

Main point here.

main reasons the code is restrictively licensed is to not
interfere with piwi's effort.

So I will honor blah's request.
Bottom line for my was the misunderstanding of the #define _GNU_SOURCE

@piwi the rest of the explanation ill send to you later!
I am sorry for the hassle here.

Offline

#133 2016-01-16 04:40:49

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

@piwi would be nice if we can add certain CUID and key in the T option to run it with certain cuid and key
to check accuracy!

Last edited by AT91SAM (2016-01-16 04:44:52)

Offline

#134 2016-01-18 02:55:17

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

Found a key that did not go less then 2⁴41,9 with T 100% and bits 256 and complexity on solve tool was
complexity 73d0bb45cc it took about 2 hrs on a 64 8 core to get the key 100% probably would have taken 4 hrs , I also noticed that solve reduces complexity a bit better then piwi's tool does now , I can tell that because I feed the same nonce file to both.
But Piwi's  tool does have potential I also found the reason why I had to change the makefile
-mpopcnt is no loner used in modern x64 , it now uses SSSE3 and sse4 like commands that replace  -mpopcnt   for faster instructions GCC auto detects this btw so a -O3 does give the same file size as enabling all options manually so it looks like GCC auto detects everything. 
Iif people are still interested in testing let me know.
piwi?

Last edited by AT91SAM (2016-01-18 03:03:41)

Offline

#135 2016-01-18 08:58:51

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

I've tried both @piwi's hardnested and @blapost's crapto-ev1.   Looking at their code, it easy to understand that these two gentlemen is very skilled developers.  It's times like these that makes me think I suck at software developing and that I would love to pic their brains about how they see code and crypto. Their way of thinking is very intriguing.

Using @piwi 's faster nonce collecting,  and @blapost 's hardnested_binreader & multithreaded solver,  gives a solution quite fast.  Solution found after about one third of keyspace. 

To dump all keys, would require making a script I guess, running the whole process against all sectors.  For a S50 1K tag, that would be 15times to run against different levels of keyspace.

Conclusion: The mifare classic ev1 tags are still quite safe from being cloned by someone sitting next to them on the bus. This new attack vector will take long time to execute before collecing all keys to make a data dump and clone.


using default settings, (2^30ish)

Leftover complexity: 0xc5870496   (3313960086) 
35.26% done

Offline

#136 2016-01-18 15:06:54

AT91SAM
Contributor
Registered: 2015-10-21
Posts: 73

Re: Mifare Plus Atack

Yep sniffing card communication is way more practical.
to get the keys , it also requires knowledge of the protocol to understand what you are doing.
both are definitely not as easy as nested attack tools available.
but the mistake made in the mimare classic protocol was also made in world war 2 by the Germans.
Enigma  decrypting was possible because of a predictable message ending.
and NXP made this same mistake 70 years later!

Last edited by AT91SAM (2016-01-18 15:11:00)

Offline

#137 2016-01-18 16:09:26

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

Keep to the subject please. 

You are barking up the wrong tree. Mifare did a design error over sixteen years ago and faced with the flaws they tried to fix it.
This latest attack vector shows more or less end-of-line for the "mifare classic" product line but this is all beside the thread topic.

Both @piwi and @blapost has shown that their implementations works and more or less verified the statements and claims in Roel paper.  Great effort done by them voluntaily.  Maybe they make enhancements to this new attack to make it faster, but I fail to see why they would do so.

Offline

#138 2016-01-18 19:23:21

moebius
Contributor
Registered: 2011-03-10
Posts: 206

Re: Mifare Plus Atack

Hi all! @piwi, I've pulled your code and i'm testing it with a card that was not vulnerable to nested. I will follow this topic and test it, and I'll let you know if I come across errors or something. Any recommendations on how to start working with the bruteforcer?

Thanks all!

Offline

#139 2016-01-18 19:42:40

moebius
Contributor
Registered: 2011-03-10
Posts: 206

Re: Mifare Plus Atack

moebius wrote:

Hi all! @piwi, I've pulled your code and i'm testing it with a card that was not vulnerable to nested. I will follow this topic and test it, and I'll let you know if I come across errors or something. Any recommendations on how to start working with the bruteforcer?

Thanks all!

Update: I tested it with a card which I know only 2 keys in 2 different sectors and this is the result:

Number of remaining possible keys: 1145554214 (2^30.1)
Time for generating key candidates list: 2 seconds         
Looking for known target key in remaining key space...         
Key Found after testing 725130588 (2^29.4) out of 1145554214 (2^30.1) keys. A brute force would have taken approx 1 minutes.         

So it is working ok in my situation. I'm really looking forward the bruteforcer.

Thanks for the hard work guys!

Offline

#140 2016-01-20 13:30:17

moebius
Contributor
Registered: 2011-03-10
Posts: 206

Re: Mifare Plus Atack

OK, I've been playing with @piwi's nonce collector and @blapost converter&solver.

About 5 seconds to recover a key, in some cases less than that... Awesome stuff guys, you rock.

BTW, my tests are running over a MFPlus in SL1, and it is not vulnerable to the classic nested (neither the darkside of course but I know a few keys).

Offline

#141 2016-02-03 23:43:20

jbf
Contributor
Registered: 2015-06-25
Posts: 22

Re: Mifare Plus Atack

Hi,

I just received my proxmark and have been playing with it but I can't manage to flash the hardnested version.

I downloaded the code from https://github.com/pwpiwi/proxmark3/tree/hard_nested, then compiled it (make).
Then flashed it with ./flasher /dev/ttyACM0 ../armsrc/obj/fullimage.elf

However I am not getting hardnested in hf mf.

Am I missing something ?

Offline

#142 2016-02-08 08:18:42

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

so you compiled and flashed pwpivi's fork.
and do you use the client from the same fork when you run?

Offline

#143 2016-02-08 21:52:48

jbf
Contributor
Registered: 2015-06-25
Posts: 22

Re: Mifare Plus Atack

Yes I compiled the whole thing together.
I switched to your repo and everything worked flawlessly (had to edit a little bit your Makefile to make it work on my linux.)

So thanks @iceman smile

@moebius, regarding the bruteforcer, from what I have understand from the paper, the idea is to take several nonces, decrypt them with a key candidate and check if parity bits are OK.

Offline

#144 2016-02-09 08:00:52

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

For compiling my fork on Linux,  you only need to add the  extra parameter like this,  no need to fiddle around.

make clean && make all UBUNTU_1404_QT4=1

Offline

#145 2016-03-08 19:35:48

LaserByte
Contributor
Registered: 2014-05-18
Posts: 46

Re: Mifare Plus Atack

Hello everyone
I find it very interesting the project
but I could not run the nestedhard
any instruction or equal to the previous ??
thanks

Offline

#146 2016-03-08 22:51:14

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

Last time I looked at Piwi's fork, the hardnested work perfect.

Offline

#147 2016-03-14 23:42:01

LaserByte
Contributor
Registered: 2014-05-18
Posts: 46

Re: Mifare Plus Atack

Hello Iceman
I downloaded version of pwpiwi nestedhard.
https://github.com/pwpiwi/proxmark3/tree/hard_nested
but I could not build the project
anyone know if this incomplete or have to modify it to work?
I tried several times, also try from another PC, but I could not
Please pardon my English

Offline

#148 2016-03-15 07:00:45

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

If you have issues with compiling pwpiwi's fork,  you should ask him about it.

If you can compile the PM3 master,  you will be able to compile pwpiwi's fork.
There are guides who to setup a working dev-environment on different systems,  check out the wiki

Offline

#149 2016-03-18 11:47:51

my_fair_cats_sick
Contributor
Registered: 2016-03-15
Posts: 81

Re: Mifare Plus Atack

Is is possible to get @blapost's converter+solver as @moebius spoke about - it seems this is required to complete the cycle?  I see it was removed from the site.

Offline

#150 2016-03-18 11:58:56

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Mifare Plus Atack

That is something you should ask @blapost about

Offline

Board footer

Powered by FluxBB