Init Git
This commit is contained in:
7
AMREZ.EOP.Abstractions/Security/IPasswordHasher.cs
Normal file
7
AMREZ.EOP.Abstractions/Security/IPasswordHasher.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace AMREZ.EOP.Abstractions.Security;
|
||||
|
||||
public interface IPasswordHasher
|
||||
{
|
||||
bool Verify(string plain, string hash);
|
||||
string Hash(string plain);
|
||||
}
|
||||
Reference in New Issue
Block a user