Skip to content

adrian052/haskcripto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaskCrypto

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.

Features

  • Implementation of various cryptographic algorithms in Haskell.
  • Easy to integrate into existing Haskell projects.
  • Support for external contributions.

Installation

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

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.

License

HaskCrypto is distributed under the MIT License.

Library development structure

https://docs.google.com/document/d/1-aghx63g06iRL298ncXwdYe5xPC1BkYMJ2Qx9m99I58/edit?hl=es#heading=h.d44az2g5lcr9

About

HaskCrypto is a Haskell library for cryptography

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published