From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 11 Nov 1995 13:33:08 -0500 From: Rich Salz rsalz@osf.org Subject: /sys/src/libc/port/crypt.c Topicbox-Message-UUID: 33c6d762-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19951111183308.70tgxVEWfrU1X4LE4onN81tM6PNA39TwCQhW2Qn0gd4@z> >An added bonus is general purpose encryption in libc.a. This >provides functionality to enable fast encrypted data streams. My idea >is to encrypt all data on the wire. Am I being unreasonable? Probably. What's the encryption algorithm, how often are the keys changed, how are sessions keys negotiated, how many bits in each key, etc. /r$