Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libcrypt(3lib) [opensolaris man page]

libcrypt(3LIB)							Interface Libraries						    libcrypt(3LIB)

NAME
libcrypt - encryption/decryption library SYNOPSIS
cc [ flag... ] file... -lcrypt [ library... ] DESCRIPTION
Functions in this library provide encoding and decoding handling routines. INTERFACES
The shared object libcrypt.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. crypt encrypt setkey FILES
/usr/lib/libcrypt.so.1 shared object /usr/lib/64/libcrypt.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
crypt(1), Intro(3), encrypt(3C), setkey(3C), attributes(5) SunOS 5.11 12 Feb 2003 libcrypt(3LIB)

Check Out this Related Man Page

libbsdmalloc(3LIB)						Interface Libraries						libbsdmalloc(3LIB)

NAME
libbsdmalloc - memory allocator interface library SYNOPSIS
cc [ flag... ] file... -lbsdmalloc [ library... ] #include <stdlib.h> DESCRIPTION
Functions in this library provide a collection of malloc routines that use BSD semantics. INTERFACES
The shared object libbsdmalloc.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. free malloc realloc FILES
/usr/lib/libbsdmalloc.so.1 shared object /usr/lib/64/libbsdmalloc.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
pvs(1), Intro(3), bsdmalloc(3MALLOC), attributes(5) SunOS 5.11 22 May 2003 libbsdmalloc(3LIB)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Our First Flash Intro ?

(13 Replies)
Discussion started by: Neo
13 Replies

2. Linux

Shared Libraries

How do i make a library shared say i have a library a.so which i have just compiled. I want to make it shared how do i make it Next Queation is what is the difference between a.so.0 a.so.1 a.so.2 & a.so :rolleyes: (1 Reply)
Discussion started by: wojtyla
1 Replies

3. Shell Programming and Scripting

encrypt my sctipt

Hai , is there any encrypt machanishm to protect my script or logic? (4 Replies)
Discussion started by: readycpbala
4 Replies

4. UNIX for Advanced & Expert Users

Naming conventions for shared libraries in Linux

Hello, I'm wondering what is the naming conventions for *.so shared libraries in linux. For example, a library in /lib, say libcrypt-2.7.so has a symbolic link called libcrypt.so.1 pointing to it, yet libncursesw.so.5.6 has a symbolic link called libncursesw.so.5 pointing to it. What is the... (2 Replies)
Discussion started by: neked
2 Replies