phoenix-ecto-encryption-example
Encryption tutorial
A comprehensive guide to encrypting data in Elixir Phoenix apps before inserting it into a database.
🔐 A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types
274 stars
18 watching
20 forks
Language: Elixir
last commit: 24 days ago
Linked from 1 awesome list
aesaes-256aes-gcmargon2customdatabaseectoelixirencryptionlearnphoenixtutorialtypes
Related projects:
Repository | Description | Stars |
---|---|---|
dwyl/phoenix-chat-example | A tutorial on building and deploying a real-time chat application using the Phoenix Framework. | 779 |
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 |
dwyl/learn-elixir | A tutorial project that teaches Elixir programming language fundamentals and helps developers build scalable and maintainable web applications. | 1,620 |
dwyl/phoenix-todo-list-tutorial | A step-by-step tutorial on building a Todo List app in Elixir/Phoenix from scratch for beginners | 196 |
gjaldon/ecto_enum | An Elixir library to support enums in Ecto models | 562 |
elixir-ecto/postgrex | A PostgreSQL driver for Elixir. | 1,116 |
phoenixframework/phoenix_ecto | An integration of Phoenix and Ecto for concurrent acceptance testing | 488 |
keichan34/elixir_tea | An implementation of the Tiny Encryption Algorithm in Elixir for encrypting and decrypting text messages. | 3 |
elixir-mongo/mongodb_ecto | Provides an interface to interact with MongoDB databases using Ecto | 374 |
kleinernik/elixir-aes-cmac | An Elixir implementation of the AES-CMAC encryption algorithm as defined in RFC 4493. | 9 |
elixirdrops/kerosene | A pagination library for Ecto and Phoenix applications | 231 |
antonmi/espec_phoenix | Provides an Elixir wrapper around ESpec to enable Behavioral Driven Development (BDD) for the Phoenix web framework | 138 |
wttj/ecto_anon | An Elixir library for anonymizing data in Ecto models by applying custom masking or redaction rules to sensitive fields. | 89 |