asp.net - Which encryption algorithm does Entity Framework use to save passwords? -
i used entity framework code first create simple crud web application in asp.net mvc 5. mvc 5 came ready use registration , authentification. want know what's encryption algorithm used save pass words?
entity framework save passwords. saved password hashed (you don't encrypt passwords, hash them) in layer before pass off entity framework (if pass password down far @ all).
asp.net mvc 5 "layer before" , how handles passwords depends on which options chose security.
Comments
Post a Comment