mirror of
				https://github.com/bashclub/check-opnsense.git
				synced 2025-11-03 21:02:26 +01:00 
			
		
		
		
	Merge pull request #43 from bashclub/testing
Update opnsense_checkmk_agent.py
This commit is contained in:
		@@ -169,7 +169,7 @@ class checkmk_checker(object):
 | 
			
		||||
        SALT = b"Salted__"
 | 
			
		||||
        _backend = crypto_default_backend()
 | 
			
		||||
        _kdf_key =  PBKDF2HMAC(
 | 
			
		||||
            algorithm = hashes.SHA256,
 | 
			
		||||
            algorithm = hashes.SHA256(),
 | 
			
		||||
            length = KEY_LENGTH + IV_LENGTH,
 | 
			
		||||
            salt = SALT,
 | 
			
		||||
            iterations = PBKDF2_CYCLES,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user