You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/pwstore-fast/metadata.xml

16 lines
590 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<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>