namespace Application.Services.HashingAlgorithms; public interface IHashingAlgorithms { string? SHA256Algorithm(string? password); }