Ports Search

Results 361370 of 1,385 for /security/.(0.002 seconds)
security/cryptohash-conduit-0.1.1 (Score: 0.08339406)
Cryptohash conduit
Support all the cryptohash package using conduits from the conduit package.
security/cryptohash-cryptoapi-0.1.3 (Score: 0.08339406)
Crypto-api interfaces for cryptohash
Crypto-api interfaces for cryptohash.
security/cryptohash-0.11.6 (Score: 0.08339406)
Collection of crypto hashes, fast, pure, and practical
A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
security/pem-0.2.2 (Score: 0.08339406)
Privacy Enhanced Mail (PEM) format reader and writer
Privacy Enhanced Mail (PEM) format reader and writer.
security/digest-0.0.1.2 (Score: 0.08339406)
Various cryptographic hashes for Bytestrings
This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib.
security/entropy-0.3.7 (Score: 0.08339406)
Platform-independent entropy source
A platform-independent method to obtain cryptographically strong entropy.
security/afl-2.32 (Score: 0.08339406)
Fast instrumented fuzzer
American fuzzy lop is a fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code.
security/monadcryptorandom-0.6.1 (Score: 0.08339406)
Monad for using CryptoRandomGen
A monad for using CryptoRandomGen.
security/pureMD5-2.1.2.1 (Score: 0.08339406)
Haskell-only implementation of MD5 digest (hash) yalgorithm
A Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports the crypto-api class interface.
security/pwstore-fast-2.4.4 (Score: 0.08339406)
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.