File: README

package info (click to toggle)
libxcrypt 1%3A2.4-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,672 kB
  • sloc: sh: 8,666; ansic: 2,905; makefile: 96
file content (15 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This is the README for libxcrypt
--------------------------------

This library is a replacement for libcrypt which comes with the
GNU C Library. It should be binary compatible with libcrypt.so.1
in that way, as that programs linked against libcrypt.so.1 should
also work with this library, but programs linked against libxcrypt
don't need to work with libcrypt. You can replace libcrypt with a
symlink to libxcrypt.

The advantage of libxcrypt against libcrypt is, that it supports
bigcrypt and blowfish password encryption and exports md5_crypt and
the other md5 functions.

  Thorsten Kukuk, 21. October 2002