elixir_tea
Encryption algorithm
An implementation of the Tiny Encryption Algorithm in Elixir for encrypting and decrypting text messages.
TEA implementation in Elixir
3 stars
2 watching
1 forks
Language: Elixir
last commit: over 9 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
keichan34/tea_crypto_erl | An implementation of a simple encryption algorithm in Erlang. | 0 |
kleinernik/elixir-aes-cmac | An Elixir implementation of the AES-CMAC encryption algorithm as defined in RFC 4493. | 9 |
stocks29/ezcryptex | A thin Elixir layer for encrypting and decrypting data | 0 |
danielberkompas/cloak | An Elixir encryption library designed to simplify secure data storage and transfer | 581 |
qistoph/arduinoaes256 | An implementation of Ilya's byte-oriented AES-256 encryption algorithm in C++ for the Arduino platform. | 62 |
trapped/elixir-rsa | Provides an easy-to-use wrapper for public key cryptography in Elixir | 35 |
dwyl/phoenix-ecto-encryption-example | A comprehensive guide to encrypting data in Elixir Phoenix apps before inserting it into a database. | 274 |
ayrat555/clope | An Elixir implementation of a fast and effective clustering algorithm for transactional data | 22 |
agro1986/caustic | An Elixir library providing algorithms and utilities for cryptography, number theory, and other mathematical concepts used in cryptocurrencies | 5 |
xxtea/xxtea-nim | A Nim library implementing a fast and secure encryption algorithm | 19 |
potatosalad/erlang-crypto_rsassa_pss | A cryptographic signature algorithm implementation for Erlang and Elixir | 12 |
yosriady/merkle_tree | A pure Elixir implementation of a data structure used in cryptography and digital signatures | 96 |
alisinabh/ntru_elixir | A NIF wrapper around the libntru library for post-quantum cryptography | 17 |
mana-ethereum/ex_rlp | An Elixir implementation of Ethereum's RLP encoding specification | 31 |
piaca/micropython-aes | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |