Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174 - app-crypt/mhash (new ebuild)
Summary: app-crypt/mhash (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL: http://mhash.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 176
  Show dependency tree
 
Reported: 2002-01-15 07:40 UTC by Christian Rubbert
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mhash-0.8.9.ebuild (mhash-0.8.9.ebuild,880 bytes, text/plain)
2002-01-15 07:41 UTC, Christian Rubbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Rubbert 2002-01-15 07:40:07 UTC
From the website:

Mhash is a free (under GNU Lesser GPL) 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. At the time of writing this, the library supports the algorithms:
SHA1, GOST, HAVAL, MD5, RIPEMD160, TIGER, and CRC32 checksums. 

mhash is pretty useful for generating password hashes, especially in PHP, which
has no hash support built in.

Weee, my second ebuild.. 
Please check syntax.

-ceed
Comment 1 Christian Rubbert 2002-01-15 07:41:45 UTC
Created attachment 59 [details]
mhash-0.8.9.ebuild

just tried it with PHP, which works fine.
will do mcrypt now and then add a php "bug" depending on these two :)
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-23 17:44:05 UTC
added to app-crypt