From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 8 May 2000 15:12:57 +0400 From: Roman V. Shaposhnick roman@yellow.pdmi.ras.ru Subject: [9fans] encrypt(void*, void*, int) and authentication Topicbox-Message-UUID: a83fc6b2-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <20000508111257.k0cBoNGIx0ex1NkSr3FcSwAM2ra5NL6LWLC3unslp6M@z> Hi, I'm the guy who is implementing 9P for Linux ( p9fs ). Everything was quite ok, before I started auth implementation. As you all know for the proper authentication of the client client's kernel should decrypt a ticket received from AS, and for this it should know encryption algorithm ;). I guess that due to the famous US law there is no such thing as 'crypt.c', am I right? If yes, than, please, tell me whether 'encrypt(void*, void*, int)' uses classical DES algorithm ( as described in Bruce Schneier: Applied Cryptography. John Wiley & Sons, 1994. and implemented in libdes ) or not. Thanks, Roman.