Link to home
Start Free TrialLog in
Avatar of Matthew B
Matthew BFlag for Canada

asked on

Migrating Passwords from .net to .net core?

Is this possible? We are migrating our api from .net to .net core and wondering if we can take the passwords as well.

I know we can get the password salt, but the hashing function in .net has to be different than .net core? How can we achieve this without asking 30k+ users to change their password? Worse case scenario we can do this but id rathet not if possible.
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

>>but the hashing function in .net has to be different than .net core?

Do you mean a specification from your side is to change the hashing mechanism?
ASKER CERTIFIED SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial