| |
| Interface Libraries | libcrypt(3LIB) |
| | libcrypt - encryption/decryption library |
SYNOPSIS
| |
cc [ flag... ] file... -lcrypt [ library ... ]
|
| |
Functions in this library provide encoding and decoding handling
routines.
|
| |
The shared object libcrypt.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
|
| |
-
/usr/lib/libcrypt.a
- archive library
-
/usr/lib/libcrypt.so.1
- shared object
-
/usr/lib/64/libcrypt.so.1
- 64-bit shared object
|
| |
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| MT-Level | Unsafe |
|
| |