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
273 stars
18 watching
20 forks
Language: Elixir
last commit: 2 months ago
Linked from 1 awesome list
aesaes-256aes-gcmargon2customdatabaseectoelixirencryptionlearnphoenixtutorialtypes
Related projects:
Repository | Description | Stars |
---|---|---|
| A tutorial on building and deploying a real-time chat application using the Phoenix Framework. | 784 |
| A thin Elixir layer for encrypting and decrypting data | 0 |
| An Elixir encryption library designed to simplify secure data storage and transfer | 586 |
| A tutorial project that teaches Elixir programming language fundamentals and helps developers build scalable and maintainable web applications. | 1,624 |
| A step-by-step tutorial on building a Todo List app in Elixir/Phoenix from scratch for beginners | 198 |
| An Elixir library to support enums in Ecto models | 562 |
| A PostgreSQL driver for Elixir. | 1,126 |
| An integration of Phoenix and Ecto for concurrent acceptance testing | 502 |
| An implementation of the Tiny Encryption Algorithm in Elixir for encrypting and decrypting text messages. | 3 |
| Provides an interface to interact with MongoDB databases using Ecto | 374 |
| An Elixir implementation of the AES-CMAC encryption algorithm as defined in RFC 4493. | 9 |
| A pagination library for Ecto and Phoenix applications | 231 |
| Provides an Elixir wrapper around ESpec to enable Behavioral Driven Development (BDD) for the Phoenix web framework | 138 |
| An Elixir library for anonymizing data in Ecto models by applying custom masking or redaction rules to sensitive fields. | 89 |