crypt-sha512: Pure Haskell implelementation for GNU SHA512 crypt algorithm

[ bsd3, data, library ] [ Propose Tags ]

crypt() is the password encryption function. It is based on the Data Encryption Standard algorithm with variations intended (among other things) to discourage use of hardware implementations of a key search.

This package provides a pure Haskell implementation of SHA512 crypt scheme.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0
Dependencies attoparsec (>=0.13.1.0 && <0.15), base (>=4.5 && <4.20), bytestring, cryptohash-sha512 (>=0.11.100.1 && <0.12) [details]
License BSD-3-Clause
Copyright 2017 Oleg Grenrus
Author Oleg Grenrus <oleg.grenrus@iki.fi>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 10 made by phadej at 2023-10-25T14:18:37Z
Category Data
Home page https://github.com/phadej/crypt-sha512
Bug tracker https://github.com/phadej/crypt-sha512
Source repo head: git clone git://github.com/phadej/crypt-sha512.git
Uploaded by phadej at 2017-07-02T10:47:13Z
Distributions LTSHaskell:0, NixOS:0, Stackage:0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1748 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-02 [all 1 reports]

Readme for crypt-sha512-0

[back to package description]

crypt

A wrapper around crypt().