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

Updates to README.md #51

Closed marcelfahle closed 2 years ago

marcelfahle commented 2 years ago

Such a fantastic article, thank you!

I've noticed a few tiny things, summarized here:

Anyway, I can't emphasize enough how helpful this was for me. All the infos about proper encryption was invaluable for me. Thank you, thank you!

codecov[bot] commented 2 years ago

Codecov Report

Merging #51 (ff94e51) into main (3f2c53f) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines           65        65           
=========================================
  Hits            65        65           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f2c53f...ff94e51. Read the comment docs.

marcelfahle commented 2 years ago

Thanks! That's all I've found. Tested all the code samples as well.. Again, a wonderful resource 🙏

nelsonic commented 2 years ago

Sweet. Thanks again! 🎉