<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
    
	
	
		
		
		
	 
	
	
        
                
                OpenBsdBCrypt
                
                
                
                
public static bool CheckPassword(
string bcryptString, 
char[] 
password)
 
public static string Generate(
char[] 
password, 
byte[] 
salt, 
int cost)
 
public static string Generate(
string version, 
char[] 
password, 
byte[] 
salt, 
int cost)