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
  Number generation based on a pattern of previously generated numbers         


Author: Naivite
Date: Dec 6, 2006 17:31

For a education related programming project I have a list of
approximately 150 pregenerated numbers and I would like to know how to
code a program to determine the algorithm used to generate these
numbers, in order to generate more numbers following the same basic
sequence.
6 Comments
  Group verifiable encryption         


Author: Berlid
Date: Dec 6, 2006 12:00

Does anyone know whether exist group verifiable encryption. That means
a group of people encrypt/decrypt messages with VES, but this
encryption/decryption is worked by all/some group memebers?

If it exist, please tell the name of published papers about it, thanks
a lot!
1 Comment
  Re: what is probability to create two equal hashes for md5 algorithm         


Author: Unruh
Date: Dec 6, 2006 10:28

"Sergei" gmail.com> writes:
>Joseph Ashwood wrote:
>> "Dmitry Chumack" gmail.com> wrote in message
>> news:1165339092.911172.123630@79g2000cws.googlegroups.com...
>>> Hi *
>>>
>>> I have a question. There is few doesns...
Show full article (3.32Kb)
no comments
  IBE and HIBE         


Author: brian.james.kirby
Date: Dec 6, 2006 03:42

Does anyone know if there exists work showing IBE implies HIBE? I was
told about this fact and found it strange.
1 Comment
  group signature         


Author: guss
Date: Dec 6, 2006 01:34

Does anyone know if there is a an implementation (open source would be
great) of the so called
group signature concept ?
I would rather have a java implementation if possible.

Thanks for any pointers or info related to this topic.

Guillaume
11 Comments
  Re: what is probability to create two equal hashes for md5 algorithm         


Author: Peter Fairbrother
Date: Dec 6, 2006 01:13

Peter Fairbrother wrote:
> Dmitry Chumack wrote:
>
>> Hi *
>>
>> I have a question. There is few doesns of __terabytes__ of data. I need
>> to split this data to blocks of fixed size. Than I need to calculate a
>> sha1 hash for each block and store it. The question is which minimal
>> size of block I have to choose to minimize the probability of existence
>> of two equal hashes? What probability of such a coincidence would be if
>> I'll use an md5, crc32 or sha2 algorithms instead of sha1? Or if I'll
>> use a combination of this algorithms (e.g. sha1 and crc32 or sha2 and
>> md5 and crc32)?
>>
>> Thanks in advance.
>>
>
> For n << b

Ooops - should read "for n^2 << 2^b". Sorry.
> a good approximation of the probability of a collision is
> (n^2)/(2^b) where n is the number of blocks and b is the size of the hash in
> bits.
>
> That's assuming no-one is trying to cheat and create...
Show full article (1.68Kb)
no comments