summaryrefslogtreecommitdiff
path: root/README
blob: 18e91ae2992e1e429d7e6609d22cb420654f9ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
blowfish password encryption.

  Thorsten Kukuk, 21. October 2002