Skip to content

Commit

Permalink
Small fix in the docstring (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdman authored Dec 30, 2024
1 parent 3c1af14 commit 5c5eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykeepass/pykeepass.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def encryption_algorithm(self):
@property
def kdf_algorithm(self):
"""`str`: key derivation algorithm used by database during decryption.
Can be one of 'aeskdf', 'argon2', or 'aeskdf'"""
Can be one of 'aeskdf', 'argon2', or 'argon2id'"""
if self.version == (3, 1):
return 'aeskdf'
elif self.version == (4, 0):
Expand Down

0 comments on commit 5c5eab2

Please sign in to comment.