1libcrypt(3LIB) Interface Libraries libcrypt(3LIB)
2
3
4
6 libcrypt - encryption/decryption library
7
9 cc [ flag... ] file... -lcrypt [ library... ]
10
11
13 Functions in this library provide encoding and decoding handling rou‐
14 tines.
15
17 The shared object libcrypt.so.1 provides the public interfaces defined
18 below. See Intro(3) for additional information on shared object inter‐
19 faces.
20
21
22
23
24 crypt encrypt setkey
25
26
28 /usr/lib/libcrypt.so.1 shared object
29
30
31 /usr/lib/64/libcrypt.so.1 64-bit shared object
32
33
35 See attributes(5) for descriptions of the following attributes:
36
37
38
39
40 ┌─────────────────────────────┬─────────────────────────────┐
41 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │MT-Level │Unsafe │
44 └─────────────────────────────┴─────────────────────────────┘
45
47 crypt(1), Intro(3), encrypt(3C), setkey(3C), attributes(5)
48
49
50
51SunOS 5.11 12 Feb 2003 libcrypt(3LIB)