Skip to content

badubizzle/user_encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Encryption (Symmetric Encryption)

Repository for blog post on user encryption in Elixir

https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-part-i-645f2dfaf8e6 https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-part-ii-fd984017fb7d

Check out follow-up post using asymmetric encryption

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