![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: A simple secret sharing between 2 person
From: <tomstdenis@gmail.com>
Date: Wed Jun 08 2005 - 13:12:14 CEST
b wrote:
let's re-write your problem in the equivalent but less balanced method
1. User A gets 127 bits of the block
Now user A knows that the plaintext is English ASCII, or an MP3 or an
So he guesses the missing bit and uses the decrypt that makes the most
What's the point of a secret splitting? The ideal is that with
for example, this would be a valid split.
for i = 0 to m-1 do
[k = AES key, P = plaintext, m = number of blocks]
Now neither party can decrypt uniquely the text and they have to
Tom
|