< Home - < Back

mhash


Information about the package, mhash, which is shipped with common Linux distributions. The mhash package is designed for, Thread-safe hash algorithms library.


Package Name:

mhash

Summary:

Thread-safe hash algorithms library

Description:

Mhash is a free library which provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. The HMAC support implements the basics for message authentication, following RFC 2104. In the later versions some key generation algorithms, which use hash algorithms, have been added. Currently, the library supports the algorithms: ADLER32, GOST, HAVAL256, HAVAL224, HAVAL192, HAVAL160, HAVAL128, MD5, MD4, MD2, RIPEMD128/160/256/320, TIGER, TIGER160, TIGER128, SHA1/224/256/384/512, Whirlpool, SNEFRU128/256, CRC32B and CRC32 checksums.

Architecture:

x86_64

Version:

0.9.9.9

Release:

3.el6

Size:

102 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for mhash


Control the mhash package with the following handy commands outlined below.


Command

Description of Command

yum install mhash

This command will install mhash on the server.

yum remove mhash

This command will un-install mhash on the server. When you run this command, you will be asked if you are sure that you want to remove mhash, so you have to manually confirm that you want to do this.

yum -y remove mhash

This command will un-install mhash on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mhash when using the -y flag.

yum update mhash

This command will update mhash to the latest version. When you run this command, you will be asked if you are sure that you want to remove mhash, so you have to manually confirm that you want to do this.

yum -y update mhash

This command will update mhash to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mhash when using the -y flag.

yum info mhash

This command will show you core information about the mhash package.

yum deplist mhash

This command will show you the dependencies for mhash. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mhash

This command will check if there is an update waiting on mhash. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.