know the best practice for say implementing a password in an application.
Or the code to even implement it in the first place?
I'm no expert, but definitely make sure you use a good (usually they are popular) library to do the hashing + salting
Ok thanks... I've come across this a few times. My question really is "how was this known?" Or where was it really stated? Maybe I didn't check well but I didn't see it in the entity framework docs. Hope my noob questions aren't to annoying?😟
EF from what I understand just deals with data and how it interacts with DB not really anything about how to process your data, how to insert etc. But convention in development usually don't use your own methods, hope that helps!
It wouldn't be part of entity framework docs. You should look up general best practices on password hashing, salting and storage, then try and find out how to accomplish the same in C#. Entity framework is just a database abstraction.
Обсуждают сегодня