Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 360 Bytes

PasswordManager

Repository to encrypt passwords and protect them

Dependencies 🔐

  • BCrypt.Net-Next

Usage 💻

  • Install the dependencies
  • Add reference to main project
  • Add to services
  • Send the password
  • Receive the encrypted password

Example

Program.cs

builder.Services.AddScoped<IEncryptPassword, EncryptPassword>();