Simson L. Garfinkel
Simson L. Garfinkel
How are you running Scalpel? Scalpel doesn't know about partition tables. In your example, are you attempting to carve the file `yourdrive.img` and not finding anything, but you previously found...
Sure. Consider https://github.com/google/differential-privacy/blob/master/differential_privacy/algorithms/bounded-sum.h The same naming convention is used for private, confidential variables, and privitized variables that have had noise added. This makes it harder to read and audit the...
Sure. Check out https://github.com/uscensusbureau/census2020-das-2010ddp/blob/803126100083f6811aaf5bcb0be79c4fc7b1a148/das_decennial/programs/engine/primitives.py#L132 It's not quite the naming approach I recommend here. However, you will see code like this: shape = np.shape(true_answer) # TODO: Implement CSPRNG and floating point...
I cannot. The problem is that differential privacy requires true random numbers, not pseudorandomnumbers. That's because DP assumes a computationally unbounded adversary. If you cannot assure that the randomness is...
We are working on an article about issues we've had with randomness. Email me if you would like to get a draft.
I'm trying to get it to work. It is hard to find because a search for "caption" on the signal website turns up nothing. The [web page you pointed me...
When you say customize the theme's template files, do you mean in the source code? Is there a way to simply overrride the themes?
Hi. The file that you request is in the "Releases" location: https://github.com/simsong/bulk_extractor/releases/tag/v2.0.0
Hi. Thank you for the suggestion. I understand what your patch does, but I do not understand the purpose. We have releases that are included in the "Releases" location. It...
Hm. Milestones. I guess I should create some...