Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libmd(3lib) [opensolaris man page]

libmd(3LIB)							Interface Libraries						       libmd(3LIB)

NAME
libmd - Message Digest library SYNOPSIS
cc [ flag... ] file... -lmd [ library... ] #include <md4.h> #include <md5.h> #include <sha1.h> #include <sha2.h> DESCRIPTION
Functions in this library provide hashing routines for MD4 (RFC1320), MD5 (RFC1321), SHA1 (RFC3174), SHA256 (FIPS 180-2), SHA384 (FIPS 180-2), SHA512 (FIPS 180-2). INTERFACES
The shared object libmd.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object inter- faces. MD4Final MD4Init MD4Update md5_calc MD5Final MD5Init MD5Update SHA1Final SHA1Init SHA1Update SHA2Final SHA2Init SHA2Update SECURITY
The MD4 and MD5 algorithms are currently considered weak for cryptographic use. The algorithms should be used only for compatibility with legacy systems or protocols. The SHA1 algorithm is also believed to have some weaknesses. Migration to one of the SHA2 algorithms-including SHA256, SHA386 or SHA512-is highly recommended when compatibility with data formats and on wire protocols is permitted. FILES
/lib/libmd.so.1 shared object /lib/64/libmd.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SunOS 5.11 16 Jun 2008 libmd(3LIB)

Check Out this Related Man Page

libmd5(3LIB)							Interface Libraries						      libmd5(3LIB)

NAME
libmd5 - MD5 hashing library SYNOPSIS
cc [ flag... ] file... -lmd5 [ library... ] #include <md5.h> DESCRIPTION
Functions in this library provide MD5 hashing routines. INTERFACES
The shared object libmd5.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object inter- faces. MD5Final MD5Init MD5Update md5_calc FILES
/lib/libmd5.so.1 shared object /lib/64/libmd5.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 |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
intro(3), attributes(5) SunOS 5.10 24 Mar 2004 libmd5(3LIB)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Comparing Negative #'s in IF Statements

Hi, I am writing a BASH shell script. I would like to construct an IF statement that allows me to determine if a variable is between -180 and 180. Example: if ; then echo 'WEST NOT WITHIN BOUNDS' fi However, I believe the negative sign is causing errors. What is the proper BASH... (6 Replies)
Discussion started by: msb65
6 Replies

2. Shell Programming and Scripting

Formatting Help needed(Sed)

I have a file called abc.txt which has following contents. 10.180.8.231=31608 10.180.8.232=29011 10.180.8.233=31606 10.180.8.234=40501 10.180.8.235=32591 10.180.8.236=31605 10.180.8.237=30561 10.180.8.238=14231 How would i find a ip address having maximum number of ram available. Here... (2 Replies)
Discussion started by: pinga123
2 Replies

3. UNIX for Dummies Questions & Answers

[solved] Error Executing the script.

# cat SERVERNAMES 10.180.8.231 10.180.8.232 10.180.8.233 10.180.8.234 10.180.8.235 10.180.8.236 10.180.8.237 10.180.8.238 10.180.9.239 fn_Exit() { echo "Machine Doesnt exist" exit 1 #exit shell script } (2 Replies)
Discussion started by: pinga123
2 Replies