Skip to content

royashbrook/CLI-PasswordHasher

Repository files navigation

CLI-PasswordHasher

cli password hasher using aspnet identity that doesn't require a user object

if you have ever had a need to remove the pages for adding users on an aspnet identity site, this tool allows you to create the valid password hashes to insert into the database.

alternatively, you could use the same classes in whatever way you wanted. the passwordhasher classes were copied from microsofts repository and modified to remove the dependency on the user object so you can simply hash the password itself.

License

As this is based on the MS code, I'm putting it under the same license they have on dotnet/aspnetcore. At the time I'm adding the license, they are using the MIT license.

About

cli password hasher using aspnet identity that doesn't require a user object

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors