HaskCrypto is a cryptography library developed in Haskell. This library provides functions for encrypting and decrypting messages using various cryptographic algorithms, including the Caesar cipher, the Vigenère cipher, and more.
- Implementation of various cryptographic algorithms in Haskell.
- Easy to integrate into existing Haskell projects.
- Support for external contributions.
To use HaskCrypto in your Haskell project, simply add haskcrypto
as a dependency in your .cabal
file and run cabal install
.
...
build-depends: base >= 4.8 && < 5,
haskcrypto
...
Contributions are welcome! If you'd like to contribute to HaskCrypto, feel free to submit pull requests, report issues, or suggest new features. Together, we can improve this library and make it more useful for the community.
HaskCrypto is distributed under the MIT License.