sci.crypt
  Home FAQ Contact Sign in
sci.crypt only
 
Advanced search
December 2006
motuwethfrsasuw
    123 48
45678910 49
11121314151617 50
18192021222324 51
25262728293031 52
2006
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
sci.crypt Profile…
RELATED GROUPS

POPULAR GROUPS

 Up
  Re: Why the 3rd skyscraper came freefalling down on 9/11         


Author: Jonathan Sturm
Date: Dec 27, 2006 21:24

On 28/12/06 3:56 PM, in article emvipi$hl6$1@ihnp4.ucsd.edu, "Carl
Lowenstein" deeptow.ucsd.edu> wrote:
> To use an argument that might date back to Galileo:
>
> What happens if you fasten the heavy object and the light one together?
> Does the heavy one speed up the light one, or does the light one slow down
> the heavy one?
>
> --
> carl lowenstein marine physical lab u.c. san diego
> clowenst@ucsd.edu
Wow! Deja vue :-)

Sorry, but Galileo was pipped to the post by Nicole Oresme more than a
hundred years before, and perhaps by others whose work remains unknown.
There's no evidence that Galileo plagiarised his version of my favourite
thought experiment, though.

Jonathan Sturm
(Still the world's most famous Pompous Git according to Google)
no comments
  Number theoretic functions         


Author: dcorbit
Date: Dec 27, 2006 20:32

I am interested in different versions of number theoretic functions
such as the pi() prime counting function and the Euler totient
function.

In particular with the totient function, I have found that it performs
terribly given a large prime, and marvelously given a highly composite
number. I wonder if it could be made more efficient by applying
MillerRabin followed by APR/CL to larger hunks to find out if they are
prime a-priori.

Web searches have not turned up anything particularly interesting.
Perhaps someone can give me a nudge in the right direction.
4 Comments
  RSA question         


Author: johngalt__
Date: Dec 27, 2006 19:52

I've been thinking about this, but perhaps a fresh set of eyes might
help ... so I'm calling out to all ye enlightened folks...

I am using the following values for the well-known RSA cryptosystem

two primes p = 11 and q = 23 and so n = 253
exponent e, relatively prime to (p-1)(q-1) is 9
exponent d=5 since (ed-1) divides (p-1)(q-1)

But this doesn't work ... e.g. pick plaintext numbers from 1 to 10.

I think it's got something to do with the choice of e and d i.e. should
they be prime? (The literature doesn't quite say this.)

Thanks in advance
1 Comment
  Re: JSH: Gloves Are Off, Now         


Author: junoexpress
Date: Dec 27, 2006 19:22

James,

I hope you had a merry and peaceful holiday season.

fucking morons ..for my fucking math discoveries ...another fucking
thing coming.
> What the fuck??!!!>
... for the fucking beauty of it now you fucking shits??!!!
> You fucking shits. I will get credit ...and get fucking
> paid, and ... I will not fucking let ...
> fucks get away with your fucking stupid bullshit--"pure math" my
> ass--without me coming at you fuckers with some fucking PURE fucking
> PURE AS FUCK math that you stupid shits have been shitting on for ... a fucking YEAR!!!
> You goddamn FUCKS!!!
> What the fuck is wrong with you shits??!!! ...your own stupid shit?
>
> James Harris
Show full article (1.08Kb)
no comments
  truecrypt keyfile complexity question         


Author: vedaal
Date: Dec 27, 2006 09:51

am working on constructing diceware type of keyfiles for use with
truecrypt,
so that even when all the keyfiles are on the same usb drive as the
truecrypt volume,
the selection of keyfiles would still have the same complexity and
relative ease,
as the selection of a diceware passphrase

am preparing a folder of diceware .txt files, each one named with a
word from
the diceware wordlist,
(the content of each textfile is just the same word as the filename)

the problem is, that when truecrypt selects keyfiles,
the order of selection is *not* important

the question now, is how many more keyfiles are necessary
to achieve the complexity equivalent to a diceware passphrase?

the diceware list is 7776 (6^5)

a passphrase of 'r' diceware words has a complexity of (7776)^r

the same selection of diceware files for a truecrypt keyfile passphrase
only has a complexity of ( 7776^r / r! )
Show full article (1.32Kb)
no comments
  Re: announce: the ultimate crypto homepages list         


Author: Wei Dai
Date: Dec 27, 2006 08:53

David Wagner wrote:
> Do you plan to differentiate this from the kind of crypto content
> currently on wikipedia? Is it intended for a different audience?

The site will be more like the various "crypto lounges" currently on
the web, like the block cipher lounge and the hash function lounge, but
based on a semantic wiki instead of static pages. (A semantic wiki is
essentially a wiki interface with a relational-like database backend
that allows structured data, queries and collaborative editing.) The
site will be focused on standardized data (such as key lengths and home
pages) and relational information between algorithms, papers, and
people. (Eventually there may be more categories like hardness
assumptions and proof techniques.)

Also, the notability requirement will be different from Wikipedia, so
that an algorithm can be listed as soon as a paper has been published
about it, rather then when it becomes popular enough to warrant an
encyclopedia entry.
Show full article (1.98Kb)
1 Comment