Skip to content

Commit

Permalink
Merge pull request #43 from bashclub/testing
Browse files Browse the repository at this point in the history
Update opnsense_checkmk_agent.py
  • Loading branch information
thorstenspille authored Oct 11, 2023
2 parents 0863a49 + 50cf4b1 commit 6760b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opnsense_checkmk_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def encrypt_msg(self,message,password='secretpassword'):
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,
Expand Down

0 comments on commit 6760b79

Please sign in to comment.