mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
sha256 with salt auth and sha1 interop
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Emby.Server.Implementations.Cryptography
|
||||
public class CryptographyProvider : ICryptoProvider
|
||||
{
|
||||
private List<string> SupportedHashMethods = new List<string>();
|
||||
private string DefaultHashMethod = "SHA256";
|
||||
public string DefaultHashMethod => "SHA256";
|
||||
private RandomNumberGenerator rng;
|
||||
private int defaultiterations = 1000;
|
||||
public CryptographyProvider()
|
||||
|
||||
Reference in New Issue
Block a user