Cryptography-Digest Digest #333, Volume #10 Wed, 29 Sep 99 17:13:02 EDT
Contents:
Re: EAR Relaxed? Really? (Greg)
Re: Q: Burrows-Wheeler transform ([EMAIL PROTECTED])
Re: Compress before Encryption (Alan Morgan)
Re: msg for Dave Scott (Tom St Denis)
Q: Burrows-Wheeler transform (Mok-Kong Shen)
Re: Q: Burrows-Wheeler transform (Mok-Kong Shen)
Irish schoolgirl wins European Young Scientist Award (T.P Harte)
Re: EAR Relaxed? Really? ("karl malbrain")
Re: RSA Variation (Paul Koning)
Re: msg for Dave Scott (JPeschel)
----------------------------------------------------------------------------
From: Greg <[EMAIL PROTECTED]>
Crossposted-To: talk.politics.crypto
Subject: Re: EAR Relaxed? Really?
Date: Wed, 29 Sep 1999 19:08:05 GMT
> Judge: *I* interpret the law, you are supposed to *execute*
> the law (and the legislature, Constitution, and English
> Common Law *make* the law). Sit down and shaddup.
Okay, so you want the judge to ignore the law play activist
judge in this scenario? I can play along. Let's get real-
reality, that is:
FBI witness: The file contained kiddie porn.
Defendant: No, it didn't. It's just random bits I generated
to hear what white noise would sound like.
Attorney: FBI witness, by what means did you convert the
file into kiddie porn?
FBI witness: I'm not going to say, but trust me.
Defendant: Your honor, I move that this case be dismissed
for a lack of evidence.
Judge: Your argument has no standing in this court.
Attorney: I move that you find summary judgment against
the defendent.
Judge: Based upon current law, I see no alternative.
Motion for summary judgment is granted!
Reporter: Score another one for those who are trying to
destroy the system of law and common sense here
in America.
8 yr old: Mommy, what does this mean?
Mom: Your dad just got screwed by those who swore to
protect his rights, the constitution, and the law.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Q: Burrows-Wheeler transform
Date: 29 Sep 1999 19:53:55 GMT
Mok-Kong Shen <[EMAIL PROTECTED]> wrote:
> While compression is, as far as I am aware, generally regarded
> as orthogonal to encryption, it is nontheless an aid to information
> security, I suppose. Recently I read somewhere a claim that the
> Burrows-Wheeler transform is a better compression technique than
> Huffman or arithmetic encoding. Could some person having knowledge
> and experience with that say whether this is true and whether the
> advantage passes on to encryption? (Could it be that it is slower?)
As I'm sure you'd suspect, the answer is much more complex than simply
saying one algorithm is "better" than another. And it's even more
complex because you're not clear what you're comparing against. There
is no compression scheme called an "arithmetic coder". There are
different modeling algorithms that when combined with an arithmetic
coder give a compression algorithm. Simple first-order modeling
followed by arithmetic coding is not very good. High-order modeling
with blending followed by arithmetic coding is the best compression
known (algorithms such as PPMD or PPMZ).
The problem is that these best-compression algorithms are not terribly
fast. In particular, they're considerably slower than LZ (dictionary)
based schemes, which form the basis for things like "compress" and
"gzip". That's why PPM* schemes weren't used a whole lot except in
compression research.
Enter BWT: it's a pre-processing transformation that is usually
followed by move-to-front coding and arithmetic coding (so BWT-based
compression usually includes arithmetic coding!). This scheme is
moderately fast at compression, and very fast at uncompression. And
the performance rivals the PPM* schemes, although it's still not quite
as good. Programs like "bzip" and "szip" use BWT (although the widely
used "bzip2" uses Huffman coding rather than arithmetic coding,
because there are some questionable patent issues with arithmetic
coding).
So in summary: Burrows-Wheeler does not give the best compression,
but it's close to the best, and the time-performance trade-off is
quite good. That's why you're seeing bzip2 replacing gzip in a lot of
places (like large software distributions).
As for it's use in an encryption setting, I don't really know how it
would fare...
--
Steve Tate --- srt[At]cs.unt.edu | Gratuitously stolen quote:
Dept. of Computer Sciences | "The box said 'Requires Windows 95, NT,
University of North Texas | or better,' so I installed Linux."
Denton, TX 76201 |
------------------------------
From: [EMAIL PROTECTED] (Alan Morgan)
Subject: Re: Compress before Encryption
Date: 29 Sep 1999 19:32:27 GMT
In article <7stk34$2oik$[EMAIL PROTECTED]>,
SCOTT19U.ZIP_GUY <[EMAIL PROTECTED]> wrote:
>In article <7stguu$53l$[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Alan Morgan)
>wrote:
>>In article <7st5oh$c9m$[EMAIL PROTECTED]>,
>>SCOTT19U.ZIP_GUY <[EMAIL PROTECTED]> wrote:
>>>>
>>> The problem Tom is your to stupid to understand proof.
>>
>>Did being an asshole come easily to you or did you have to work at it?
> It was something I learned from Phd's from Stanford and Berkeley.
>I guess I was a quick study. But I see your on your why too.
Alas, I'm just a lowly ex-Masters student. However, I did attend both Berkeley and
Stanford, so I guess that helps.
And it's "you're". "You are" -> "you're". I don't normally indulge in
specific spelling flames but this particular one drives me nuts.
>>> For those of you not following this thread or for Tommy since his brain
>>>can't seen to retain anythng that a crypto god has hand fed him. If you
>>>use a compresion decompression that can take treat any file as a
>>>valid compressed file. Then it is safe to use on your data before you
>>>encrypt.
>>
>>This is clearly not sufficient. I would also point out that you have not given
>>any quantitative results comparing the benefits of 1-1 compression (as you
>>put it) vs. (say) bzip with the fixed headers removed. You seem to think that
>>the difference is major. Do you have any evidence for this or are you just
>>blowing smoke?
> I don't smoke. And I am not sure where you are coming from. What is
>clearly not sufficient?
Having a decompression algorithm that can treat any file as input data doesn't
necessarily give you a useful algorithm. I offer the pathological case of
the decompression algorithm that does nothing. Obviously no one but the purists
would call this a compression algorithm, but it does illustrate that merely
being 1-1 does not promise that there is no extra context lying around.
I notice that you didn't answer my question. What is the security difference
between using your 1-1 compressor and stripping the header off of a bzipped
file? It may be greater, but you seem to be jumping up and down and crowing
about how intelligent you are and I haven't seen the slightest indication as
to whether this is a huge win in security or just a minor improvement. Based
on your postings here I'm not sure you are capable of doing the analysis.
>>Anyway, doesn't splitting the message in half before encrypting and putting
>>the second half first go a long way towards solving this known header problem?
> This whole thread was around the concept of "if one is using compression"
>before one encrypts then what kind of characteristes would be desirable in the
>compression method so that your not giving information to an attacker in
>solving or breaking the message. The problem with most compression methods
>is that they can't treat an arbitrary file of bits as a valid compressed file
>that when umcompressed and recompressed you end up with the same file.
> And besides you may lack the intelligence to realize that one could still
>guess a key and only look at last half of the file minus a few blocks to see
>if the header is there. We are making the assumption the attacker may not
>know what your files is put he knows what you are doing with it.
That depends on the encryption algorithm used and the mode in which it is used.
It is not difficult to make that sort of random access hopelessly impractical.
Alan
------------------------------
From: Tom St Denis <[EMAIL PROTECTED]>
Subject: Re: msg for Dave Scott
Date: Wed, 29 Sep 1999 19:27:17 GMT
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (JPeschel) wrote:
> Tom St Denis [EMAIL PROTECTED] writes:
>
> >Sorry about that but really I have never seen it in any programs. Ok let me
> >rephrase if I give you
> >
> >bfaqaaa2q2IpYXBMmmaaaauaaaaqF43{QqmvUThKIkZ7aa65z
> >
> >will you be able to read it faster then say brute force?
>
> Not a message, that short, as Gwyn explained to you.
Hmm really ...
is this enough?
bfaqaaqOHu1L41h5zEeaaauaaaaaJaKuTMxRkzZoUhlS9q5NPOCWQNfBZL35wwgywEW}
Ty7ZJ60BrCpujW7RypOfx1A5bK{nEsedARBgYxuiLX}tXEjBgaOlBIDzr}zNKxwA8E{D
jzTOIZkfmzaX2JiPAlnkJzdvDLgrNaQ57BX5aU6fnfL1Cnkno50tTXPfkeqXAGIGSPw6
YiPpBc2Xv5mchSqFLnZff9jOAtXO6vMoKAik2vvgR34bogqh7Gk4CgqHCpCq3GfKT0xR
ljLbt8GdZTTpk3g5MijG5Xo9uck92mZzQHIaMTZd43uKa8wKdrF{htzf0VUYxlNXWiRb
yCrv6Bp35C2MhlsnsA3A4SHsCKD8uquWkPLNMtkAXVGx08nvubGqwc7KeMDCe33{nHct
6S5aa
Is this enough?
bfaqaamqej0IdkLKQ7SbaauaaaaGvd0JWo{5}PKQN2yfTNG6xniZS8CQT1XTSY6OGQVI
OzxTL{CzmzRGzR2ZL{5j8S8TFJOs52b8GsZ{GQCN6hKtWB2zZ6MONSNausimDh}kuuTL
6NW6Zi99fr72Jv09IWrhtOlYvc7gzqRrf7PX5WTLyabdIhBF}Y}{d2ZPu5f{fnYAd9sM
}JqzzF2OLWsSQe60K}yLtHfYp67Vnaz3EWilG0KFZG5kiZSZhSXyZo66BFdzV8NU7LwT
EF421TOe6wMK}pLzvocyurn25zaytk4n88PJAmVjdQftOQ}0u{KkWN5wxTaxKw5i6waU
VC}AlrgH2izdkhCaUagtAcJShnpwfrU9h4vfBLH8BQ5kZzbi2nJ}gDYKbbbOGcSykjdy
Wl1xTDgSc0qBMFYTL}ClSyqbuuvntD1vjjHn272}a7A1XTpEgfR}XWlHaomqWs3ZOqsa
ttpI4D{xgKGh3H}amPoA{DHspgU{92EqJfrg}NtjCTcFTbkkTlTalcHFw7SMsjhxqr8q
jE{kEdfIBd7u}1QSsAKOe13BYy}bDmXFKpSYPaauxjYpLJ0{KumlcmnttlOm1Gc1IV5m
GtqVUQNzjcN54waVNvE1hTV38bfTzwdjQKwO7aASj6L6Nvl}bODdQGnIgWXecAOk2cXS
ZuKVTG{pwRSSQ5L3x7Fpvt6vJG3cdnYeMCW5AvsFH9S4ZryqPtfzMZ{AAgDCFkDWWKWF
B3RwW2hOJrnOGqXir0SnAXzGKVP8bZWyG5AMowp2cHZUJB1KY3txXLDIXcP6LkhAWkn0
VLLcjRHzZoirigRDtR}xLQGnnm3rQf00dDXH8QIoACl7mXrRopbWBL9MvT4YuKnbrwgm
ISMSRXZIHzpp8VR6Oe3{dKQ0WMRea8aldSuQl6Dzyr3ft7PJ}L1Ebnp1kDRXWwjBf3uA
0TxQXUDrL8S7TOuwO1Stq}n{sS2LHyvbpO0jTOrIZW}6JpRpHbz5u{V9CaixY4MDeqid
F5SfOqH8OqIZJ5sqerUNtSnhLGBNhYlch{8Ayp3qQeFMHlNqyYBt1fWcLs8NF6wCgMbK
5lZtv2xljPvnGcQn3Hkgp538lklxikrC}rAaI7oZ}GB5aE2eA{vvaQ9bLMCXp2g3GHMj
PDGSPnRApkBqSWdCKd2e0dtepMA8v3HOd}DrjaCV3gweWJJnHN2GWpe63MiNZZZWgJ30
JXyD6JOod3ANe7fgoEegDHfoveszNYI069YuFprZMy2voQcY8LtqWTsWpmW4NmuFTuty
XiJaUF}dOs04Ai0Tji7ohyHz}PxXl{Jn7yk7HKVPF}RXTy{xMv049lgafyZgZiXAmhnE
AfYNhL7YG}aw6E2dIooyglvuW5tHptqMeINwSronX}t3bg0yMS2JPv3xbx8Q41M9zEOy
fpPepAyLcTFxJYLNydwr6Hpdtxa6mGevABHFZ1NqAuBVdsIdRnuQggjrKqw4Hd}12FrG
ybLHXK8N2tUFlOdhBpaKmofOXvqk}ia{JSBV}ytmkfbIzCsMIQ70ixsV{R2w}avfzDA{
yFhICrHjdou4zhvs2hLgBFtGYCGj5QN8}T2MFl{PEwNqCUG}HvJjoweQCuKCtCV5zvnp
S82rBgoGIFr}z32y41ij39TOQmp5wYadXLi4jcaJlQlV}OTWf064cfDogO7lafMbDlWy
Y6PV3euafD9pfyMJqg6liJCm0ysB1pVqtERj1k9XP6ohGvl0}DRyVqvupOpfSby7EUTE
244kWF}fX6h1kyCUHVmjW1KrNVoGNiuMh2aGJlZ{WgB4UBeXmUeP}9hDhh8EdiXpWTPq
4d1TbJg7EGo2DapWWQv45Cu5z0X}PpNUe1fyj5Ih1C66Yd1TA2uJ1}ah7bIM37GWlJGr
IDRfEYkzRslx9wtMBDc8rY1p8}Uiv0GmekYXhGsUwGbgiuF7zOuanR8TFcHopfCPRI4v
00c8lx7OuAeTiu1eAubLWW7lK}a}US3Jr8Ek9kiKjAgsWH}yf5ZOeVHAl0PuUlYHywmL
BxCsIWdol46rUoWZZOUwlKRL9HO17JaSdT0ZT}yl}AsAQ0cGMRkbU72}}NzK24DLSfU1
egQlEBMF34lGiWqSGArybPBX{M}VJkWZyvTOUlH0EWTRwLWfPI5vJ5yzzH1Y8M4nRR7w
PtSW2V2kdwkNTNHgDLD1pXzJGS3AYnZIffwYUWNu{mA{u3NnVrBXAs4xt1EPv5SWqQTk
v301PxKKWdhssZNW2}Ox6D3s7tLkBNiaeSRbDeMqoyiMfD2nHRTNmTKrLyADIwEiVJBc
jNY6sY1u4qEz3bYQ6aVgbzAAid7C0gynpbzR0zBrjXrj8gw5pcyFMFvV{N{NZlZ923V6
Zz7JoB{qh{9qv2oDNH6E5PUhb6RYgCwEu99GXvZZyWA}U76w0DStKXnlRVEGdfV1N3m3
E2BLUyV8}sIMcWEi88u2Sf{g7{lYfaFBiBVYzpZJHIlCDxcE2n}T7rngVgdB6bMWtJEJ
Reuz}PShqOKU1V1RBqITAKYAZBb73hycURq}TKO09QHYKq1y8ongPb3XPkPkqytoTIpA
Q11mmfAfVhbboQR6aNGyLAPj{2tBVYXDItWmQ{mQ{}5Mme99qro}dMsIs2yj{tag3vcn
TOQvQhuyswlqquPnjVAWVMdbIkhKCjOhzS}xcDuY7oVkDLjDojy{lE}vwuu0F{duW4jx
A9uPOS2ohfvZfatYsKQ1Mv{gtEHIY4aQ{eAU3xVAoOku1V9geg2bMZ9Skj6JqkCVhHKv
SnUSBLTb}he80F2fLgMD01z8ZYY{uqpScBoEj6ZrflbzbnDqOR7EW2JAMwpdn7RUoMbw
Ah36sKjGk2k8g73FrYYiU5G4VchtASsG0EiZtLSsfyN8cytCBNorDQQrDSWoZeHceByb
DatgRJlctnNGl}iXASBOpRr1TOjjPrgKdvJj6IYMsv9R4EOOrpGBdTjiHCHQk23vzsCc
MS1Qmd89tcMuVept}dcka857kttzugj6mRIacQC5xBtJQCYZsqzvoSzIHKvMJhcbqBr{
ATIiARlE7oJiDTq658aLWXI7S9N6b1HvaArPdpqOm6pFPnBDSFs5O4j775qqCzcCLiS8
rI9vfKkaIqh8KU1zJcPeKdOGOc0nePKDal0pqtaRV7gAqv0cm2NGtWa0yQ1OfsUet2Bx
rishETkWEZ65TGibq8rUU}jF97TAj95bpOLO8SrzypabLfRTvCVx{cdwsHFXW4O26l}V
P3MxTsHES5jBDlylSc0stuM5atfZKHocGzjCr90vxM87d}{XvA98DpzY}iljl6xQQ5mN
ZgvwCis0rKWJxBLcyJ}tXkzwhIN7oyUxJhko9sKgaDqJGmhR015r}7XSxIDlGcWQJ{yc
OM4RMm4AdBdVUkJps7L36R{RfbbT8iFodM6JXECXIHmLMyXsmWPlpRzw8hlZJZCpJC4u
TrIRny2hqNh0gt6RJPMRMf6fXR68sHXeLzAKPHMB{fSg43i1EA4GfQUGeYYhMlm8VISC
bGSZX9pN9EI}8aUrwtPb7vNorszC75otE6wxCWAb1wEqIoZhAiJ2xIXZIhubHoRMTXdM
JUGb73rXrolVlOY1I2vH4b{yE7hX9Y7MS}qAe2aRBWgBHJmsLoANAewbAE1GC8WDVB4C
O7fwgiasqIlHIriQ}ErtwSVxpzAAU2bOfd4VvIHdITfHKwevQeh6kCSitjcg0SIIwccL
78DAEpwGCKlUstA}l4AfCRpS1OtzaXnrb3}k98LMqoTwsGYOQSiHViNAxXxgFfriP4Mt
pB4Q{RW5KRGw}YdY0xdUvTjsKWX6dpYQuCSb}WbZWgX0r89Sn7pxRSqULLO4wLQux844
{yLelbeKFvzScuBebjDTymVbdyNt5lButYnPXR9YvxRXJFbSaWWGvag{mHxkIayhPbhF
d5NCUD96w0z7RRuYpNLC2cZEGlFdRL30BXkzGjuR03SlpobBnMImphdVbLCIwKVfyWYD
NOsHwfJXGPFx3QS4Fjk0pma{yu0hawT1IgxSaa0S6kiaS21qGtnkzgOum0VEKgQzEBYN
{RryXC23ZlT7rpdl3sv0M9VW3lSGyZ0ZeI8r6Z{udaIEmeu1QHIvTvSRbx6kW7FK1LG2
3NH0}N0cXLfyGNclZIPhP9OUB15YQOcoSw}T}oUhlwFKHWL9EmhxrexquP3wi}uKrrii
olGHwdHNUaxepAChlYpsLpdRNYeDmzfZf7XChQ1HINi5u9SWWquiP0}2cuuuuCzoX{3g
jOjcTMPn6g7S1YH30x5Gk2clqCh4JyIffizEzUNBmIy55PAN6IiEZM84rrlEkz{3Kql3
x5WlQ2OMH7jpqCCbo30WjRQvK4MKOxkX9TNsKMSHTcWTNYI17HWz6k7l}9HKkw4QGB80
fpZctfAo5K4IzaqP4{yO{meuwBcM{kSTMuuWHhokNURMH3wFph5}0GKNBRy1ktKPQl9N
vONDXbLOVxScuOwJw2av6s2jmIBcP6OZ}o38wpkQ6VieWmrpf912CcWey4jysD47}DJF
}{wB0uVSgKVNfmeZXIHk51dUsIytqddoTR0c2aEi8YJJu076ySZuqzZtVmeWHENFJt8V
N8Lv6ygORvKXSQ1iT3n3eTXrY2CdQ3xJ}7sUFi9dnDj}iCP5aerfa61BKbamsl}7COes
RFTiGd}r6KkYGpqQ7tCVcZdQgioXa8ZR90GIUPQYu0zw3A9XGuSKQ}lizKyILBk4l2Mk
gTM5ZcmsvybE7YUgGpuw}WHmSQbA7HFWjDuzYF9y0t3AJpQj43QJgrY4OUadwvsGJ1px
5mZJYGfueDdMCY3Bt11ssOpu0wdGvrcCZdzdYVSXPDvc4sB}vuJjl5AazZJwTdO40xlJ
X3G7dOmHf9Q8ZTT1uE1awEmxDUG97ax9aNH3RfMO6UMznVrSG7i}GQCRi8ejEZAh7flO
VMUxDKj{UaIGiz6gB}kgeI3oCyqmVSLK2AT{hbyiwth7mL8DYVlbFh7ZDSvrA00QIxk}
FPoCZ3EBrGr72qQMd1wiJw2r25kUcL0YSn58hr5Mq7wj368Tme2hrNHtOjgI1Wd2FOT1
3gH}ZMR{IMzrVPVplr8fHls4DAZecizhTaryXdzUFeqrX3N{5M7TeXMtdjKF4MMZtkOW
lI60hQ37mT1zNxvxj5k3FNEOqTyGkVbX}F7utqustYXLxrUybkOgGuKezABnI9ID60UP
GnKJIT92xKcLNTFGrxASsrbeTrQPdZqGfYLcDO6d2YbaxFnzJstx3RtadrpDa3XT0zm7
muGuRzETa4e}JRTQL9jvOool0gLXBi{mv6tBxzOXJ4P1etXLyGKp2d{NZhHL8JocucEj
EgmxSWfB2AwCWRoE5sCoJRcwtDjSUQ8lv3yLxnkNTAj1XbfoZfnzFu5LCI5Ktw{WrbQ3
Yz9KqKm}9{GTnGJ7oH16O5xdtJJWPML6bQVCholDgVghkchjhSfcTrDTCpw5JiIB9lE8
P3fb7DU}hv8C4ztICT13xtIlZxU1M4MkAMoEVt1KzvYxrRDQp8qo77{75rJ4oKBrYzwL
rfhsf}Kfjc4T{KL7fQM{RVBWmRNZ5iBe3ueHeCPFFG9dp0r36IxT4cSTHM5uQ{6Fk{RD
U8orzqK0mYkYTRX9K6{Exrg1LWWE}qf6KmF}gVgbh14cgErS06xoTnhAQpbH5E1MNy8z
6b0bN65V{NFRbzDIFerv1}63tHd8RqGV9sQY7i7e1yvII25}jQkKhjW1nWjMg6mXx1qh
qH{r{ariXstA7uVDf6FRqNRTZad5gsHz3cLcW5O42O0A811tlcqwuu}627Ba8G6K2Ycb
Jhrqb4Tk1{BRx9UgIoppt}9MtF3v2pwZ{krEVyJf1Bd9cr5SjD{cU11UJ}tZdIffqah1
3ob{QX11EY1DrlmzjA19ZhVAxsG4zpxabNc1lfJHKvgZmgpP5yWR7pP}1egCQg3Qr7gY
mDrB0rJ7KKg0PfDgDiAxv3bq8neCw}CEHktuL3eTxreakpQPap5VjM9kBvMdSkW4}1b4
d0nDckcEo2pLEn4SKZd6recH11qMlRBbEgnDSYAD{Sjc221pqDd9cimKDQNNtWYi3yJT
eF6UP{dSaSyRkNEsJM2Fka6isGZx7QjhED{2p}eT0fV2Rkt3N50FC}qhoX77SgZzXlY3
nRrTTQ7Hd{qdOb}e0vaboKG3oCJfR3zYS6Aqgoxzquy48G3ATwZxVNSlQs1fHD00W}EG
aTB6vXMANKqq{ofTYgk3nhzAEmO4VllyA945c1Uhp9LSH}E246RjoM37WuAsMEADBKBv
1WhWhAao7x040fnGASxb0I4rc101NBacO6QSxhZxMR9k4d4vLzn7sy8vxVw6NTNwRhhW
DScQugtlECaltLy6r6c0gl6hvO2{M2{ZrInHl2rziCkLF1VBV2Q9{PAUhjoFrRwUvd8V
hGT{cyBOXBP18kHFjoygfSaD5xq}oGB6kygE22ZXfF8RcUj5}iwPAO63tcfQu02yEue3
ilwrlHwHDeLspL5{{5njMggD7paKFLKWdI9rpNQm5QK3FGcBKyU4AFRT9hbRYzV0z{Qu
idP5}bKojyE1{NUuWgTEJJt0Alt20TS8hOyJkkpHleUfH75quQC33FslNnWo63ZFyi0x
EuKe3lpUPSE0pGlIWTKVMzA71rMiGSrLPVkAJzERLgRGnAMRDsvSJ4ZbOuAAHaT7WHds
rhVviu2iRl{WtJbz7qTbN61k1V2cAQfg4oLP}wLvz{e22wY{8BUEl5jDIUPUAXU7I7sB
zPwyfrgpBosRWIfs3me9BIJC{oB83QEm4loSLtJIbCbZSwvzTJGQTnLrq49No}HS5fB7
V8gswCCXIUzfe{{80gzQpJEBaz9KCy8Uno{ICzSckjifJyhbM5VU1qjjSRbQiLVhZz8i
P6r84{RaAjxZJYt12AgFOWxXD}e{yGhnnykwo37sAlqOTjGbAPz}nnFDC9ltzVgA7Quk
jL84WIzz9i2e63ac5vc4NGmHD0tcW}ECRoG{ia6SCSVMEGkhmsWPoPTA50SJdewd1SPq
enlJnXDHm680uTweoSKmolW8XlZlgMD8MHe4RFqHZLm7fjHJ5zRDR8dW5yqnJf4s8Tj8
TugY{}ZjXsx11v3jfI9aCrU7Ru2hkQpMWCRw3W7MTpUYmsNI{qgebip7QQnmmKqbUkd5
TNtw0iCIuvKJk0P4Ru00H38cug85p0cVo0IqNvICZIXxxV{63VlfoemOeUZHT4pZT5wY
0mqcX}sf8AsiFVF848L7nshCNJHERvoUXo7TDdWy3rc9O7r9I3kvIDMMwRR4ArrL{4VU
MO{OTlmbFV27UMY4KGyezzSwOKRj2FyL4bfHZkIj0pk5PnuuwB5RkvZsFnC1}xvnsEns
ij0XXF}{bhn2EiX5MKdboUVKsP4nM58{n}kzb{1cJHwevo1MbmDq9RJugZe8OYq2tvjD
mN6bLpHC6YiH0M{sRXrtpiRtounbMkkKMxqUzkVez{P0r{s{mCp7h0qT80Nd37pLofc7
6WPPKxlvhpY6OiZCPp}IfIIct1UkINoc2UoKEBWbx6Sk53WXdoCh}OF3AcdsTx8lwd8W
FX5B4I1z6EvyuCSOC63BAfTd0GK5kOKNoTlTOmudU3ECqvgPUjfid3ef3K{IUJcytY73
zKP0zvu9d{EK{WMj6pEmgncCZzaA5hmzL9Sa3sEnO2K1VPoWQw1TPXGiN3KcnWL2u4Qd
5MIutqImnXRvWhoD6dQNz6BfTkG{TmyG2jIefb7sDSJ9saMFPpaYV65ZS}TPJp9z6Ljk
3xDev4OxkB3tMc9kmg{CFjRHmguq9XR0nsGN4Oo0Frl0kXbP5txzjnMlIY9kehMugBtE
hBQHTstZ6Gn1T1NuhNXDYfi0COMYmftQZQTpBb1I87ZyfAk3b2yfaZ4dtwz}HEj7sFnN
H1DlNZhqp1c}EeL5PZzZrParoxkTeMo3vh94VyX8NO9fAbeCadtwhYdGNPGm0seEWJm4
grxaBgd6{QDavNW5bQvHGqIY9ywZat0tef9SjDwjKXVe6XnOSBYMZvzac6cRS2F{xGIF
DSoeG8ULlH94xnWfl1RUmOyUwyuykRLBS2cV2ARe{Sn0EtyP273{rLbIgdMGnoqT77Sj
oScU1JVJHtnRRPjYHboU{aUnuNeA33bjpKxaWi4YUfofRqy4U1kLjO0bsHGYsGdZGOzb
Bu}kl6ocXRn64tFUbyZMMt4iNfcgG1dte3mzWl13fi41rKjay1PG0jUFja8xDOADi0uY
g3{SZa88LhZ{yvUDiZbY5}BMP}RTg{6UfOt}enn5oGBz3wNEOTdcggoiYPMB}QykSWic
yDVisDTkvJAfw9BQXy5zax9iD5TG9aRfWPz{{u6VgvC}lSPLCf1lpU3c4IDi71m6XyW5
{yghZdxei7yRBLxXg}cBi{RcqWgTQ7tiRM7FbOjbGVgNXEeUkpGv86hb9bEg56pR6J9A
EcwYx4uzPBy8d5SZrnAy0bfEkUoCVYYo7uDCWwi67MQ}eYoOc170WhW0PjTrYokblNrk
V0MWThQJgzFdtHl}csenV3I42Nfk9AMn1IWcNWVAe2OUwhZ3sopmN6y2XXNnITThwWIp
GynsWQ{dmPutW9x19XZffrBqmp2POwmX98}{Wr9zr9vPg4bSufqYW7bMNSCRe{dPGwyA
vHwRVJbDBXH36pAzN7YP8q8fqYW3JXqEUCguxk1o55pHSfv6EmBkTkyLNCshQ{2OzCAD
dmwyuSWWHyxwWUA7eN1qErGYKHNjMBrFR4Uq3{S{X3b7HuHKznnMGE}Gb4TtoHwbyGQn
hLU6jG4uw92Ff35vBj9jDYO9YD2N7eYpoZ6{pKMI9wEH9v}f2Y9Ybc0EBfJZnwbu2a}9
je4ifXXzpVenx9obfHvwQFF5Z0umE4J{UnxbS{SxaVp1IeIjoGLbwORbK5YoWMAduDhg
FNJKY3PE}vgYqfxmsHpU1bRmij1zeJRD9T7lhAs61T9uN{khXoX75kmAny0sp8NdzvZX
75qr6wrQSphIk8aasAT1QbwQyzCoemBi8lGM2}A4SpS2X6e{3A7RgGHV4hceFhwJNjMK
cnVNJoRO5{VkPt}rW6{{3scxia}74M2NllQE4bemjMKQBUGFlPeC5}lXlgmopQ4Z0WZv
C}U}eXJVZfSXnEz{Q4JXmQ7GOds{D3pqCMiqtRl59RL1goeVYBeY6t50FlIOjN6XKQRe
AkF9DZraMH}sDvwJN9SYLZ3wdmJIljY9Azlh1l{yRm25tq803aEatp5U6tWRacR7TvhO
E}DxxbY6ZIuzk
My point is modern cryptosystem for sending private messages (like pgp and
peekboo) will not send more then say 1kb avg. of data.... So.... is there
another way other then brute force? Most likely not. I think I made my
point.
Tom
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Mok-Kong Shen <[EMAIL PROTECTED]>
Subject: Q: Burrows-Wheeler transform
Date: Wed, 29 Sep 1999 21:40:30 +0200
While compression is, as far as I am aware, generally regarded
as orthogonal to encryption, it is nontheless an aid to information
security, I suppose. Recently I read somewhere a claim that the
Burrows-Wheeler transform is a better compression technique than
Huffman or arithmetic encoding. Could some person having knowledge
and experience with that say whether this is true and whether the
advantage passes on to encryption? (Could it be that it is slower?)
Thanks in advance.
M. K. Shen
======================
http://home.t-online.de/home/mok-kong.shen
------------------------------
From: Mok-Kong Shen <[EMAIL PROTECTED]>
Subject: Re: Q: Burrows-Wheeler transform
Date: Wed, 29 Sep 1999 22:24:13 +0200
[EMAIL PROTECTED] wrote:
>
> coder give a compression algorithm. Simple first-order modeling
> followed by arithmetic coding is not very good. High-order modeling
> with blending followed by arithmetic coding is the best compression
> known (algorithms such as PPMD or PPMZ).
Thanks a lot. I haven't heard of PPM* schemes before. Could you please
give some literature references?
M. K. Shen
------------------------------
From: [EMAIL PROTECTED] (T.P Harte)
Subject: Irish schoolgirl wins European Young Scientist Award
Date: 29 Sep 1999 19:58:03 GMT
Did anyone read the news that the schoolgirl who came up with
an algorithm as secure as RSA but faster---or something supposedly
similar---won the European Young Scientist of the Year award?
I remember that there were several threads on this issue when it first hit the
news circa last January, but I lost track....
What was the outcome of all this? Presumably the algorithm was shown to be
bona fide...or rather hasn't been shown to be readily crackable yet?
------------------------------
Reply-To: "karl malbrain" <[EMAIL PROTECTED]>
From: "karl malbrain" <[EMAIL PROTECTED]>
Crossposted-To: talk.politics.crypto
Subject: Re: EAR Relaxed? Really?
Date: Wed, 29 Sep 1999 13:39:57 -0700
Greg <[EMAIL PROTECTED]> wrote in message
news:7sto28$hcd$[EMAIL PROTECTED]...
>
> > Judge: *I* interpret the law, you are supposed to *execute*
> > the law (and the legislature, Constitution, and English
> > Common Law *make* the law). Sit down and shaddup.
>
> Okay, so you want the judge to ignore the law play activist
> judge in this scenario? I can play along. Let's get real-
> reality, that is:
(...) snipped as too close to call.
You are CORRECT!!! Do you have a position to move from???? Karl M
------------------------------
From: Paul Koning <[EMAIL PROTECTED]>
Subject: Re: RSA Variation
Date: Wed, 29 Sep 1999 15:32:54 -0400
Gary Partis wrote:
>
> Hi,
>
> We have inherited a sub-set of RSA in an embedded system.
>
> It essentially encrypts and decrypts using the exponentiation function
> only.
What does it leave out? The modulo part???
I wonder if it's an RSA subset, or not an encryption at all...
paul
------------------------------
From: [EMAIL PROTECTED] (JPeschel)
Subject: Re: msg for Dave Scott
Date: 29 Sep 1999 20:34:12 GMT
Tom St Denis [EMAIL PROTECTED] writes a lot of nonsense:
>Hmm really ...
>
>is this enough?
>bfaqaaqOHu1L41h5zEeaaauaaaaaJaKuTMxRkzZoUhlS9q5NPOCWQNfBZ
etc.
Just what is your problem?
Read the FAQ about posting challenges.
Joe
__________________________________________
Joe Peschel
D.O.E. SysWorks
http://members.aol.com/jpeschel/index.htm
__________________________________________
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and sci.crypt) via:
Internet: [EMAIL PROTECTED]
End of Cryptography-Digest Digest
******************************