Install this package:
emerge -a dev-haskell/pwstore-purehaskell
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/pwstore-purehaskell
Or alternatively:
emerge --autounmask-write -a dev-haskell/pwstore-purehaskell
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.1.4 | 8 | ~amd64 | 0/2.1.4 |
<pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </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 is implemented in pure Haskell, with no C dependencies. For a faster implementation, the pwstore-fast package has the exact same API but is about 25 times faster due to its use of the cryptohash package, which is partly implemented in C. This pure Haskell version is visibly slower, but still quite usable. </longdescription> </pkgmetadata>
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | pwstore-purehaskell-2.1.4.tar.gz | 6856 bytes | 2.1.4 |
| Type | File | Size |
|---|