scrypt
Key derivation library
A Haskell library providing bindings to a memory-hard key derivation function designed for enhanced security against brute-force attacks.
Haskell bindings to Colin Percival's scrypt implementation.
17 stars
2 watching
9 forks
Language: C
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rstudio/rscrypt | A package of C functions implementing a password-based key derivation algorithm requiring large amounts of memory. | 34 |
cpeikert/alchemy | A compiler for homomorphic encryption languages | 66 |
sdiehl/zurihac-crypto | Small minimal examples of modern cryptographic techniques in Haskell | 79 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
sstadick/hck | A tool for text processing and manipulation of data records | 699 |
input-output-hk/scrypto | A cryptographic toolkit designed to simplify cryptography in applications | 201 |
ahkscript/libcrypt.ahk | A collection of cryptographic functions and algorithms from the AutoHotkey community. | 68 |
xkcp/xkcp | A collection of cryptographic schemes and utilities for building secure applications | 588 |
cpeikert/lol | A cryptographic library built on top of lattices that enables fully-homomorphic encryption | 224 |
ekmett/hask | Category theory for Haskell with a strong lens-like flavor. | 161 |
haskell-ci/haskell-ci | Generates CI workflows for multiple versions of the Haskell programming language compiler | 438 |
anton-k/processing-for-haskell | A Haskell implementation of a subset of the Processing language for computer graphics | 70 |
zhaskell/stdio | A Haskell toolkit providing standardized input/output functions powered by libuv | 104 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 147 |
politrons/dive_into_haskell | An introductory guide to Haskell programming language features and applications | 69 |