i would like to make a own Login + Register in .net.
The Register should hash the password and also add salt to it.
How could i make this without using identity?
- It should hash a password in the register
- it should be possible to verify user , using the same hashing method
- and extra Salt should be used
After searching i found it -> for further Users here is it how it can work: The Register with hashing and salt:
And heres the Login = verify:
Dont forget to add the Salt to the User Class as this Type: