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: CryptoDox - Encyclopedia on Cryptography & Information Security         


Author: Matt
Date: Dec 11, 2006 23:44

On Dec 11, 2:09 pm, sillyban...@gmail.com wrote:.
> I'm not sure why you'd want to start another source, unless you think there's
> some niche that hasn't been adequately filled...

CryptoDox now has a page -- http://www.cryptodox.com/Why_CryptoDox --
which gives an argument as to a niche that they could fill: it could
provide some information that Wikipedia will not, such as source code
and tutorials (although Wikipedia does have sister projects like
WikiBooks). To date, though, as far as I've seen, the only entries I've
seen on CryptoDox have been Wikipedia-esque encyclopedia articles
started from scratch. That does seem to be reinventing the wheel
somewhat without any obvious benefit.

Obligatory Wikipedia Crypto Project link:

http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Cryptography

-- Matt
no comments
  Re: Help !!! RSA with OpenSSL         


Author: Carlos Moreno
Date: Dec 11, 2006 16:37

Christian Siebert wrote:
>>[...]$ openssl genrsa -out somefile.key 1024
>
> this generates you a complete RSA key set. You can do
> $ openssl rsa -text -in somefile.key
> to print its content.

Yup --- I was familiar with that part.
>>I assume I have to use the header (right?)
>
> No. For the above reasons, you should try to use the functions in
> (i.e. one of the PEM_read_RSA*() functions should suit
> your needs).

Thanks! That's Great!!! (well, partly)

I tried the PEM_read_RSAPrivateKey, and everything works: I
can encrypt_public_key and then decrypt_private_key, and it
all works.
Show full article (1.51Kb)
1 Comment
  Digital signature repository         


Author: David R. Tribble
Date: Dec 11, 2006 16:04

Are there any newsgroups or web sites dedicated to storing digital
signatures? I've heard about people publishing signatures of important
documents in newspapers, creating a permanent, independent, dated
record that can be autheticated with some legal standing.

For example, say I author some legal doument and then digitally sign
it (with PGP, for example). I'd then like to register that signature
in some publicly accessible place, but one that maintains a reliable
dating of each record. Posting to a newsgroup, for instance, would be
sufficient on the theory that every post gets a unique ID and a
reliable timestamp. Futhermore, the newsgroup itself has no vested
interest in the content of my document, and only serves to keep a
permanent record of its digital signature (presumably I would supply
a title and some unique ID that's meaningful to me, such as a URL
or network filename).

I assume that sci.crypt is not the kind of place for this, but assuming
a reasonable volume of, say, a few thousand posts per day, a newsgroup
would be ideal for this purpose, and it has the nice benefit of being
free.

Does anyone know of such a place?
Show full article (1.16Kb)
4 Comments
  Re: BBS with unknown N parameter         


Author:
Date: Dec 11, 2006 13:09

Simon Johnson gmail.com> wrote:
>They both deal with the case where N is known - which is different from
>my case where N is not known.

This is problematic. The point of BBS is provable security. The point
of making N unknown is to have it small, but then any provable security
is lost. It also begs the question, why a special modulus, why not just
a random number? Also, I somehow doubt that one squaring per bit is very
efficient compared to modern stream ciphers.

A slow generator without a security proof seems pointless, right?

--
Kristian Gj
no comments
  Re: where use RSA?         


Author: Pubkeybreaker
Date: Dec 11, 2006 08:56

athur-luobo@163.com wrote:
> Where RSA is used?
> Anybody can help me?
> Thank you very much!

Look up "SSL"
1 Comment
  Re: BBS with unknown N parameter         


Author: David Eather
Date: Dec 11, 2006 05:00

Simon Johnson wrote:
> Hi all,
>
> Suppose I had a black box which gave me as many "random bits" as I
> asked for. I know the black box computes these bits using BBS but I
> have no idea what the current x_i value is or the value of the modulus.
>
> What strategies could I employ to break the generator?
>
>
> Simon.
>

These two papers will help. The authors discuss the what and why's.

http://dsns.csie.nctu.edu.tw/research/crypto/HTML/PDF/C82/61.PDF
http://crypto.junod.info/bbs.pdf

They were not hard to find.
3 Comments