// COMPLETE THREAD

Re: Encrypting fax machine

2 expanded posts ยท every known parent and child

NODE 60385419Re: Encrypting fax machine
At 6:07 AM 7/18/94, John Young wrote:
>[. . .]
>We use an encryption algorithm called seeded pseudo-random
>number generator, Mr. Varga said.  The company chose that
>algorithm because it is in the public domain, he added.

*Groan*

One would think that anybody who would go to the expense of designing an
encrypting FAX machine could at least afford to read the introduction to
any beginning crypto book.

Heck, I bet it's even the generator on page 46 of K&R's second edition C book.

b&

--
Ben.Goren@asu.edu, Arizona State University School of Music
 net.proselytizing (write for info): Protect your privacy; oppose Clipper.
 Voice concern over proposed Internet pricing schemes. Stamp out spamming.
 Finger ben@tux.music.asu.edu for PGP 2.3a public key.
NODE 43a94e58Encrypting fax machine
At 6:07 AM 7/18/94, John Young wrote:
   >We use an encryption algorithm called seeded pseudo-random
   >number generator, Mr. Varga said.  The company chose that
   >algorithm because it is in the public domain, he added.

   One would think that anybody who would go to the expense of designing an
   encrypting FAX machine could at least afford to read the introduction to
   any beginning crypto book.

I just said this last week.  PNRG-XOR can be very secure.  If they're
using Blum-Blum-Shub, it could be secure, since there are other things
to go wrong.  If they're using a LFSR, it's not secure.

It looks like a none-too-competent technology reporter to me.

Eric