Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!eagle!mhuxl!houxm!hogpc!houxt!jla From: jla@houxt.UUCP (J.ALBERI) Newsgroups: net.unix-wizards Subject: Re: DES encryption with encrypt(3C) Message-ID: <353@houxt.UUCP> Date: Sat, 14-Jan-84 14:09:08 EST Article-I.D.: houxt.353 Posted: Sat Jan 14 14:09:08 1984 Date-Received: Sun, 15-Jan-84 05:56:30 EST References: druxy.905 Lines: 8 Before you try to use encrypt/decrypt for general purpose encryption, remember it is intended as a password encryption function. If you read the paper on Password security distributed with the UNIX documentation, you will see that it was specially designed to BE SLOW! This is great for password checking, since it means that somebody down the other end of the terminal line can't program his/her own desktop PC to repeatedly try passwords until it finds a correct one. But it makes encrypt/decrypt pretty well useless for data encryption.