dwyl / phoenix-ecto-encryption-example

🔐 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 20 forks source link

subsititute 256bit key #30

Open ghost opened 4 years ago

nelsonic commented 4 years ago

Hi @tiotolstoy thanks for opening this issue. Great to see that you're hacking on this! 🎉 We are already using 256 Bit keys: https://github.com/dwyl/phoenix-ecto-encryption-example/blob/9a365fcf76d6ca019db4d0e3a5b7233a330c6573/lib/encryption/aes.ex#L9 Wha are you attempting to substitute ?