Packages tagged cryptography
173 packages have this tag.
[Merge tag] (trustees only)Related tags: library (161), bsd3 (98), mit (31), program (22), data (20), deprecated (14), apache (10), codec (8), network (5), public-domain (5), web (5), mpl (4), agpl (3), conduit (3), lgpl (3), system (3), console (2), control (2), crypto (2), gpl (2), hash (2), algorithm (1), amazon (1), aws (1), bitcoin (1), bsd2 (1), chat (1), cli (1), cloud (1), codes (1), compiler (1), data-structures (1), database (1), distributed-computing (1), education (1), elliptic-curves (1), ...
Name |
DLs |
Rating |
Rev Deps |
Description |
Tags |
Last U/L |
Last Version |
Maintainers |
---|---|---|---|---|---|---|---|---|
AES | 38 | 0.0 | 7 | Fast AES encryption/decryption for bytestrings | (bsd3, cryptography, library) | 2014-05-07 | 0.2.9 | SveinOveAas |
Crypto | 45 | 0.0 | 33 | Common Cryptographic Algorithms in Pure Haskell | (codec, cryptography, library) | 2023-02-12 | 4.2.5.2 | CreightonHogg, DominicSteinitz, HerbertValerioRiedel, IsaacJones, LennartAugustsson |
DRBG | 70 | 0.0 | 10 | Deterministic random bit generator (aka RNG, PRNG) based HMACs, Hashes, and Ciphers. | (bsd3, cryptography, library) | 2015-11-12 | 0.5.5 | ThomasDuBuisson |
DSA | 12 | 0.0 | 1 | Implementation of DSA, based on the description of FIPS 186-4 | (bsd3, codec, cryptography, library) | 2017-02-26 | 1.0.2 | AdamWick |
Dust-crypto | 4 | 0.0 | 3 | Cryptographic operations | (cryptography, library) | 2013-12-17 | 0.1 | BrandonWiley |
HsOpenSSL | 328 | 2.0 | 69 | Partial OpenSSL binding for Haskell | (cryptography, library, public-domain) | 2023-02-05 | 0.11.7.5 | MasatakeDaimon, VladimirShabanov |
Lazy-Pbkdf2 | 12 | 0.0 | 1 | Lazy PBKDF2 generator. | (cryptography, library, mit) | 2017-11-14 | 3.1.1 | Ofenhed |
NTRU | 7 | 0.0 | 1 | NTRU Cryptography | (cryptography, library, math) | 2020-01-27 | 1.1.0.0 | mikewest, Bodigrim |
NaCl | 9 | 0.0 | 1 | Easy-and-safe-to-use high-level Haskell bindings to NaCl | (cryptography, library, mpl) | 2021-11-22 | 0.0.5.0 | kirelagin, serokell |
OTP | 7 | 0.0 | 1 | HMAC-Based and Time-Based One-Time Passwords (HOTP & TOTP) | (cryptography, library, mit) | 2018-07-16 | 0.1.0.0 | ArtemLeshchev, HerbertValerioRiedel |
PBKDF2 (deprecated in favor of pbkdf, scrypt, bcrypt) | 12 | 0.0 | 3 | Make password-based security schemes more secure. | (bsd3, cryptography, deprecated, library) | 2014-10-02 | 0.3.1.5 | AdamBergmark, ErikHesselink, JeremyShaw, ThomasHartman |
PasswordGenerator | 5 | 0.0 | 1 | Simple library for generating passwords | (cryptography, library, mit) | 2014-02-11 | 0.1.0.0 | VictorDenisov |
RSA | 123 | 0.0 | 23 | Implementation of RSA, using the padding schemes of PKCS#1 v2.1. | (bsd3, codec, cryptography, library) | 2019-10-14 | 2.4.1 | AdamWick |
SHA | 502 | 0.0 | 77 | Implementations of the SHA suite of message digest functions | (bsd3, codec, cryptography, library) | 2018-03-15 | 1.6.4.4 | AdamWick, RaphaelJavaux |
SHA2 | 13 | 0.0 | 2 | Fast, incremental SHA hashing for bytestrings | (bsd3, cryptography, library) | 2011-02-28 | 0.2.5 | SveinOveAas |
SimpleAES | 12 | 0.0 | 6 | Fast AES encryption/decryption for bytestrings | (bsd3, cryptography, library) | 2010-05-16 | 0.4.2 | DavidHimmelstrup |
TigerHash | 4 | 0.0 | 1 | TigerHash with C implementation | (cryptography, gpl, library) | 2010-04-16 | 0.2 | NikolayOrlyuk |
Twofish | 8 | 0.0 | 1 | An implementation of the Twofish Symmetric-key cipher. | (bsd3, codec, cryptography, library) | 2013-09-07 | 0.3.2 | RonLeisti |
WMSigner | 5 | 0.0 | 1 | WebMoney authentication module | (cryptography, data, library, mit) | 2014-11-26 | 0.1.0.0 | triplepointfive |
adler32 | 10 | 2.0 | 1 | An implementation of Adler-32, supporting rolling checksum operation | (bsd3, cryptography, hash, library) | 2018-03-15 | 0.1.2.0 | MariosTitas |
afis | 6 | 0.0 | 1 | Anti-forensic Information Splitter | (bsd3, cryptography, data, library) | 2013-10-28 | 0.1.2 | VincentHanquez |
aos-signature | 8 | 0.0 | 1 | An implementation of the AOS signatures | (cryptography, library) | 2018-11-10 | 0.1.1 | sdiehl |
apache-md5 | 12 | 2.0 | 1 | Apache specific MD5 digest algorighm. | (bsd3, cryptography, data, library) | 2015-06-21 | 0.6.1.4 | PeterTrsko |
argon2 | 10 | 0.0 | 0 | Memory-hard password hash and proof-of-work function | (bsd3, cryptography, library) | 2018-04-07 | 1.3.0.1 | ChrisDornan, HerbertValerioRiedel, JoeyHess, OliverCharles |
arithmetic-circuits | 5 | 0.0 | 0 | Arithmetic circuits for zkSNARKs | (cryptography, library, mit) | 2020-01-15 | 0.2.0 | sdiehl |
aws-sns-verify | 14 | 0.0 | 0 | Parse and verify AWS SNS messages | (amazon, aws, cloud, cryptography, distributed-computing, library, mit, network, web) | 2022-06-06 | 0.0.0.2 | PatrickBrisbin, dukerutledge, mjgpy3, FreckleEngineering |
bcrypt | 40 | 0.0 | 10 | Haskell bindings to the bcrypt password hash | (bsd3, cryptography, data, library) | 2017-12-31 | 0.0.11 | AndrewMiller |
bip32 | 9 | 0.0 | 1 | BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies | (apache, cryptography, library) | 2020-06-24 | 0.2 | RenzoCarbonara |
bitcoin-address | 3 | 0.0 | 0 | Bitcoin address generation and rendering. Parsing coming soon. | (apache, cryptography, library) | 2020-06-23 | 0.1 | RenzoCarbonara |
bitcoin-hash | 4 | 0.0 | 2 | Bitcoin hash primitives | (apache, cryptography, library) | 2020-06-19 | 0.1 | RenzoCarbonara |
bitcoin-hs | 5 | 0.0 | 2 | Partial implementation of the Bitcoin protocol (as of 2013) | (bitcoin, bsd3, cryptography, library) | 2016-10-21 | 0.0.1 | BalazsKomuves |
bitcoin-keys | 4 | 0.0 | 3 | Bitcoin keys | (apache, cryptography, library) | 2020-06-21 | 0.1 | RenzoCarbonara |
blake2 | 22 | 2.0 | 4 | A library providing BLAKE2 | (cryptography, library, public-domain) | 2018-12-24 | 0.3.0 | jgalt, chris_martin |
blake3 | 9 | 0.0 | 2 | BLAKE3 hashing algorithm | (apache, cryptography, library) | 2023-02-04 | 0.3 | RenzoCarbonara |
blakesum (deprecated) | 9 | 0.0 | 1 | The BLAKE SHA-3 candidate hashes, in Haskell | (bsd3, cryptography, deprecated, library) | 2011-07-25 | 0.5 | KevinCantu |
blakesum-demo (deprecated) | 4 | 0.0 | 1 | The BLAKE SHA-3 candidate hashes, in Haskell | (bsd3, cryptography, deprecated, program) | 2011-07-25 | 0.5 | KevinCantu |
bulletproofs | 12 | 0.0 | 2 | Bulletproofs are short zero-knowledge proofs without a trusted setup. | (cryptography, library, program) | 2019-09-30 | 1.1.0 | sdiehl |
cacophony | 20 | 2.0 | 1 | A library implementing the Noise protocol. | (cryptography, library, public-domain) | 2018-10-29 | 0.10.1 | jgalt |
cao | 6 | 0.0 | 1 | CAO Compiler | (compiler, cryptography, language, program) | 2014-04-07 | 0.1.1 | paufil, tfaoliveira, mbbarbosa |
cipher-aes (deprecated in favor of cryptonite) | 91 | 0.0 | 20 | Fast AES cipher implementation with advanced mode of operations | (bsd3, cryptography, deprecated, library) | 2015-06-21 | 0.2.11 | VincentHanquez |
cipher-aes128 | 60 | 0.0 | 6 | AES and common modes using AES-NI when available. | (bsd3, cryptography, library) | 2021-10-07 | 0.7.0.6 | ThomasDuBuisson |
cipher-blowfish (deprecated in favor of cryptonite) | 13 | 0.0 | 3 | Blowfish cipher | (bsd3, cryptography, deprecated, library) | 2013-10-08 | 0.0.3 | VincentHanquez |
cipher-camellia | 14 | 0.0 | 3 | Camellia block cipher primitives | (bsd3, cryptography, library) | 2013-10-08 | 0.0.2 | VincentHanquez |
cipher-des | 24 | 0.0 | 5 | DES and 3DES primitives | (bsd3, cryptography, library) | 2013-10-24 | 0.0.6 | VincentHanquez |
cipher-rc4 (deprecated in favor of cryptonite) | 27 | 0.0 | 7 | Fast RC4 cipher implementation | (bsd3, cryptography, deprecated, library) | 2013-10-08 | 0.1.4 | VincentHanquez |
cipher-rc5 | 6 | 0.0 | 1 | Pure RC5 implementation | (bsd3, cryptography, library) | 2016-03-19 | 0.1.0.2 | FinnEspenGundersen |
commsec | 18 | 0.0 | 2 | Provide communications security using symmetric ephemeral keys | (bsd3, cryptography, library) | 2014-01-08 | 0.3.5 | ThomasDuBuisson |
cprng-aes (deprecated in favor of cryptonite) | 80 | 0.0 | 20 | Crypto Pseudo Random Number Generator using AES in counter mode. | (bsd3, cryptography, deprecated, library) | 2014-11-13 | 0.6.1 | VincentHanquez |
cpsa | 59 | 2.0 | 1 | Symbolic cryptographic protocol analyzer | (bsd3, cryptography, program) | 2023-02-01 | 4.4.2 | JohnRamsdell, mliskov |
crc16 | 5 | 0.0 | 1 | Calculate the crc16-ccitt. | (bsd3, cryptography, library) | 2011-01-16 | 0.1.1 | JorisPutcuyps |
cropty | 10 | 2.0 | 1 | Encryption and decryption | (crypto, cryptography, library, mit) | 2021-09-19 | 0.3.1.0 | sgschlesinger |
crypto-api | 170 | 2.0 | 79 | A generic interface for cryptographic operations | (bsd3, cryptography, data, library) | 2018-01-05 | 0.13.3 | ThomasDuBuisson, haskell_github_trust |
crypto-api-tests | 29 | 0.0 | 1 | A test framework and KATs for cryptographic operations. | (bsd3, cryptography, data, library) | 2014-01-08 | 0.3 | ThomasDuBuisson |
crypto-cipher-benchmarks | 11 | 0.0 | 1 | Generic cryptography cipher benchmarks | (bsd3, cryptography, library) | 2013-10-08 | 0.0.5 | VincentHanquez |
crypto-cipher-tests | 28 | 0.0 | 1 | Generic cryptography cipher tests | (bsd3, cryptography, library) | 2013-10-24 | 0.0.11 | VincentHanquez |
crypto-cipher-types | 76 | 0.0 | 16 | Generic cryptography cipher types | (bsd3, cryptography, library) | 2013-10-25 | 0.0.9 | VincentHanquez |
crypto-classical | 11 | 0.0 | 1 | An educational tool for studying classical cryptography schemes. | (bsd3, cryptography, library) | 2020-04-20 | 0.3.0 | fosskers |
crypto-conduit | 34 | 0.0 | 6 | Conduit interface for cryptographic operations (from crypto-api). | (bsd3, conduit, cryptography, library) | 2014-11-12 | 0.5.5 | FelipeLessa, MichaelSnoyman |
crypto-enigma | 37 | 2.0 | 1 | An Enigma machine simulator with display. | (bsd3, cryptography, education, library, program) | 2019-10-09 | 0.1.1.6 | Orome |
crypto-keys-ssh | 4 | 0.0 | 0 | Like crypto-pubkey-openssh but not dependent on any specific crypto library | (cryptography, library, mit) | 2019-12-02 | 0.1.0.0 | puffnfresh |
crypto-multihash | 11 | 0.0 | 0 | Multihash library on top of cryptonite crypto library | (bsd3, cryptography, library, program) | 2016-08-27 | 0.4.2.0 | mseri |
crypto-numbers | 31 | 0.0 | 8 | Cryptographic numbers: functions and algorithms | (bsd3, cryptography, library) | 2014-12-31 | 0.2.7 | VincentHanquez |
crypto-pubkey (deprecated in favor of cryptonite) | 29 | 0.0 | 11 | Public Key cryptography | (bsd3, cryptography, deprecated, library) | 2015-01-16 | 0.2.8 | VincentHanquez |
crypto-pubkey-openssh | 16 | 0.0 | 3 | OpenSSH keys decoder/encoder | (cryptography, library, mit, parsing) | 2015-01-21 | 0.2.7 | FedorGogolev |
crypto-pubkey-types | 117 | 0.0 | 29 | Generic cryptography Public keys algorithm types | (bsd3, cryptography, library) | 2015-01-10 | 0.4.3 | VincentHanquez |
crypto-random (deprecated in favor of cryptonite) | 77 | 0.0 | 32 | Simple cryptographic random related types | (bsd3, cryptography, deprecated, library) | 2015-03-18 | 0.0.9 | VincentHanquez |
crypto-random-api (deprecated in favor of crypto-random) | 12 | 0.0 | 12 | Simple random generators API for cryptography related code | (bsd3, cryptography, deprecated, library) | 2013-01-03 | 0.2.0 | VincentHanquez |
crypto-simple | 12 | 0.0 | 2 | A simple high level encryption interface based on cryptonite | (cryptography, library, mit) | 2016-09-15 | 0.1.0.0 | RistoStevcev |
crypto-sodium | 7 | 0.0 | 1 | Easy-and-safe-to-use high-level cryptography based on Sodium | (cryptography, library, mpl) | 2021-11-22 | 0.0.5.0 | kirelagin, serokell |
crypto-token | 31 | 0.0 | 1 | crypto tokens | (bsd3, cryptography, library, network) | 2021-01-09 | 0.0.1 | KazuYamamoto |
crypto-totp | 5 | 0.0 | 1 | Provides generation and verification services for time-based one-time keys. | (bsd3, cryptography, library) | 2013-08-11 | 0.1.0.1 | JeffShaw |
cryptocipher | 43 | 0.0 | 11 | Symmetrical block and stream ciphers. | (bsd3, cryptography, library) | 2013-10-25 | 0.6.2 | VincentHanquez |
cryptohash | 131 | 1.25 | 155 | collection of crypto hashes, fast, pure and practical | (bsd3, cryptography, data, library) | 2016-03-25 | 0.11.9 | VincentHanquez |
cryptohash-conduit | 13 | 0.0 | 9 | cryptohash conduit | (bsd3, conduit, cryptography, library) | 2014-03-30 | 0.1.1 | VincentHanquez |
cryptohash-cryptoapi | 26 | 0.0 | 15 | Crypto-api interfaces for cryptohash | (bsd3, cryptography, library) | 2016-03-26 | 0.1.4 | VincentHanquez |
cryptohash-md5 | 190 | 0.0 | 17 | Fast, pure and practical MD5 implementation | (bsd3, cryptography, data, library) | 2021-10-21 | 0.11.101.0 | HerbertValerioRiedel, phadej |
cryptohash-sha1 | 174 | 0.0 | 19 | Fast, pure and practical SHA-1 implementation | (bsd3, cryptography, data, library) | 2021-11-13 | 0.11.101.0 | HerbertValerioRiedel, phadej |
cryptohash-sha256 | 216 | 2.25 | 40 | Fast, pure and practical SHA-256 implementation | (bsd3, cryptography, data, library) | 2021-10-10 | 0.11.102.1 | AustinSeipp, HerbertValerioRiedel, phadej |
cryptohash-sha512 | 29 | 0.0 | 8 | Fast, pure and practical SHA-512 implementation | (bsd3, cryptography, data, library) | 2023-02-07 | 0.11.102.0 | HerbertValerioRiedel, phadej |
cryptoids | 12 | 0.0 | 2 | Reversable and secure encoding of object ids as a bytestring | (bsd3, cryptography, library) | 2018-07-23 | 0.5.1.0 | gkleen |
cryptonite | 462 | 2.75 | 243 | Cryptography Primitives sink | (bsd3, cryptography) | 2022-03-13 | 0.30 | LukeTaylor, VincentHanquez |
cryptonite-cd | 3 | 0.0 | 0 | Cryptography Primitives sink | (bsd3, cryptography) | 2021-12-17 | 0.29.1 | ChrisDornan |
cryptonite-conduit | 81 | 0.0 | 7 | cryptonite conduit | (bsd3, conduit, cryptography, library) | 2017-11-17 | 0.2.2 | MichaelSnoyman, VincentHanquez |
cryptonite-openssl | 22 | 0.0 | 1 | Crypto stuff using OpenSSL cryptographic library | (bsd3, cryptography) | 2018-04-07 | 0.7 | VincentHanquez |
cryptostore | 136 | 0.0 | 4 | Serialization of cryptographic data types | (bsd3, codec, cryptography, library) | 2023-01-14 | 0.3.0.0 | OlivierCheron |
data-dispersal | 7 | 0.0 | 1 | Space-efficient and privacy-preserving data dispersal algorithms. | (cryptography, data, lgpl, library) | 2014-10-05 | 1.0.0.2 | PeterRobinson |
dice-entropy-conduit | 12 | 0.0 | 2 | Cryptographically secure n-sided dice via rejection sampling | (cryptography, data, lgpl, library) | 2020-05-09 | 1.0.0.3 | PeterRobinson |
digest | 428 | 0.0 | 21 | Various hashes for bytestrings; CRC32 and Adler32 for now. | (bsd2, cryptography, library) | 2023-03-12 | 0.0.1.7 | EugeneKirpichov, teo |
digest-pure | 10 | 2.0 | 3 | Pure hash functions for bytestrings | (cryptography, library) | 2014-05-11 | 0.0.3 | DanielDeKok |
digest-sig | 5 | 2.0 | 1 | Signature for digest | (bsd3, cryptography, library) | 2020-05-03 | 0.1.0.0 | vmchale |
drunken-bishop | 7 | 0.0 | 0 | An implementation of the Drunken Bishop visual fingerprinting algorithm | (bsd3, cryptography, library) | 2020-06-20 | 0.1.0.0 | gdritter |
eccrypto | 15 | 2.0 | 3 | Elliptic Curve Cryptography for Haskell | (bsd3, cryptography, library) | 2023-01-28 | 0.2.3.1 | MarcelFourne |
eccrypto-ed25519-bindings | 7 | 0.0 | 0 | provides "ed25519" API using "eccrypto" | (bsd3, cryptography, library) | 2020-03-23 | 0.1.2.0 | MarcelFourne |
ed25519 | 150 | 0.0 | 4 | Ed25519 cryptographic signatures | (cryptography, mit) | 2015-10-11 | 0.0.5.0 | AustinSeipp, HerbertValerioRiedel |
ed25519-donna | 8 | 0.0 | 1 | Haskell bindings to ed25519-donna (Elliptical Curve Signature Scheme) | (bsd3, cryptography, library) | 2016-02-11 | 0.1.1 | ThomasDuBuisson |
elliptic-curve | 9 | 0.0 | 5 | Elliptic curve library | (cryptography, library, mit) | 2019-09-27 | 0.3.0 | sdiehl |
elocrypt | 24 | 0.0 | 1 | Generate easy-to-remember, hard-to-guess passwords | (cryptography, library, program) | 2019-12-16 | 2.1.0 | sgillespie |
encryptable | 3 | 0.0 | 0 | Typed encryption with persistent support | (bsd3, cryptography, database, library, yesod) | 2020-09-03 | 0.1 | coingaming |
entropy | 301 | 0.0 | 50 | A platform independent entropy source | (bsd3, cryptography, data, library) | 2022-08-23 | 0.4.1.10 | ThomasDuBuisson |
fastpbkdf2 | 6 | 0.0 | 1 | Haskell bindings to the fastpbkdf2 C library | (bsd3, cryptography, library) | 2016-12-27 | 0.1.0.0 | AlfredoDiNapoli |
filepath-crypto | 9 | 0.0 | 1 | Reversable and secure encoding of object ids as filepaths | (bsd3, cryptography, library) | 2018-01-18 | 0.1.0.0 | gkleen |
fpe | 4 | 0.0 | 0 | Format-preserving encryption. | (cryptography, library, mit) | 2019-02-03 | 0.1.1 | galen |
galois-fft | 5 | 0.0 | 1 | FFTs over finite fields | (cryptography, library, mit) | 2019-11-27 | 0.1.0 | sdiehl |
galois-field | 14 | 0.0 | 7 | Galois field library | (cryptography, library, mit) | 2020-04-13 | 1.0.2 | sdiehl |
h-gpgme | 15 | 0.0 | 2 | High Level Binding for GnuPG Made Easy (gpgme) | (cryptography, library, mit) | 2022-09-25 | 0.6.2.0 | rethab, daveparrish |
hF2 (deprecated in favor of eccrypto) | 6 | 0.0 | 2 | F(2^e) math for cryptography | (bsd3, cryptography, deprecated, library) | 2013-03-09 | 0.2 | MarcelFourne |
hashing | 27 | 0.0 | 1 | A pure haskell library implements several hash algorithms. | (cryptography, library, mit, program) | 2022-12-04 | 0.1.1.0 | wangbj |
haskdeep | 7 | 0.0 | 1 | Computes and audits file hashes. | (bsd3, console, cryptography, program, system) | 2015-06-01 | 0.2.0.1 | MauroTaraborelli |
hb3sum | 3 | 0.0 | 0 | A command line tool to compute BLAKE3 hashes. | (agpl, cli, cryptography, program) | 2022-08-07 | 0 | SergeyAlirzaev |
hecc (deprecated in favor of eccrypto) | 15 | 0.0 | 2 | Elliptic Curve Cryptography for Haskell | (bsd3, codec, cryptography, deprecated, library) | 2015-02-17 | 0.4.1.1 | MarcelFourne |
hkdf | 5 | 0.0 | 1 | Implementation of HKDF (RFC 5869) | (bsd3, cryptography, library, web) | 2016-01-05 | 0.0.1.1 | JiriMarsicek |
hopenssl | 40 | 0.0 | 4 | FFI Bindings to OpenSSL's EVP Digest Interface | (bsd3, cryptography, foreign, library) | 2023-01-16 | 2.2.5 | PeterSimons |
hsblst | 4 | 0.0 | 1 | Haskell bindings to BLST | (cryptography, library, mpl) | 2023-03-20 | 0.0.1 | lierdakil, gromak, dcastro, serokell |
hspkcs11 | 12 | 0.0 | 1 | Wrapper for PKCS #11 interface | (cryptography, hsm, library, mit, pkcs11, smartcard, token) | 2018-03-01 | 0.7 | denisenkom |
http-client-rustls | 4 | 0.0 | 0 | http-client TLS backend using Rustls | (cryptography, library, network) | 2022-06-24 | 0.0.0.0 | amesgen |
intel-aes | 11 | 0.0 | 1 | Hardware accelerated AES encryption and Random Number Generation. | (bsd3, cryptography, library) | 2011-08-25 | 0.2.1.1 | RyanNewton |
jose | 160 | 1.25 | 21 | JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library | (apache, cryptography, library) | 2022-09-01 | 0.10 | frasertweedale |
jose-jwt | 108 | 2.0 | 10 | JSON Object Signing and Encryption Library | (bsd3, cryptography, json) | 2023-04-28 | 0.9.5 | LukeTaylor |
jumpthefive | 4 | 0.0 | 1 | an elementary symmetric chiffre for pragmatically protecting one's effects | (bsd3, cryptography, library, program) | 2015-04-11 | 0.0.1 | mcandre |
keelung | 5 | 0.0 | 0 | DSL for creating zero-knowledge proofs | (apache, cryptography, library) | 2023-03-01 | 0.9.2 | btq_ag |
keystore | 31 | 0.0 | 1 | Managing stores of secret things | (bsd3, cryptography, library, program) | 2022-06-06 | 0.9.0.0 | ChrisDornan |
libsodium | 12 | 0.0 | 4 | Low-level bindings to the libsodium C library | (cryptography, library) | 2023-03-06 | 1.0.18.3 | RenzoCarbonara |
longshot | 10 | 1.5 | 0 | Fast Brute-force search using parallelism | (algorithm, cryptography, library, mit, parallelism, program, search) | 2021-12-13 | 0.1.0.6 | thyeem |
memzero | 3 | 0.0 | 0 | Securely erase memory contents by writing zeros to it. | (apache, cryptography, library) | 2023-03-04 | 0.1 | RenzoCarbonara |
monad-hash | 8 | 0.0 | 1 | Monad transformer for incremental hashing | (control, cryptography, hash, library, monad, public-domain) | 2016-05-30 | 0.1.0.2 | akrasner |
monadcryptorandom | 32 | 0.0 | 7 | A monad for using CryptoRandomGen | (bsd3, control, cryptography, library) | 2018-04-11 | 0.7.2.1 | ThomasDuBuisson |
monocypher | 4 | 0.0 | 0 | Low level bindings to the monocypher C library. | (cryptography, library) | 2023-03-06 | 4.0.0.1 | RenzoCarbonara |
nettle | 18 | 0.0 | 2 | safe nettle binding | (cryptography, library, mit) | 2018-06-16 | 0.3.0 | stbuehler |
newhope | 3 | 2.0 | 0 | Library implementing the NewHope cryptographic key-exchange protocol | (apache, cryptography, library, program) | 2019-03-23 | 0.1.0.0 | jeremy |
nonce | 55 | 1.25 | 9 | Generate cryptographic nonces. | (bsd3, cryptography, library) | 2018-03-11 | 1.0.7 | ErikDeCastroLopo, FelipeLessa |
oblivious-transfer | 7 | 0.0 | 0 | An implementation of the Oblivious Transfer protocol in Haskell | (cryptography, library) | 2018-11-21 | 0.1.0 | sdiehl |
one-time-password | 14 | 0.0 | 2 | HMAC-Based and Time-Based One-Time Passwords | (cryptography, library, mit) | 2016-06-11 | 2.0.0 | AlekseyUymanov |
openpgp-Crypto | 7 | 0.0 | 1 | Implementation of cryptography for use with OpenPGP using the Crypto library | (cryptography, library) | 2018-05-20 | 0.6 | StephenWeber |
openpgp-crypto-api | 10 | 0.0 | 2 | Implement cryptography for OpenPGP using crypto-api compatible libraries | (cryptography, library) | 2013-10-19 | 0.6.3 | StephenWeber |
pairing | 21 | 2.0 | 2 | Bilinear pairings | (cryptography, library, mit) | 2020-04-28 | 1.1.0 | sdiehl |
passwords | 12 | 0.0 | 1 | Password generation/validation library | (cryptography, library, mit) | 2015-04-14 | 0.1.0.6 | mkulkin |
pasta-curves | 5 | 2.0 | 0 | Provides the Pasta curves: Pallas, Vesta and their field elements Fp and Fq. | (cryptography, elliptic-curves, library, mit, program) | 2022-08-31 | 0.0.1.0 | eschorn |
pbkdf | 12 | 0.0 | 6 | Haskell implementation of the PBKDF functions from RFC-2898. | (bsd3, cryptography, library) | 2013-11-23 | 1.1.1.1 | ChrisDornan |
pedersen-commitment (deprecated in favor of elliptic-curve) | 9 | 0.0 | 1 | An implementation of Pedersen commitment schemes | (cryptography, deprecated, library, mit) | 2018-04-24 | 0.2.0 | sdiehl |
pipes-cacophony | 13 | 2.0 | 1 | Pipes for Noise-secured network connections. | (cryptography, library, public-domain) | 2017-06-26 | 0.5.0 | jgalt |
pkcs1 | 4 | 0.0 | 3 | RSA encryption with PKCS1 padding | (cryptography, library) | 2008-04-05 | 1.0.2 | GwernBranwen |
pureMD5 | 96 | 0.0 | 72 | A Haskell-only implementation of the MD5 digest (hash) algorithm. | (bsd3, codes, cryptography, data, library) | 2021-10-14 | 2.1.4 | ThomasDuBuisson, haskell_github_trust |
pwstore-cli | 13 | 0.0 | 1 | Command line interface for the pwstore library | (console, cryptography, gpl, program) | 2012-11-12 | 0.4 | RobertHelgesson |
pwstore-fast | 50 | 0.0 | 14 | Secure password storage. | (bsd3, cryptography, library) | 2014-10-03 | 2.4.4 | PeterScott |
pwstore-purehaskell | 12 | 0.0 | 2 | Secure password storage, in pure Haskell. | (bsd3, cryptography, library) | 2014-10-03 | 2.1.4 | CorentinDupont, PeterScott |
qnap-decrypt | 10 | 0.0 | 0 | Decrypt files encrypted by QNAP's Hybrid Backup Sync | (bsd3, cryptography, library, program) | 2019-07-06 | 0.3.5 | alexkazik |
rustls | 5 | 0.0 | 1 | TLS bindings for Rustls | (cryptography, library, network) | 2023-03-12 | 0.0.1.0 | amesgen |
saltine | 78 | 2.25 | 9 | Cryptography that's easy to digest (NaCl/libsodium bindings). | (cryptography, library, mit) | 2023-02-19 | 0.2.1.0 | JosephAbrahamson, amx |
saltine-quickcheck | 9 | 0.0 | 1 | Quickcheck implementations for some NaCl data | (cryptography, library, mit) | 2015-02-07 | 0.1.0.1 | tsuraan |
scrypt | 68 | 2.0 | 6 | Stronger password hashing via sequential memory-hard functions. | (bsd3, cryptography, library) | 2014-01-18 | 0.5.0 | FalkoPeters |
secret-sharing | 13 | 0.0 | 2 | Information-theoretic secure secret sharing | (cryptography, data, lgpl, library) | 2020-05-10 | 1.0.1.2 | PeterRobinson |
secure-memory | 6 | 0.0 | 0 | Securely allocated and deallocated memory. | (cryptography, library, memory, mpl, program) | 2021-11-22 | 0.0.0.2 | kirelagin, serokell |
servant-hmac-auth | 9 | 0.0 | 0 | Servant authentication with HMAC | (cryptography, library, mit, web) | 2023-01-27 | 0.1.5 | vrom911, HolmuskTechTeam |
signable | 6 | 0.0 | 0 | Deterministic serialisation and signatures with proto-lens support | (bsd3, cryptography, data, library) | 2021-03-19 | 0.4 | coingaming |
signable-haskell-protoc | 5 | 0.0 | 0 | Deterministic serialisation and signatures with proto-lens support | (bsd3, cryptography, data, program) | 2020-09-24 | 0.2 | coingaming |
signify-hs | 4 | 0.0 | 0 | A Haskell clone of OpenBSD signify. | (bsd3, cryptography, library, program) | 2021-03-28 | 0.1.0.1 | MarcelFourne |
simplexmq | 15 | 2.0 | 0 | SimpleXMQ message broker | (agpl, chat, cryptography, library, network, program, system, web) | 2022-04-21 | 1.1.0 | epoberezkin, EfimPoberezkin |
siphash (deprecated in favor of memory) | 24 | 0.0 | 6 | siphash: a fast short input PRF | (bsd3, cryptography, data, deprecated, library) | 2012-12-14 | 1.0.3 | VincentHanquez |
skein | 94 | 0.0 | 6 | Skein, a family of cryptographic hash functions. Includes Skein-MAC as well. | (bsd3, cryptography, library) | 2015-12-30 | 1.0.9.4 | FelipeLessa, MichaelSnoyman |
slip32 | 6 | 0.0 | 0 | SLIP-0032: Extended serialization format for BIP-32 wallets | (apache, cryptography, library) | 2020-06-25 | 0.2.1 | RenzoCarbonara |
sparse-merkle-trees | 3 | 0.0 | 0 | Sparse Merkle trees with proofs of inclusion and exclusion | (bsd3, cryptography, data-structures, library) | 2022-05-26 | 0.2.0.0 | tochicool |
stego-uuid | 4 | 0.0 | 1 | Generator and verifier for steganographic numbers | (bsd3, cryptography, library, steganography) | 2017-04-28 | 1.0.0.0 | dimitri_xyz |
threefish | 19 | 0.0 | 3 | The Threefish block cipher and the Skein hash function for Haskell. | (bsd3, codec, cryptography, library, random) | 2013-12-19 | 0.2.6 | AntonEkblad |
triplesec | 14 | 0.0 | 1 | TripleSec is a simple, triple-paranoid, symmetric encryption library | (bsd3, cryptography, library) | 2019-06-27 | 0.2.2.1 | smprts |
trust-chain | 8 | 0.0 | 0 | An implementation of a trust chain | (crypto, cryptography, library, mit) | 2021-09-19 | 0.1.3.0 | sgschlesinger |
uuid-crypto | 12 | 0.0 | 1 | Reversable and secure encoding of object ids as uuids | (bsd3, cryptography, library) | 2018-01-18 | 1.4.0.0 | gkleen |
wordpass | 25 | 0.0 | 1 | Dictionary-based password generator | (bsd3, cryptography, library, password, program, system, tools) | 2023-03-08 | 1.0.0.11 | MichalGajda |
xml-verify | 8 | 2.0 | 0 | Verifying XML signatures | (bsd3, cryptography, library) | 2022-02-28 | 0.1.0.3 | yobson |
xsha1 | 4 | 2.0 | 1 | cryptanalysis of Blizzard's broken SHA-1 implementation. | (cryptography, library, mit) | 2012-03-15 | 0.0.0 | AlexKropivny |
xxhash | 6 | 2.25 | 1 | A Haskell implementation of the xxHash algorithm | (bsd3, cryptography, data, library) | 2017-01-13 | 0.0.2 | christianmarie, ChristianMarie |
xxhash-ffi | 9 | 2.0 | 1 | Bindings to the C implementation the xxHash algorithm | (bsd3, cryptography, library) | 2017-08-31 | 0.2.0.0 | hverr, skeuchel |
yggdrasil | 6 | 0.0 | 1 | Executable specifications of composable cryptographic protocols. | (agpl, cryptography, library) | 2018-09-10 | 0.1.0.0 | semihonest |
zerobin | 11 | 1.5 | 0 | Post to 0bin services | (cryptography, library, mit, web) | 2017-06-08 | 1.5.2 | ip1981 |