Simple and secure password manager
$ dotnet add package PasswordManagerMethod: "static string Generate(int lenght)" to generate a secure password Method: "static string Check(string password)" to check the strength of the password Method: "static string Crypt(string password)" to encrypt the password(SHA256)