cloak
cloak copied to clipboard
Elixir encryption library designed for Ecto
See #81 and #83. > Because many databases do not support direct encoding and decoding of embeds, it is often emulated by Ecto by using specific encoding and decoding rules....
If this had been included in the examples, #85 would not have occurred.
Hello, I am using the Cloak and the data is encrypted. I want to fetch the matching record passing a plain text. Please let me know, if there is any...
I ran into a case where I wanted to return `:ignore` in my Vault `init/1` callback, but the strict match on `{:ok, pid}` was causing the supervisor to crash.
Hi, I found memory pressure issues when encrypting ~200 MB bytes and decrypting it. Let me show reproduce steps: First, setup vault in project: ```elixir defmodule CloakBug.Vault do use Cloak.Vault,...
Configuration requires the `ciphers` key to be a keyword list of `key: {CipherModule, opts}`
The cipher configuration must be tuple not a list.