summaryrefslogtreecommitdiff
blob: 10aff569f8b756250d1f3fdcde260d4c68d944e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		To store passwords securely, they should be salted,
		then hashed with a slow hash function. This library
		uses PBKDF1-SHA256, and handles all the details.
		It uses the cryptohash package for speed; if you need
		a pure Haskell library, pwstore-purehaskell has the
		exact same API, but uses only pure Haskell. It is
		about 25 times slower than this package, but still
		quite usable.
	</longdescription>
</pkgmetadata>