Tagged Questions

5
votes
10answers
2k views

How to solve performance problem with Java SecureRandom?

If you want a cryptographically strong random number in Java, you use SecureRandom. Unfortunately, SecureRandom can be very slow. If it uses /dev/random on Linux, it can block wait …
1
vote
0answers
34 views

JavaCard random number generation speed

Hi, I'm implementing an authentication protocol using ECDSA on javacard. The funniest thing I noticed was the "secure random number genrator" takes 700ms for execution. This can …
1
vote
2answers
124 views

Weighted Decision Trees using Entropy

I'm building a binary classification tree using mutual information gain as the splitting function. But since the training data is skewed toward a few classes, it is advisable to we …
2
votes
4answers
121 views

Does any software exist for building entropy pools from user input?

It'd be nice to be able, for some purposes, to bypass any sort of algorithmically generated random numbers in favor of natural input---say, dice rolls. Cryptographic key generation …
5
votes
9answers
836 views

How to calculate the entropy of a file?

Hello! How to calculate the entropy of a file? (Or let's just say a bunch of bytes) I have an idea, but I'm not sure that it's mathematically correct. My idea is the following: …
0
votes
4answers
392 views

Has anyone tried any of the SQLite3 wrapper APIs for easier database functionality on the iPhone?

Coming from a non-SQL background, I've been having a hard time absorbing SQLite3 for the past few days. Has anyone had any good results using any of the SQLite3 wrapper APIs out th …
0
votes
1answer
98 views

what part of numbers has more entropy?

Given the sequence pf numbers N1, N2, N3... from some source, not a PRNG but say sensor or logging data of some kind, is it safe to assume that processing it like this Nn / B = …
2
votes
1answer
91 views

Entropy encoding of a binary stream

I want to compress a binary stream. I know that after each '1' there is an higher probability of finding a '0', and after each '0' there is an higher probability of finding a '1'. …
5
votes
5answers
563 views

Shannon’s entropy formula. Help my confusion.

Hi, my understanding of the entropy formula is that it's used to compute the minimum number of bits required to represent some data. It's usually worded differently when defined, …
4
votes
10answers
735 views

What is the computer science definition of entropy?

I've recently started a course on data compression at my university. However, I find the use of the term "entropy" as it applies to computer science rather ambiguous. As far as I c …
0
votes
2answers
61 views

information criteria for confusion matrices

One can measure goodness of fit of a statistical model using Akaike Information Criterion (AIC), which accounts for goodness of fit and for the number of parameters that were used …
5
votes
15answers
527 views

Alternative Entropy Sources

Okay, I guess this is entirely subjective and whatnot, but I was thinking about entropy sources for random number generators. It goes that most generators are seeded with the curre …
4
votes
0answers
314 views

Should SO switch from a Question/Answer model to a Knowledge Dissemination model, and how? [closed]

It's been now 3 months since this site came public. It is the first one I really got interested in. Many reasons for that: great user interface, permanent activity, interesting que …