Implemented the HashService and its service registration code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace LiteCharms.Features.Hasher.Configuration;
|
||||
|
||||
public sealed class HasherSettings
|
||||
{
|
||||
public string? Salt { get; set; }
|
||||
|
||||
public int MinHashLength { get; set; }
|
||||
|
||||
public string? PayfastPassphrase { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user