|
|
|
|
|
by coldcog
3663 days ago
|
|
It's important to note that either: - the things you are encrypting are not numbers, or - your scheme is not as secure as you would like it to be, where the second point means that necessarily there is some information leakage: that is, more than just their order can be derived from ciphertexts. This is not necessarily bad; the questions is what it is that is leaked, and if that is harmful to your situation. The website links to two papers, one for each of the above categories, of which only the second one is sufficiently efficient to be of any use. Apart from the order of two ciphertexts, it reveals the index of the first bit at which the ciphertexts differ. |
|
I do not believe there's any data that cannot be represented as a number, so this point confuses me.