Demonstrate per user data encryption in Elixir.
Repository for blog post on user encryption in Elixir
@badu_bizzle/per-user-encryption-in-elixir-part-i-645f2dfaf8e6"">https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-part-i-645f2dfaf8e6
@badu_bizzle/per-user-encryption-in-elixir-part-ii-fd984017fb7d"">https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-part-ii-fd984017fb7d
Check out follow-up post using asymmetric encryption
@badu_bizzle/per-user-encryption-in-elixir-iii-6a5760a8a779"">https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-iii-6a5760a8a779
https://medium.com/swlh/per-user-encryption-with-elixir-iv-a56a1fbe8d4a?source=friends_link&sk=652f900c4b8a6084c3d92b8081ee58f5
Repo: https://github.com/badubizzle/user_encryption_shared
To start your Phoenix server:
mix deps.get
mix ecto.create && mix ecto.migrate
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.