From: Hank Eskin Date: March 13 1999 1:39pm Subject: Crypt Limitation? List-Archive: http://lists.mysql.com/mysql/158 Message-Id: <36EA6A7A.6665EE87@ix.netcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've been using the CRYPT function, but it seems I can only encrypt strings of eight characters or less, since longer strings with the same first eight characters will return the same encrypted string even if they are different strings. Is there a way to encrypt longer strings? I've read the docs, and didn't see anything about this limitation. Thanks, - Hank