Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 1995 01:14:19 -0800 (PST)
From:      Mark Murray <markm>
To:        CVS-committers, cvs-user
Subject:   cvs commit: src/secure/lib/libcrypt crypt-md5.c Makefile crypt.3 crypt.c
Message-ID:  <199512160914.BAA26128@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       95/12/16 01:14:18

  Modified:    secure/lib/libcrypt  Makefile crypt.3 crypt.c
  Added:       secure/lib/libcrypt  crypt-md5.c
  Log:
  Dual personality crypt(3). This crypt will choose its encryption algorithm
  (DES or MD5) based on the type of salt used. Salt beginning with "$1$"
  indicates MD5.
  
  Revision  Changes    Path
  1.8       +5 -13     src/secure/lib/libcrypt/Makefile
  1.3       +9 -1      src/secure/lib/libcrypt/crypt.3
  1.7       +10 -10    src/secure/lib/libcrypt/crypt.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512160914.BAA26128>