spritz alternatives and similar packages
Based on the "crypto" category.
Alternatively, view spritz alternatives based on common mentions on social networks and blogs.
-
crypto-api
Haskell generic interface (type classes) for cryptographic algorithms -
crypto-pubkey-types
Crypto Public Key algorithm generic types. -
crypto-pubkey
DEPRECATED - use cryptonite - Cryptographic public key related algorithms in haskell (RSA,DSA,DH,ElGamal) -
crypto-enigma
A Haskell Enigma machine simulator with rich display and machine state details. -
crypto-numbers
DEPRECATED - use cryptonite - Cryptographic number related function and algorithms -
crypto-random
DEPRECATED - use cryptonite - Cryptographic random class and entropy gatherer with safe API for haskell -
crypto-classical
A Haskell library for using and attacking Classical Encryption Schemes. -
crypto-random-effect
haskell library providing a random and securemem effect for extensible effects
Static code analysis for 29 languages.
Do you think we are missing an alternative of spritz or a related project?
README
spritz 
This is an implementation of the Spritz spongy RC4-like stream cipher which was documented by Ronald L. Rivest and Jacob C. N. Schuldt.
This implementation is a direct one, based on the pseudocode presented in the
original paper. As such, we make very heavy use of the State monad (and the
lens
library to ease our use of it). Future work could (and should) be done to
limit or eliminate our use of State.
The functions provided align with the functions presented in the paper, aside from slight naming and style convention changes.
License
BSD-2. See LICENSE
for more information.
*Note that all licence references and agreements mentioned in the spritz README section above
are relevant to that project's source code only.