Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : pwstore-purehaskell

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.

Registry - Source - JSON
purl: pkg:hackage/pwstore-purehaskell
Keywords: bsd3, cryptography, library
License: BSD-3-Clause
Latest release: over 9 years ago
First release: over 13 years ago
Dependent repositories: 15
Downloads: 7,245 total
Stars: 19 on GitHub
Forks: 9 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...