Searching \ for 'Public key -> private key -> big brother -> go dir' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: www.piclist.com/techref/index.htm?key=public+key+private
Search entire site for: 'Public key -> private key -> big brother -> go dir'.

Truncated match.
PICList Thread
'Public key -> private key -> big brother -> go dir'
1997\06\09@131826 by Mik O Kim

flavicon
face
Correct me if I'm wrong, but I think the common practice in internet is to
use the public key for initial private key exchange. And then, rest of the
communication takes place with the DES (data encryption standard) or other
non-PKC (public key cryptography) method.

Since the PKC would ensure secure key transmission, and DES would ensure
fast computation, this scheme would work quite well. I'm not sure if anyone
tried it, but there is a freeware called "PGP Phone" (pretty good privacy
phone) that sent encrypted real time (sort of) voice through the internet.
This was before all the hoopla about internet phone and such.

Predecessor to PGP phone was PGP, which was only for e-mail. It was pretty
nice software since it could embed binary files. I used to use it for
sending "secret" love e-mails to my girlfriend and plans to take over the
world to my comrades in mars (hahaha!!!)

Following fable was told to me a long time ago, supposedly being used by
RSA (click on netscape's help -> about netscape)...
1. Send public key (home PC to DigiKey)
2. Encrypt the DES key using the public key (DigiKey to home PC)
3. Send the credit card number using the DES key (home PC to DigiKey)
4. Send two weeks of paycheck to the credit card company through snail
mail.

If you want to do cryptography, be careful. Do a search on Phil Zimmerman
and see all the crock the government put him through. By the way, DES is
very easily cracked by the (USA) government. In fact, they have the golden
key that would allow them to see any DES encryption. I heard Phil Zimmerman
got into such trouble, because they (the government) couldn't crack his
code which was based on RSA.

Of course, I often had dreams of cracking the RSA using hundreds of
thousands of PICs in parallel. So, anyone else want to try?



At 08:02 PM 6/8/97 +0000, you wrote:
{Quote hidden}

<CLIP>
{Quote hidden}

Could you send me some more information about this, I'm doing some internet
programming related to this and could help.

1997\06\09@150527 by Louis A. Mamakos

flavicon
face
> Correct me if I'm wrong, but I think the common practice in internet is to
> use the public key for initial private key exchange. And then, rest of the
> communication takes place with the DES (data encryption standard) or other
> non-PKC (public key cryptography) method.

This is usually the case, because public-key encryption is computationally
expensive.  That's why you encrypt a (cryptographically-"strong") randomly
chosen session key with RSA, and send that along.  On the other hand, if
the message is only a few bytes long, then there's no point in using
symmetric encryption algorithm, like DES, because the message is approximately
the same length as the key.


> If you want to do cryptography, be careful. Do a search on Phil Zimmerman
> and see all the crock the government put him through. By the way, DES is
> very easily cracked by the (USA) government. In fact, they have the golden
> key that would allow them to see any DES encryption. I heard Phil Zimmerman
> got into such trouble, because they (the government) couldn't crack his
> code which was based on RSA.

This is bogus drivel.

First, Zimmerman's difficulties were due to the belief of the government that
he had exported crytography implementations without approval.  This is
entirely different than just wanting to use cryptography.

Second, if you have evidence that anyone has broken DES using some "key",
please give us a reference to it, rather than unsubstantiated rumor.  DES
is "weak" enough that a determined attacker can amount a brute-force
attack on it.  This is completely different than using some hidden weakness
in the algorithm.

Third, ZImmerman's "problems" were export-regulation based, and not due
to the fact that RSA public key cryptography and IDEA (a symmetric
cipher) are believed to be cryptographically strong.

None of this is any big secret; there are numerous web pages that
chronicle these developments which make it unnecessary to speculate or
just plain make things up.

> Of course, I often had dreams of cracking the RSA using hundreds of
> thousands of PICs in parallel. So, anyone else want to try?

I dunno, given the lack of hardware multiply and divide, I don't think
they'd be very suited at all, given the types of computations required.

Louis Mamakos

1997\06\10@064724 by Andy Kunz

flavicon
face
>If you want to do cryptography, be careful. Do a search on Phil Zimmerman
>and see all the crock the government put him through. By the way, DES is
>very easily cracked by the (USA) government. In fact, they have the golden
>key that would allow them to see any DES encryption. I heard Phil Zimmerman
>got into such trouble, because they (the government) couldn't crack his
>code which was based on RSA.
>
>Of course, I often had dreams of cracking the RSA using hundreds of
>thousands of PICs in parallel. So, anyone else want to try?

Lehigh University did this last year.  All the PC's on campus (during
summer) figured it out in a few days.  But you probably won't read about it
in your local newspaper.

Andy

==================================================================
Andy Kunz - Montana Design - 409 S 6th St - Phillipsburg, NJ 08865
         Hardware & Software for Industry & R/C Hobbies
       "Go fast, turn right, and keep the wet side down!"
==================================================================

1997\06\10@220417 by John Payson

picon face
> >If you want to do cryptography, be careful. Do a search on Phil Zimmerman
> >and see all the crock the government put him through. By the way, DES is
> >very easily cracked by the (USA) government. In fact, they have the golden
> >key that would allow them to see any DES encryption. I heard Phil Zimmerman
> >got into such trouble, because they (the government) couldn't crack his
> >code which was based on RSA.
> >
> >Of course, I often had dreams of cracking the RSA using hundreds of
> >thousands of PICs in parallel. So, anyone else want to try?
>
> Lehigh University did this last year.  All the PC's on campus (during
> summer) figured it out in a few days.  But you probably won't read about it
> in your local newspaper.

"THE MAGIC WORDS ARE SQUEAMISH OSSIFRAGE" if I recall, was encoded as a
really big number (taking digits pairs for letters, hence

200805001301070903002215180419...
T H E   M A G I C   W O R D S

and this number was then encrypted using a fairly short key (something like
400 bits).  It took quite awhile, but that particular key was broken.  On
the other hand, the difficulty of breaking an RSA key increases exponentially
with the key's length.  Keys under 512 keys are considered "toys", but even
if every electron in the known universe could be harnessed to perform a
billion computations per second, it would still take millions of years to
break 2048-bit keys (btw, producing a new 2048 key takes about 256 times as
long as producing a new 512 bit key; public-key operations on the longer key
will take about 16 times as long as with a 512-bit key, and private-key oper-
ations will take about 64 times as long.  Note that while the longer keys are
a computational pain to use they are hardly impossible, especially on faster
machines.)

More... (looser matching)
- Last day of these posts
- In 1997 , 1998 only
- Today
- New search...