Repository to encrypt passwords and protect them
BCrypt.Net-Next
- Install the dependencies
- Add reference to main project
- Add to services
- Send the password
- Receive the encrypted password
builder.Services.AddScoped<IEncryptPassword, EncryptPassword>();