-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
put together data for study #3
Comments
Awesome, I've opened issues for this. Obviously we want to do this as soon as feasible, but can you remind me what our hard deadline is? |
July 15 Sent from my iPad
|
Okay, and is that for the data, or for everything to be completed by?
|
Data
|
I believe that the current output of the scripts, while not complete in the sense of doing everything we set out to do, are sufficient enough to conduct the study. What do you think? |
I will try at some point soon; I can't work on this until after my thesis On Wed, Jul 16, 2014 at 9:26 PM, Tom Ritter [email protected]
Christine Corbett Moran |
OK, so I can't run this study until mid August as mentioned, but I actually check out also I did not find a way of generating the 5th type "Visual Fingerprints On Thu, Jul 17, 2014 at 1:35 PM, Christine Corbett Moran <
Christine Corbett Moran |
Looking good, couple comments: For hex:
https://moderncrypto.org/mail-archive/messaging/2014/000004.html For the english poems:
|
test data generation code and file, README updated for #3
Merged. Basically I ran out of time, couldn't get Visual Fingerprints going quickly, and dedicated that time to working on the others. As far as spacing, yes I will do that. Tracking structure instead of estimating: Yes. I was avoiding editing the perl script, but I can actually reverse the number of structural bits in python anyway, so I will do that. Number of bits to mutate: I thought hard about this, and it confused me, so I might have gotten it wrong. But we want to simulate a 2^80ish attacker. That means they can't control 48 bits. They 'spend' 20 of their bits on the structure, so now they can't control 68 bits. |
I think you're double-counting those 20 bits. If they can't control 48 bits, you just need to mutate 48 bits, since the 2^80 work gets spent on structure and whatever you don't mutate, you don't to account for structure again. I think. |
I thought you were wrong, tried to write it out to explain it, now I think you're right. |
Sounds right, except the sentence-generator usually consumes more than 128 Also, is the perl an exact match for Michael Rogers' code? It might be Trevor |
The basic study design is ready to go. We can do the study for free at the University of Zurich (some budget for chocolate..., but I'll fund that) with 30 pilot volunteers. Then we can decide if we want to e.g. do a mechanical turk study to compliment.
The next steps would be to go ahead and generate the data that we will use in the study.
The text was updated successfully, but these errors were encountered: