[ ソース: haskell-pwstore-fast ]
パッケージ: libghc-pwstore-fast-dev (2.4.4-11 など)
libghc-pwstore-fast-dev に関するリンク
Debian の資源:
haskell-pwstore-fast ソースパッケージをダウンロード:
- [haskell-pwstore-fast_2.4.4-11.dsc]
- [haskell-pwstore-fast_2.4.4.orig.tar.gz]
- [haskell-pwstore-fast_2.4.4-11.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- libghc-pwstore-fast-doc
- libghc-cryptohash-sha1-dev
- libghc-cryptohash-sha256-dev
- libghc-cryptohash-sha1-doc
- libghc-cryptohash-sha256-doc
- libghc-cryptohash-sha1-prof
- libghc-cryptohash-sha256-prof
- libghc-cryptohash-md5-dev
- libghc-cryptohash-md5-doc
- libghc-cryptohash-md5-prof
- libghc-concurrent-supply-dev
secure password storage
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.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-pwstore-fast-dev 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libghc-base-dev-4.15.1.0-0d25e
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-base64-bytestring-dev-1.2.1.0-d2478
- 以下のパッケージによって提供される仮想パッケージです: libghc-base64-bytestring-dev
-
- dep: libghc-binary-dev-0.8.8.0-d77e7
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-byteable-dev-0.1.1-30641
- 以下のパッケージによって提供される仮想パッケージです: libghc-byteable-dev
-
- dep: libghc-bytestring-dev-0.10.12.1-55dd9
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-cryptohash-dev-0.11.9-8e482
- 以下のパッケージによって提供される仮想パッケージです: libghc-cryptohash-dev
-
- dep: libghc-random-dev-1.2.1.1-f4c88
- 以下のパッケージによって提供される仮想パッケージです: libghc-random-dev
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- 多倍長精度演算ライブラリ