// COMPLETE THREAD

Re: Purple Boxes

1 expanded post ยท every known parent and child

NODE 97225180Re: Purple Boxes
> Has anyone ever tried putting PGP on a chip??? RSA??? (Are these too
> slow for realistic real time hardware voice/data encryption??)

We have implemented a public-key system in smartcards. The secret
key is completely generated and hidden inside the card. The public
key system is TESS (RFC1824). An authenticated key exchange is
perform by the card in about one second.

Hadmut