https://github.com/intricate/xtea-haskell
Haskell implementation of the XTEA block cipher.
https://github.com/intricate/xtea-haskell
haskell xtea
Last synced: 5 months ago
JSON representation
Haskell implementation of the XTEA block cipher.
- Host: GitHub
- URL: https://github.com/intricate/xtea-haskell
- Owner: intricate
- License: mit
- Created: 2024-11-03T18:30:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-05T14:31:11.000Z (8 months ago)
- Last Synced: 2025-04-29T03:08:54.773Z (5 months ago)
- Topics: haskell, xtea
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/xtea
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xtea-haskell
A Haskell implementation of the
[XTEA (e**X**tended **T**iny **E**ncryption **A**lgorithm)](https://en.wikipedia.org/wiki/XTEA)
block cipher.## ⚠️ Warning
This package is only intended to be used with legacy systems that already
utilize XTEA. Please _do not_ use XTEA to protect confidential data in modern
applications.