File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- # UserEncryption
1
+ # User Encryption (Symmetric Encryption)
2
+
3
+ Repository for blog post on user encryption in Elixir
4
+
5
+ https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-part-i-645f2dfaf8e6
6
+ https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-part-ii-fd984017fb7d
7
+
8
+ Check out follow-up post using asymmetric encryption
9
+
10
+ https://medium.com/@badu_bizzle/per-user-encryption-in-elixir-iii-6a5760a8a779
11
+ https://medium.com/swlh/per-user-encryption-with-elixir-iv-a56a1fbe8d4a?source=friends_link&sk=652f900c4b8a6084c3d92b8081ee58f5
12
+ Repo: https://github.com/badubizzle/user_encryption_shared
2
13
3
14
To start your Phoenix server:
4
15
@@ -8,6 +19,8 @@ To start your Phoenix server:
8
19
9
20
Now you can visit [ ` localhost:4000 ` ] ( http://localhost:4000 ) from your browser.
10
21
22
+
23
+
11
24
Ready to run in production? Please [ check our deployment guides] ( http://www.phoenixframework.org/docs/deployment ) .
12
25
13
26
## Learn more
You can’t perform that action at this time.
0 commit comments