https://github.com/ingresse/ecto-kms
:closed_lock_with_key: Ecto custom type to encrypt content in AWS KMS
https://github.com/ingresse/ecto-kms
backend ecto ecto-kms elixir encryption kms
Last synced: over 1 year ago
JSON representation
:closed_lock_with_key: Ecto custom type to encrypt content in AWS KMS
- Host: GitHub
- URL: https://github.com/ingresse/ecto-kms
- Owner: ingresse
- License: mit
- Created: 2019-07-12T00:26:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T21:45:26.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T03:16:56.481Z (over 1 year ago)
- Topics: backend, ecto, ecto-kms, elixir, encryption, kms
- Language: Elixir
- Homepage: https://hexdocs.pm/ecto_kms
- Size: 22.5 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ecto_kms
## Installation
The package can be installed by adding `ecto_kms` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecto_kms, "~> 1.0.1"}
]
end
```
## Docs
[https://hexdocs.pm/ecto_kms](https://hexdocs.pm/ecto_kms)