Skip to content

ValeLattanzi/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>();

About

Repository to encrypt passwords and protect them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages