diff options
Diffstat (limited to 'dev-haskell/pwstore-fast/metadata.xml')
-rw-r--r-- | dev-haskell/pwstore-fast/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/pwstore-fast/metadata.xml b/dev-haskell/pwstore-fast/metadata.xml new file mode 100644 index 000000000000..16bb6472b184 --- /dev/null +++ b/dev-haskell/pwstore-fast/metadata.xml @@ -0,0 +1,18 @@ +<?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> + <upstream> + <remote-id type="github">PeterScott/pwstore</remote-id> + </upstream> +</pkgmetadata> |