项目作者: badubizzle

项目描述 :
Demonstrate per user data encryption in Elixir.
高级语言: Elixir
项目地址: git://github.com/badubizzle/user_encryption.git
创建时间: 2018-04-16T14:06:16Z
项目社区:https://github.com/badubizzle/user_encryption

开源协议:

下载


User Encryption (Symmetric Encryption)

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:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more